HomeSort by: relevance | last modified time | path
    Searched defs:__asm (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/alpha/include/
lwp_private.h 43 register void *__tmp __asm("$0"); local in function:__lwp_getprivate_fast
45 __asm volatile("call_pal %1 # PAL_rdunique"
alpha_cpu.h 375 __asm volatile("rpcc %0" : "=r" (v0));
379 #define alpha_mb() __asm volatile("mb" : : : "memory")
380 #define alpha_wmb() __asm volatile("wmb" : : : "memory")
396 #define alpha_pal_draina() __asm volatile("call_pal %0 # PAL_draina" \
399 #define alpha_pal_imb() __asm volatile("call_pal %0 # PAL_imb" \
405 register unsigned long v0 __asm("$0"); local in function:alpha_pal_rdmces
407 __asm volatile("call_pal %1 # PAL_OSF1_rdmces"
419 register unsigned long v0 __asm("$0"); local in function:alpha_pal_rdps
421 __asm volatile("call_pal %1 # PAL_OSF1_rdps"
433 register unsigned long v0 __asm("$0") local in function:alpha_pal_rdunique
445 register unsigned long v0 __asm("$0"); local in function:alpha_pal_rdusp
459 register unsigned long v0 __asm("$0"); local in function:alpha_pal_rdval
473 register unsigned long a0 __asm("$16") = ctx; local in function:alpha_pal_swpctx
474 register unsigned long v0 __asm("$0"); local in function:alpha_pal_swpctx
488 register unsigned long a0 __asm("$16") = ipl; local in function:alpha_pal_swpipl
489 register unsigned long v0 __asm("$0"); local in function:alpha_pal_swpipl
503 register unsigned long a0 __asm("$16") = op; local in function:alpha_pal_tbi
504 register unsigned long a1 __asm("$17") = va; local in function:alpha_pal_tbi
516 register unsigned long v0 __asm("$0"); local in function:alpha_pal_whami
530 register unsigned long a0 __asm("$16") = onoff; local in function:alpha_pal_wrfen
542 register unsigned long a0 __asm("$16") = cpu_id; local in function:alpha_pal_wripir
554 register unsigned long a0 __asm("$16") = unique; local in function:alpha_pal_wrunique
564 register unsigned long a0 __asm("$16") = usp; local in function:alpha_pal_wrusp
576 register unsigned long a0 __asm("$16") = mces; local in function:alpha_pal_wrmces
588 register unsigned long a0 __asm("$16") = val; local in function:alpha_pal_wrval
    [all...]
  /src/sys/arch/vax/include/
lwp_private.h 44 register void *tcb __asm("r0"); local in function:__lwp_getprivate_fast
45 __asm("chmk %0" :: "i"(SYS__lwp_getprivate) : "r0");
  /src/lib/libpthread/arch/hppa/
pthread_md.h 42 register unsigned long sp __asm("r30"); local in function:pthread__sp
  /src/sys/arch/hp300/include/
cacheops_machdep.h 156 register vaddr_t r_va __asm("%a1") = va; local in function:TBIS_md
164 __asm volatile (" movc %0, %%dfc;" /* select purge space */
  /src/sys/arch/m68k/include/
cacheops_40.h 40 __asm volatile (" .word 0xf518" ); /* pflusha */
49 register uint8_t *r_va __asm("%a0") = (void *)va; local in function:TBIS_40
52 __asm volatile (" movc %1, %%dfc;" /* select supervisor */
69 __asm volatile (" .word 0xf518;");
81 __asm volatile (" .word 0xf518;");
90 __asm volatile (" .word 0xf498;"); /* cinva ic */
96 __asm volatile (" .word 0xf498;"); /* cinva ic */
105 __asm volatile (" .word 0xf478;"); /* cpusha dc */
111 __asm volatile (" .word 0xf478;"); /* cpusha dc */
117 __asm volatile (" .word 0xf478;"); /* cpusha dc *
123 register uint8_t *r_pa __asm("%a0") = (void *)pa; local in function:DCIAS_40
144 register uint8_t *r_pa __asm("%a0") = (void *)pa; local in function:ICPL_40
153 register uint8_t *r_pa __asm("%a0") = (void *)pa; local in function:ICPP_40
162 register uint8_t *r_pa __asm("%a0") = (void *)pa; local in function:DCPL_40
171 register uint8_t *r_pa __asm("%a0") = (void *)pa; local in function:DCPP_40
187 register uint8_t *r_pa __asm("%a0") = (void *)pa; local in function:DCFL_40
196 register uint8_t *r_pa __asm("%a0") = (void *)pa; local in function:DCFP_40
    [all...]
cacheops_60.h 40 __asm volatile (" .word 0xf518" ); /* pflusha */
49 register uint8_t *r_va __asm("%a0") = (void *)va; local in function:TBIS_60
52 __asm volatile (" movc %1, %%dfc;" /* select supervisor */
75 __asm volatile (" .word 0xf518;"
94 __asm volatile (" .word 0xf518;"
109 __asm volatile (" .word 0xf498;");
116 __asm volatile (" .word 0xf498;");
125 __asm volatile (" .word 0xf478;"); /* cpusha dc */
131 __asm volatile (" .word 0xf478;"); /* cpusha dc */
137 __asm volatile (" .word 0xf478;"); /* cpusha dc *
143 register uint8_t *r_pa __asm("%a0") = (void *)pa; local in function:DCIAS_60
    [all...]
  /src/sys/arch/or1k/include/
cpu.h 72 register struct lwp *or1k_curlwp __asm("r10"); variable in typeref:struct:lwp * or1k_curlwp
  /src/sys/arch/riscv/include/
cpu.h 178 register struct lwp *riscv_curlwp __asm("tp"); variable in typeref:struct:lwp * riscv_curlwp
sbi.h 291 register register_t _a7 __asm ("a7") = eid; local in function:sbi_call
292 register register_t _a6 __asm ("a6") = fid; local in function:sbi_call
294 register register_t _a0 __asm ("a0") = arg0; local in function:sbi_call
295 register register_t _a1 __asm ("a1") = arg1; local in function:sbi_call
296 register register_t _a2 __asm ("a2") = arg2; local in function:sbi_call
297 register register_t _a3 __asm ("a3") = arg3; local in function:sbi_call
298 register register_t _a4 __asm ("a4") = arg4; local in function:sbi_call
299 register register_t _a5 __asm ("a5") = arg5; local in function:sbi_call
301 __asm __volatile (
  /src/sys/arch/powerpc/include/
cpu.h 239 __asm volatile ("mfsprg0 %0" : "=r"(ci));
243 register struct lwp *powerpc_curlwp __asm("r13"); variable in typeref:struct:lwp * powerpc_curlwp
253 __asm volatile ("mfmsr %0" : "=r"(msr));
262 __asm volatile ("mtmsr %0" : : "r"(msr));
271 __asm volatile (
290 __asm volatile ("mftb %0" : "=r"(tb));
294 __asm volatile (
322 __asm volatile ("mfrtcl %0" : "=r"(rtcl));
331 __asm volatile (
367 __asm volatile ("mfpvr %0" : "=r"(pvr))
    [all...]

Completed in 18 milliseconds