Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/arm64/
H A Dstart.s48 bl EXT(pinst_set_vbar)
59 bl EXT(pinst_set_tcr)
69 bl EXT(pinst_set_ttbr1)
81 bl EXT(pinst_spsel_1)
83 bl EXT(pinst_set_sctlr)
103 .globl EXT(LowResetVectorBase)
113 b EXT(reset_vector)
126 .globl EXT(reset_vector)
135 adrp x0, EXT(LowExceptionVectorBase)@page
136 add x0, x0, EXT(LowExceptionVectorBase)@pageoff
[all …]
H A Dcaches_asm.s42 .globl EXT(InvalidatePoU_Icache)
43 .globl EXT(invalidate_mmu_icache)
59 .globl EXT(InvalidatePoU_IcacheRegion)
63 bl EXT(CleanPoU_DcacheRegion)
79 bl EXT(InvalidatePoU_Icache)
180 .globl EXT(CleanPoC_Dcache)
181 .globl EXT(clean_mmu_dcache)
200 .globl EXT(CleanPoU_Dcache)
219 .globl EXT(CleanPoU_DcacheRegion)
278 .globl EXT(CleanPoC_DcacheRegion)
[all …]
H A Dmachine_routines_asm.s62 .private_extern EXT(\sym_name)
63 .globl EXT(\sym_name)
94 .globl EXT(ml_enable_user_jop_key)
109 .globl EXT(ml_disable_user_jop_key)
130 .globl EXT(set_bp_ret)
133 adrp x14, EXT(bp_ret)@page
134 add x14, x14, EXT(bp_ret)@pageoff
148 .globl EXT(set_nex_pg)
165 .globl EXT(get_fpscr)
186 .globl EXT(set_fpscr)
[all …]
H A Dlocore.s192 .globl EXT(exc_vectors_table)
223 .globl EXT(ExceptionVectorsBase)
318 adrp x1, EXT(fleh_synchronous)@page // Load address for fleh
319 add x1, x1, EXT(fleh_synchronous)@pageoff
325 adrp x1, EXT(fleh_irq)@page // Load address for fleh
326 add x1, x1, EXT(fleh_irq)@pageoff
333 adrp x1, EXT(fleh_fiq)@page // Load address for fleh
334 add x1, x1, EXT(fleh_fiq)@pageoff
339 adrp x1, EXT(fleh_serror)@page // Load address for fleh
340 add x1, x1, EXT(fleh_serror)@pageoff
[all …]
H A Dcswitch.s227 .globl EXT(machine_load_context)
247 .globl EXT(Call_continuation)
265 bl EXT(ml_set_interrupts_enabled)
277 b EXT(thread_terminate) // Kill the thread
287 .globl EXT(Switch_context)
306 .globl EXT(Shutdown_context)
316 b EXT(cpu_doshutdown)
324 .globl EXT(Idle_context)
333 b EXT(cpu_idle)
341 .globl EXT(Idle_load_context)
[all …]
H A Dasm.h77 #define EXT(x) _ ## x macro
81 #define EXT(x) x macro
90 #define EXT(x) _/**/x macro
94 #define EXT(x) x macro
180 #define EXT(x) _ ## x
184 bl EXT(panic_unimplemented)
202 # define BRANCH_EXTERN(x) b EXT(x)
H A Dexception_asm.h71 adrp $2, EXT(cluster_offsets)@page
72 add $2, $2, EXT(cluster_offsets)@pageoff
79 adrp $1, EXT(pmap_cpu_data_array)@page
80 add $1, $1, EXT(pmap_cpu_data_array)@pageoff
H A Dalternate_debugger_asm.s35 .globl EXT(alternate_debugger_just_return)
62 .globl EXT(alternate_debugger_just_return_end)
H A Dmachine_routines_asm.h89 bl EXT(ml_check_signed_state)
97 bl EXT(ml_auth_thread_state_invalid_cpsr)
/xnu-8020.121.3/osfmk/arm/
H A Ddata.s44 .globl EXT(intstack_low_guard)
49 .globl EXT(intstack) // Boot processor IRQ stack
52 .globl EXT(intstack_top)
55 .globl EXT(intstack_high_guard)
63 .globl EXT(fiqstack) // Boot processor FIQ stack
66 .globl EXT(fiqstack_top) // Boot processor FIQ stack top
69 .globl EXT(fiqstack_high_guard)
75 .global EXT(excepstack)
78 .globl EXT(excepstack_top)
81 .globl EXT(excepstack_high_guard)
[all …]
H A Dasm.h81 #define EXT(x) _ ## x macro
85 #define EXT(x) x macro
94 #define EXT(x) _/**/x macro
98 #define EXT(x) x macro
127 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x)
129 #define ENTRY2(x,y) .globl EXT(x); .globl EXT(y); \
130 ELF_FUNC(EXT(x)); ELF_FUNC(EXT(y)); \
139 #define DATA(x) .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
142 #define END(x) End(EXT(x))
187 .long EXT(x)
[all …]
H A Dmachine_routines_asm.s37 .globl EXT(machine_set_current_thread)
56 .globl EXT(machine_idle)
60 bl EXT(Idle_context)
71 .globl EXT(cpu_idle_wfi)
92 .globl EXT(wfi_inst)
97 .globl EXT(wfi_inst)
114 .globl EXT(timer_grab)
127 .globl EXT(timer_advance_internal_32)
137 .globl EXT(get_vfp_enabled)
150 .globl EXT(enable_kernel_vfp_context)
[all …]
H A Dcaches_asm.s43 .globl EXT(invalidate_mmu_cache)
59 .globl EXT(invalidate_mmu_dcache)
74 .globl EXT(invalidate_mmu_dcache_region)
97 .globl EXT(InvalidatePoU_Icache)
98 .globl EXT(invalidate_mmu_icache)
115 .globl EXT(InvalidatePoU_IcacheRegion)
119 bl EXT(CleanPoU_DcacheRegion)
141 .globl EXT(CleanPoC_Dcache)
142 .globl EXT(clean_mmu_dcache)
181 .globl EXT(CleanPoU_Dcache)
[all …]
H A Dlocore.s78 .globl EXT(ExceptionLowVectorsBase)
93 adr r4, EXT(ResetHandlerData)
97 adr r4, EXT(ResetHandlerData)
103 adr r4, EXT(ResetHandlerData)
124 .globl EXT(ResetHandlerData)
129 .globl EXT(ExceptionLowVectorsEnd)
134 .globl EXT(ExceptionVectorsBase)
201 .globl EXT(ExceptionVectorsEnd)
209 .globl EXT(ExceptionVectorsTable)
234 .globl EXT(fleh_reset)
[all …]
H A Dcswitch.s81 .globl EXT(machine_load_context)
109 .globl EXT(Call_continuation)
142 .globl EXT(Switch_context)
185 .globl EXT(Shutdown_context)
209 .globl EXT(Idle_context)
233 .globl EXT(Idle_load_context)
253 .globl EXT(vfp_save)
281 .globl EXT(vfp_load)
H A Dstart.s38 .globl EXT(resume_idle_cpu)
45 .globl EXT(start_cpu)
86 .globl EXT(_start)
392 .globl EXT(arm_init_tramp)
/xnu-8020.121.3/osfmk/x86_64/
H A Dstart.s81 .globl EXT(low_intstack)
82 EXT(low_intstack):
83 .globl EXT(gIOHibernateRestoreStack)
84 EXT(gIOHibernateRestoreStack):
88 .globl EXT(low_eintstack)
89 EXT(low_eintstack:)
90 .globl EXT(gIOHibernateRestoreStackEnd)
91 EXT(gIOHibernateRestoreStackEnd):
101 .globl EXT(mc_task_stack)
102 EXT(mc_task_stack):
[all …]
H A Didt64.s87 .globl EXT(idt64_hndl_table0)
88 EXT(idt64_hndl_table0):
89 /* 0x00 */ .quad EXT(ks_dispatch)
90 /* 0x08 */ .quad EXT(ks_64bit_return)
92 /* 0x18 */ .quad EXT(ks_32bit_return)
94 /* 0x20 */ .quad EXT(ks_dispatch_user_with_pop_rax)
96 /* 0x28 */ .quad EXT(ks_dispatch_kernel_with_pop_rax)
100 EXT(idt64_hndl_table1):
101 .quad EXT(hndl_allintrs)
102 .quad EXT(hndl_alltraps)
[all …]
H A Dlocore.s88 .globl EXT(recover_table) ;\
101 .globl EXT(recover_table_end) ;\
169 .globl EXT(thread_exception_return_internal)
171 .globl EXT(thread_exception_return)
173 .globl EXT(thread_bootstrap_return)
176 call EXT(dtrace_thread_bootstrap)
186 jmp EXT(return_from_trap)
H A Dcswitch.s79 add EXT(kernel_stack_size)(%rip),%rcx /* point to stack top */
125 add EXT(kernel_stack_size)(%rip),%rcx /* point to stack top */
182 movq EXT(kernel_stack_size)(%rip),%rcx /* point to stack top */
H A Dbcopy.s79 jmp EXT(memcpy)
H A Dmachine_routines_asm.s209 call EXT(thread_terminate)
/xnu-8020.121.3/osfmk/i386/
H A Dasm.h108 #define EXT(x) _ ## x macro
112 #define EXT(x) x macro
121 #define EXT(x) _/**/x macro
125 #define EXT(x) x macro
175 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x)
177 #define ENTRY2(x,y) .globl EXT(x); .globl EXT(y); \
178 ELF_FUNC(EXT(x)); ELF_FUNC(EXT(y)); \
187 #define DATA(x) .globl EXT(x); ELF_DATA(EXT(x)); .align ALIGN; LEXT(x)
190 #define END(x) End(EXT(x))
229 #define Gcall(func) call EXT(func)@PLT
[all …]
H A Di386_lock.s63 #define CALL_PANIC() xorb %al,%al ; call EXT(panic) ;
/xnu-8020.121.3/san/memory/
H A Dkasan-test-arm64.s20 .globl EXT(_setjmp)
38 .globl EXT(_longjmp)