Searched refs:edi (Results 1 – 18 of 18) sorted by relevance
| /xnu-11417.121.6/osfmk/i386/commpage/ |
| H A D | fifo_queues.s | 107 cmpl $0,8(%edi) // sniff the lockword 126 cmpxchgl %ecx, 8(%edi) // try to take the spinlock 132 cmpxchgl %ecx, 8(%edi) // try 2nd time to take the spinlock 138 cmpxchgl %ecx, 8(%edi) // try 3rd time to take the spinlock 144 movl 4(%edi),%eax // get ptr to last element in q 147 movl %esi,(%edi) // q empty so this is first element 152 movl %esi,4(%edi) // new element becomes last in q 153 movl $0,8(%edi) // unlock spinlock 171 cmpxchgl %ecx, 8(%edi) // try to take the spinlock 177 cmpxchgl %ecx, 8(%edi) // try 2nd time to take the spinlock [all …]
|
| /xnu-11417.121.6/osfmk/x86_64/ |
| H A D | start.s | 163 mov %eax, %edi /* save kernbootstruct */ 206 test %edi, %edi /* Populate stack canary on BSP */ 273 xor %edi, %edi /* AP, no "kernbootstruct" */ 294 movl %eax, %edi /* regparm(1) calling convention */
|
| H A D | locore.s | 115 movl %edi, %ecx 133 movl %edi, %ecx 149 movl %edi, %ecx
|
| H A D | machine_routines_asm.s | 199 mov $1, %edi
|
| H A D | pal_routines_asm.s | 147 call *%edi /* call EFI runtime */
|
| H A D | idt64.s | 1038 movl R32_EDI(%r15), %edi 1241 xor %edi, %edi 1288 mov %edi, R32_EDI(%r15) 1299 xor %edi, %edi 1555 movl R32_EIP(%r15), %edi
|
| H A D | WKdmDecompress_new.s | 247 #define tags_counter %edi
|
| /xnu-11417.121.6/EXTERNAL_HEADERS/architecture/i386/ |
| H A D | tss.h | 67 unsigned int edi; member
|
| H A D | asm_help.h | 105 pushl %edi ;\ 160 popl %edi ;\
|
| /xnu-11417.121.6/tools/tests/execperf/ |
| H A D | exit-asm.S | 9 movl $42, %edi
|
| /xnu-11417.121.6/osfmk/i386/ |
| H A D | tss.h | 87 uint32_t edi; member
|
| H A D | pcb.c | 687 saved_state->edi = ts->edi; in set_thread_state32() 789 ts->edi = saved_state->edi; in get_thread_state32() 947 saved_state->edi = state->edi; in machine_thread_set_state() 1887 state->edi = saved_state->edi; in machine_thread_get_kern_state() 1969 state->uts.ts32.edi = saved_state->edi; in machine_thread_get_kern_state()
|
| H A D | pcb_native.c | 688 saved_state->edi = state->edi; in thread_set_wq_state32()
|
| H A D | genassym.c | 205 DECLARE("R32_EDI", R_(edi)); in main()
|
| /xnu-11417.121.6/osfmk/mach/i386/ |
| H A D | thread_status.h | 388 uint32_t edi; member
|
| H A D | _structs.h | 75 unsigned int edi; variable
|
| /xnu-11417.121.6/tools/lldbmacros/core/ |
| H A D | operating_system.py | 404 self.edi = 0 440 self.edx, self.edi, self.esi,
|
| /xnu-11417.121.6/bsd/dev/i386/ |
| H A D | fasttrap_isa.c | 2279 case REG_RDI: return regs32->edi; in fasttrap_getreg()
|