Home
last modified time | relevance | path

Searched refs:eax (Results 1 – 7 of 7) sorted by relevance

/arch/x86/32/
A Dstart.S101 addl $4096, %eax
125 xor %eax, %eax
128 mov %eax, %edx
138 xor %eax, %eax
141 mov %eax, %edx
149 mov %cr4, %eax
151 mov %eax, %cr4
156 mov %eax, %cr3
162 mov %cr0, %eax
164 mov %eax, %cr0
[all …]
A Dops.S16 popl %eax
17 andl $0x200, %eax
18 test %eax, %eax
42 mov (%edx),%eax // edx = *mem
43 add %eax,%ecx // ecx = edx + val
A Dspinlock.S18 xor %eax, %eax
31 mov $1, %eax
32 lock xchg %eax, (%ecx)
A Dexceptions.S47 movl $DATA_SELECTOR, %eax /* put known good value in segment registers */
50 movl %eax, %fs
51 movl %eax, %es
52 movl %eax, %ds
54 movl %esp, %eax /* store pointer to iframe */
55 pushl %eax
59 popl %eax /* drop pointer to iframe */
/arch/x86/64/
A Dstart.S98 mov %cr4, %eax
100 mov %eax, %cr4
104 mov %eax, %cr3
138 xor %eax, %eax /* start off at address 0 */
141 mov %eax, %ebx
146 inc %eax
156 xor %eax, %eax
160 mov %eax, %ebx
164 mov %eax, %ebx
168 inc %eax
[all …]
A Dspinlock.S16 xor %eax, %eax
27 mov $1, %eax
29 lock xchg %eax, (%rdi)
/arch/x86/include/arch/
A Dx86.h53 uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax; member
82 uint32_t eax, ecx, edx, ebx; member

Completed in 10 milliseconds