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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dstart64.s61 Entry(ml_load_desc64)
90 Entry(ml_64bit_wrmsr64)
109 Entry(ml_64bit_lldt)
124 Entry(set_64bit_debug_regs)
146 Entry(flush_tlb64)
160 Entry(set64_cr3)
180 Entry(get64_cr3)
203 Entry(fxsave64)
211 Entry(fxrstor64)
H A Dmp_slave_boot.s86 Entry(slave_boot_base)
91 Entry(slave_rstart)
118 Entry(slave_real_to_prot)
154 Entry(slave_startprog)
176 Entry(Gdt)
209 Entry(gdtr)
214 Entry(slave_boot_end)
H A Dcswitch.s80 Entry(Load_context)
100 Entry(Switch_context)
132 Entry(Thread_continue)
148 Entry(Shutdown_context)
H A Didt.s102 Entry(name) ;\
115 Entry(name) ;\
156 Entry(name) ;\
179 Entry(master_idt)
180 Entry(hi_remap_data)
182 Entry(hi_remap_text)
466 Entry(lo_kernel_cr3)
501 Entry(hi_ret_to_user)
531 Entry(hi_ret_to_kernel)
560 Entry(hi_unix_scal
[all...]
H A Dmcount.s33 Entry(mcount)
H A Dbzero.s92 Entry(blkclr)
H A Dlocore.s204 Entry(timer_update)
213 Entry(timer_grab)
421 Entry(db_task_dbl_fault)
428 Entry(db_task_seg_np)
435 Entry(db_task_stk_fault)
442 Entry(db_task_gen_prot)
451 Entry(db_task_start)
486 Entry(call_continuation)
518 Entry(lo_alltraps)
636 Entry(lo_allintr
[all...]
H A Didt64.s81 Entry(name) ;\
93 Entry(name) ;\
107 Entry(name) ;\
148 Entry(master_idt64)
149 Entry(hi64_data_base)
152 Entry(hi64_text_base)
483 Entry(lo64_ret_to_user)
554 Entry(lo64_ret_to_kernel)
703 Entry(hi64_unix_scall)
712 Entry(hi64_mach_scal
[all...]
H A Di386_lock.s65 Entry(name); \
70 Entry(n1); \
71 Entry(n2); \
87 Entry(name)
90 Entry(n1); \
91 Entry(n2)
102 Entry(name); \
107 Entry(n1); \
108 Entry(n2); \
591 Entry(lck_rw_lock_share
[all...]
H A Dasm.h177 #define Entry(x) .globl EXT(x); ELF_FUNC(EXT(x)); .align FALIGN; LEXT(x) macro
178 #define ENTRY(x) Entry(x) MCOUNT
/macosx-10.5.8/xnu-1228.15.4/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...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dmunge.s139 Entry(munge_wl) /* Costs an extra w move to do this */
/macosx-10.5.8/xnu-1228.15.4/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)
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daes_x86_v2.s371 Entry(aes_encrypt)
494 Entry(aes_encrypt_key128)
542 Entry(aes_encrypt_key192)
591 Entry(aes_encrypt_key256)
643 Entry(aes_encrypt_key)
872 Entry(aes_decrypt)
973 Entry(aes_decrypt_key128)
1025 Entry(aes_decrypt_key192)
1094 Entry(aes_decrypt_key256)
1213 Entry(aes_decrypt_ke
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dasm.h758 #define Entry(x,tag) .text@.align FALIGN@ .globl EXT(x)@ LEXT(x) macro
759 #define ENTRY(x,tag) Entry(x,tag)@MCOUNT

Completed in 81 milliseconds