Searched refs:ebx (Results 1 – 5 of 5) sorted by relevance
| /arch/x86/64/ |
| A D | start.S | 56 movl %ebx, PHYS(_multiboot_info) 141 mov %eax, %ebx 142 shll $21, %ebx 143 orl $X86_KERNEL_PD_LP_FLAGS, %ebx 144 movl %ebx, (%esi) 160 mov %eax, %ebx 161 shll $21, %ebx 163 movl %ebx, (%esi) 164 mov %eax, %ebx 165 shrl $11, %ebx # upper word of the entry [all …]
|
| A D | exceptions.S | 109 movl %ebx, 8(%rdi) /* offset [32:63] */
|
| /arch/x86/32/ |
| A D | exceptions.S | 76 movl %esi, %ebx 78 shrl $16, %ebx
|
| A D | start.S | 52 movl %ebx, PHYS(_multiboot_info)
|
| /arch/x86/include/arch/ |
| A D | x86.h | 53 uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax; member 82 uint32_t eax, ecx, edx, ebx; member
|
Completed in 9 milliseconds