Searched refs:edx (Results 26 - 40 of 40) sorted by relevance

12

/xnu-2782.1.97/osfmk/x86_64/
H A Dpal_routines_asm.s185 movl %edx,RNT_SCALE(%r8)
H A Didt64.s250 mov %edx, R32_EDX(%r15)
425 movl R32_EDX(%r15), %edx
594 * edx: user instruction pointer (return address)
598 * Note: sysenter/sysexit cannot be used for calls returning a value in edx,
781 test $0x80000000, %edx /* test MSB of address */
951 test $0x80000000, %edx /* test MSB of address */
1372 movl %eax, %edx
1373 andl $(SYSCALL_CLASS_MASK), %edx /* syscall class */
1374 cmpl $(SYSCALL_CLASS_MACH<<SYSCALL_CLASS_SHIFT), %edx
1376 cmpl $(SYSCALL_CLASS_UNIX<<SYSCALL_CLASS_SHIFT), %edx
[all...]
/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386_native.c143 iss32->edx = 0;
H A Di386_lock.s343 rdtsc /* read cyclecount into %edx:%eax */
365 rdtsc /* cyclecount into %edx:%eax */
1818 movl %esi, %edx /* Load mask */
1819 orl %eax, %edx
1820 lock cmpxchgl %edx, (%rdi) /* Atomic CAS */
1822 movl %edx, %eax /* Result */
1850 movl %esi, %edx /* Load mask */
1851 andl %eax, %edx
1852 lock cmpxchgl %edx, (%rdi) /* Atomic CAS */
1854 movl %edx,
[all...]
H A Dpcb.c660 saved_state->edx = ts->edx;
737 ts->edx = saved_state->edx;
834 saved_state->edx = state->edx;
1559 state->edx = saved_state->edx;
1639 state->uts.ts32.edx = saved_state->edx;
[all...]
H A Dpcb_native.c269 saved_state->edx = state->edx;
H A Dstartup64.c110 kprintf("sp->edx: 0x%08x\n", sp->edx);
H A Dasm.h166 leal Gotoff(LBb(x,8)),%edx;\
H A Di386_init.c205 assert(reg[edx] & CPUID_EXTFEATURE_XD);
H A Dbsd_i386.c228 iss32->edx = 1;
H A Dgenassym.c247 DECLARE("R32_EDX", R_(edx));
/xnu-2782.1.97/osfmk/mach/i386/
H A Dthread_status.h323 uint32_t edx; member in struct:x86_saved_state32
H A D_structs.h69 unsigned int edx; variable
/xnu-2782.1.97/tools/lldbmacros/core/
H A Doperating_system.py385 { 'name': 'edx' , 'bitsize': 32, 'offset' :12, 'encoding': 'uint' , 'format':'hex' , 'set': 0, 'gcc' : 3, 'dwarf': 3},
423 self.edx = 0
442 edx = {o.edx: #010x}
460 self.edx, self.edi, self.esi,
/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c739 regs32->eax, regs32->edx, 0, 0);
2267 case REG_RDX: return regs32->edx;

Completed in 113 milliseconds

12