Searched refs:LEXT (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dasm.h65 #define LEXT(x) _ ## x ## : macro
69 #define LEXT(x) x ## : macro
78 #define LEXT(x) _/**/x/**/: macro
82 #define LEXT(x) x/**/: macro
110 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x)
114 .align FALIGN; LEXT(x); LEXT(y) \
122 #define DATA(x) .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dlocore.s91 LEXT(recover_table) ;\
104 LEXT(recover_table_end) ;\
167 LEXT(thread_bootstrap_return)
172 LEXT(thread_exception_return)
H A Dstart.s143 LEXT(_start)
144 LEXT(pstart)
268 LEXT(slave_pstart)
296 LEXT(hibernate_machine_entrypoint)
H A Didt64.s1026 LEXT(return_to_iret) /* (label for kdb_kintr and hardclock) */
/darwin-on-arm/xnu/osfmk/i386/
H A Dasm.h115 #define LEXT(x) _ ## x ## : macro
119 #define LEXT(x) x ## : macro
128 #define LEXT(x) _/**/x/**/: macro
132 #define LEXT(x) x/**/: macro
185 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x)
189 .align FALIGN; LEXT(x); LEXT(y) \
197 #define DATA(x) .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
H A Dstart.s98 LEXT(gdtptr)
138 LEXT(_start)
198 LEXT(slave_pstart)
268 LEXT(hibernate_machine_entrypoint)
H A Dlocore.s111 LEXT(recover_table) ;\
124 LEXT(recover_table_end) ;\
152 LEXT(thread_bootstrap_return)
157 LEXT(thread_exception_return)
H A Dstart64.s42 LEXT(gdtptr64)
52 LEXT(idtptr64)
H A Dmachine_routines_asm.s86 LEXT(tmrCvt)
145 LEXT(_rtc_nanotime_adjust)
197 LEXT(_rtc_nanotime_read)
H A Didt.s905 LEXT(return_from_trap_with_ast)
1203 LEXT(return_to_user)
H A Didt64.s1297 LEXT(return_from_trap_with_ast)
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-asm.s294 #define MARK(name) .globl EXT(name); ELF_FUNC(EXT(name)); ELF_SIZE(EXT(name),0); LEXT(name)

Completed in 89 milliseconds