Searched refs:Entry (Results 1 - 25 of 25) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dstart64.s60 Entry(ml_load_desc64)
89 Entry(ml_64bit_lldt)
104 Entry(set_64bit_debug_regs)
126 Entry(flush_tlb64)
140 Entry(set64_cr3)
160 Entry(get64_cr3)
175 Entry(cpuid64)
186 Entry(fxsave64)
193 Entry(fxrstor64)
200 Entry(xsave64
[all...]
H A Dcswitch.s74 Entry(Load_context)
95 Entry(Switch_context)
128 Entry(Thread_continue)
145 Entry(Shutdown_context)
H A Didt.s117 Entry(name) ;\
130 Entry(name) ;\
169 Entry(name) ;\
192 Entry(master_idt)
193 Entry(hi_remap_data)
196 Entry(hi_remap_text)
471 Entry(lo_kernel_cr3)
512 Entry(hi_ret_to_user)
542 Entry(hi_ret_to_kernel)
571 Entry(hi_unix_scal
[all...]
H A Dbzero.s92 Entry(blkclr)
H A Dmcount.s33 Entry(mcount)
H A Dlocore.s175 Entry(copyinphys_user)
179 Entry(copyinphys_kern)
184 Entry(copyin_user)
188 Entry(copyin_kern)
234 Entry(copyinstr_kern)
238 Entry(copyinstr_user)
411 Entry(cpu_shutdown)
H A Didt64.s82 Entry(name) ;\
94 Entry(name) ;\
108 Entry(name) ;\
149 Entry(master_idt64)
150 Entry(hi64_data_base)
153 Entry(hi64_text_base)
696 Entry(hi64_unix_scall)
705 Entry(hi64_mach_scall)
714 Entry(hi64_mdep_scall)
723 Entry(hi64_syscal
[all...]
H A Dmachine_routines_asm.s40 ** Entry - %esp contains pointer to 64 bit structure.
278 Entry(timer_update)
287 Entry(timer_grab)
296 Entry(call_continuation)
312 Entry(ml_early_random)
H A Dstart.s230 Entry(real_mode_bootstrap_base)
259 Entry(protected_mode_gdtr)
263 Entry(real_mode_bootstrap_end)
H A Di386_lock.s67 Entry(name); \
72 Entry(n1); \
73 Entry(n2); \
89 Entry(name)
92 Entry(n1); \
93 Entry(n2)
104 Entry(name); \
109 Entry(n1); \
110 Entry(n2); \
641 Entry(lck_rw_lock_share
[all...]
H A Dasm.h185 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x) macro
186 #define ENTRY(x) Entry(x) MCOUNT
/darwin-on-arm/xnu/bsd/netat/
H A Dddp_r_rtmp.c125 RT_entry *Entry; local
203 if ((Entry = rt_blookup(DstNet)) &&
204 (Entry->NetDist == 0)) {
207 DstNet, DstNode, Entry->NetPort));
208 rtmp_request(ifID_table[Entry->NetPort], ddp);
902 RT_entry *Entry; local
907 Entry = rt_blookup(NET_VALUE(orig_ddp->dst_net));
909 if (Entry == NULL) {
940 NET_ASSIGN(ddp->src_net, Entry->NextIRNet);
941 ddp->src_node = Entry
996 RT_entry *Entry; local
1260 register RT_entry *Entry; local
[all...]
H A Dddp_r_zip.c121 RT_entry *Entry; local
150 Entry = rt_blookup(CableStop);
152 if (Entry != NULL && RT_ALL_ZONES_KNOWN(Entry)) { /* this net is well known... */
154 GNIReply[2] = (Entry->NetStart & 0xFF00) >> 8;
155 GNIReply[3] = (Entry->NetStart & 0x00FF);
156 GNIReply[4] = (Entry->NetStop & 0xFF00) >> 8;
157 GNIReply[5] = (Entry->NetStop & 0x00FF);
167 if (ZT_ISIN_ZMAP((znumber), Entry->ZoneBitMap)) {
188 if (zt_ent_zcount(Entry)
445 RT_entry *Entry; local
1347 RT_entry *Entry = &RT_table[0]; local
1471 RT_entry *Entry = &RT_table[0]; local
1585 RT_entry *Entry; local
1810 RT_entry *Entry; local
[all...]
H A Dddp_rtmptable.c829 register RT_entry *Entry; local
862 if ((Entry = rt_blookup(NET_VALUE(ddp->dst_net)))) {
867 Entry->NextIRNet, Entry->NextIRNode));
875 NET_ASSIGN(ddp->src_net, ifID_table[Entry->NetPort]->ifThisNode.s_net);
876 ddp->src_node = ifID_table[Entry->NetPort]->ifThisNode.s_node;
882 if (Entry->NetDist) /* net not directly connected */
883 ddp_router_output(mp, ifID_table[Entry->NetPort], AT_ADDR,
884 Entry->NextIRNet, Entry
[all...]
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dcswitch.s66 Entry(Load_context)
86 Entry(Switch_context)
122 Entry(Thread_continue)
140 Entry(Shutdown_context)
H A Dmachine_routines_asm.s42 ** Entry - %rdi contains pointer to 64 bit structure.
178 Entry(call_continuation)
188 Entry(x86_init_wrapper)
199 Entry(ml_early_random)
238 Entry(__vmxon)
257 Entry(__vmxoff)
H A Didt64.s115 Entry(f) ;\
120 Entry(f) ;\
128 Entry(_intr_ ## n) ;\
333 Entry(return_to_user)
336 Entry(ret_to_user)
531 Entry(idt64_unix_scall)
539 Entry(idt64_mach_scall)
547 Entry(idt64_mdep_scall)
554 Entry(hi64_syscall)
555 Entry(idt64_syscal
[all...]
H A Dbzero.s90 Entry(blkclr)
H A Dlocore.s183 Entry(_bcopy)
209 Entry(pmap_safe_read)
229 Entry(_bcopystr)
H A Dmcount.s33 Entry(mcount)
H A Dstart.s562 Entry(real_mode_bootstrap_base)
591 Entry(protected_mode_gdtr)
595 Entry(real_mode_bootstrap_end)
602 Entry(master_gdtr)
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dasm.h110 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x) macro
111 #define ENTRY(x) Entry(x) MCOUNT
/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-asm.s702 Entry(_profile_alloc_asm)
866 Entry(_profile_alloc)
901 Entry(_dummy_mcount)
920 * Entry point for System V based profiling, count how many times each function
947 Entry(_prof_mcount)
1001 * Entry point for BSD based graph profiling, count how many times each unique
1034 Entry(_gprof_mcount)
1391 Entry(_profile_cnt_to_decimal)
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dmunge.s139 Entry(munge_wl) /* Costs an extra w move to do this */
229 Entry(munge_wwwlw)
/darwin-on-arm/xnu/bsd/dev/x86_64/
H A Dmunge.s132 Entry(munge_wl) /* Costs an extra w move to do this */
220 Entry(munge_wwwlw)

Completed in 126 milliseconds