Home
last modified time | relevance | path

Searched refs:LEAF (Results 1 – 25 of 96) sorted by relevance

1234

/openbsd-src/sys/arch/mips64/mips64/
H A Dcp0access.S51 LEAF(setsoftintr0, 0)
62 LEAF(clearsoftintr0, 0)
73 LEAF(setsoftintr1, 0)
84 LEAF(clearsoftintr1, 0)
100 LEAF(enableintr, 0)
111 LEAF(disableintr, 0)
122 LEAF(updateimask, 0)
141 LEAF(setsr, 0)
148 LEAF(getsr, 0)
155 LEAF(cp0_get_config, 0)
[all …]
H A Dmips64r2.S29 LEAF(cp0_get_config_1, 0)
34 LEAF(cp0_get_config_2, 0)
39 LEAF(cp0_get_config_3, 0)
44 LEAF(cp0_get_config_4, 0)
49 LEAF(cp0_get_pagegrain, 0)
54 LEAF(cp0_set_pagegrain, 0)
H A Dlcore_ddb.S44 LEAF(kdbpeekd, 0)
64 LEAF(kdbpeek, 0)
84 LEAF(kdbpeekw, 0)
103 LEAF(kdbpeekb, 0)
119 LEAF(kdbpoked, 0)
139 LEAF(kdbpoke, 0)
159 LEAF(kdbpokew, 0)
177 LEAF(kdbpokeb, 0)
188 LEAF(db_enter, 0)
194 LEAF(setjmp, 0)
[all …]
H A Dtlbhandler.S316 LEAF(tlb_flush, 0)
369 LEAF(tlb_flush_addr, 0)
414 LEAF(tlb_update, 0)
496 LEAF(tlb_read, 0)
530 LEAF(tlb_get_pid, 0)
540 LEAF(tlb_set_pid, 0)
550 LEAF(tlb_set_wired, 0)
559 LEAF(tlb_set_page_mask, 0)
H A Dcontext.S50 LEAF(savectx, 0)
69 LEAF(cpu_idle_cycle_nop, 0)
74 LEAF(cpu_idle_cycle_wait, 0)
281 LEAF(proc_trampoline, 0)
/openbsd-src/sys/arch/alpha/alpha/
H A Dpal.s56 LEAF(alpha_amask,1)
68 LEAF(alpha_implver,0)
87 LEAF(alpha_pal_cflush,1)
96 LEAF(alpha_pal_halt,0)
109 LEAF(alpha_pal_rdps,0)
125 LEAF(alpha_pal_swpipl,1)
143 LEAF(alpha_pal_wrent,2)
155 LEAF(alpha_pal_wrvptptr,1)
H A Dlocore.s210 LEAF(exception_return, 1) /* XXX should be NESTED */
283 LEAF(exception_save_regs, 0)
311 LEAF(exception_restore_regs, 0)
444 LEAF(XentUna, 3) /* XXX should be NESTED */
469 LEAF(savefpstate, 1)
524 LEAF(restorefpstate, 1)
591 LEAF(savectx, 1)
616 LEAF(cpu_switchto, 2)
736 LEAF(cpu_idle_enter, 0)
740 LEAF(cpu_idle_cycl
[all...]
/openbsd-src/sys/arch/loongson/loongson/
H A Dlocore.S80 LEAF(hibernate_activate_resume_pt_machdep, 0) /* { */
85 LEAF(hibernate_switch_stack_machdep, 0) /* { */
90 LEAF(hibernate_resume_machdep, 0) /* { */
98 LEAF(hw_cpu_spinup_trampoline, 0)
116 LEAF(hw_getcurcpu, 0)
122 LEAF(hw_setcurcpu, 0)
/openbsd-src/sys/arch/octeon/dev/
H A Doctcrypto_asm.S63 LEAF(octcrypto_aes_set_key, 0)
84 LEAF(octcrypto_aes_clear, 0)
99 LEAF(octcrypto_aes_enc, 0)
116 LEAF(octcrypto_aes_cbc_enc, 0)
174 LEAF(octcrypto_aes_cbc_dec, 0)
232 LEAF(octcrypto_aes_ctr_enc, 0)
302 LEAF(octcrypto_hash_##name, 0) \
371 LEAF(octcrypto_hash_##name, 0) \
502 LEAF(octcrypto_hash_set_ivn, 0)
517 LEAF(octcrypto_hash_set_ivw, 0)
[all …]
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dsync.S28 #define LEAF(n) \ macro
68 LEAF(__sync_fetch_and_##op##_##n); \
96 LEAF(__sync_fetch_and_##op##_##n); \
135 LEAF(__sync_##op##_and_fetch_##n); \
164 LEAF(__sync_##op##_and_fetch_##n); \
203 LEAF(__sync_bool_compare_and_swap_##n); \
223 LEAF(__sync_bool_compare_and_swap_##n); \
255 LEAF(__sync_val_compare_and_swap_##n); \
273 LEAF(__sync_val_compare_and_swap_##n); \
303 LEAF(__sync_lock_test_and_set_##n); \
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dsigaltstack.c28 enum level { MAIN, OUTER, INNER, LEAF, NR_LEVELS }; enumerator
57 while (level != LEAF); in thrower()
73 level = LEAF; in catcher()
/openbsd-src/sbin/restore/
H A Drestore.c57 Vprintf(stdout, "%s", type == LEAF ? "leaf" : "dir "); in listfile()
157 if (ep->e_type == LEAF) { in removeoldleaves()
326 if (type == LEAF && (ip->e_flags & KEEP) == 0) in nodeupdates()
368 if (type == LEAF && lookuptype != LINK) in nodeupdates()
393 if (ip->e_type == LEAF) { in nodeupdates()
396 if (ip->e_type != LEAF) in nodeupdates()
496 if (ep == NULL || ep->e_type == LEAF || TSTINO(i, dumpmap) == 0) in findunreflinks()
513 if (np->e_type == LEAF) { in findunreflinks()
805 if (ep->e_type == LEAF && type != LEAF) in verifyfile()
/openbsd-src/sys/arch/alpha/pci/
H A Dpci_eb164_intr.s50 LEAF(eb164_intr_enable,1)
58 LEAF(eb164_intr_disable,1)
H A Dpci_eb64plus_intr.s49 LEAF(eb64plus_intr_enable,1)
57 LEAF(eb64plus_intr_disable,1)
/openbsd-src/lib/libc/arch/alpha/gen/
H A Dsigsetjmp.S47 LEAF(sigsetjmp, 2)
56 LEAF(siglongjmp, 2)
H A D_setjmp.S46 LEAF(_setjmp, 1)
89 LEAF(_longjmp, 2)
H A Dsetjmp.S46 LEAF(setjmp, 1)
106 LEAF(longjmp, 2)
H A Dfabs.S34 LEAF(fabs, 1)
/openbsd-src/lib/libc/arch/mips64/
H A DSYS.h73 # define __LEAF2(p,x,sz) LEAF(p ## x, sz) \
103 LEAF(p ## x,32); \
124 #define SYSLEAF_HIDDEN(x, sz) LEAF(_thread_sys_ ## x, sz)
/openbsd-src/lib/libc/arch/mips64/gen/
H A Dsigsetjmp.S45 LEAF(sigsetjmp, FRAMESZ)
62 LEAF(siglongjmp, FRAMESZ)
/openbsd-src/regress/sys/kern/noexec/
H A Dtestfly.S66 LEAF(testfly, 0)
86 LEAF(testfly, 0)
/openbsd-src/sys/arch/alpha/stand/nboot/
H A Drpcc.S7 LEAF(alpha_rpcc,1)
/openbsd-src/sys/arch/alpha/stand/netboot/
H A Drpcc.S7 LEAF(alpha_rpcc,1)
/openbsd-src/lib/libm/arch/alpha/
H A Ds_copysignf.S35 LEAF(copysignf, 2)
H A Ds_copysign.S36 LEAF(copysign, 2)

1234