Searched refs:ebx (Results 1 – 6 of 6) sorted by relevance
| /kernel/arch/x86/ |
| A D | start.S | 48 mov %esi, %ebx 70 mov %ebx, PHYS(_zbi_base) 103 mov %eax, %ebx 104 shll $21, %ebx 105 orl $X86_KERNEL_PD_LP_FLAGS, %ebx 106 movl %ebx, (%esi) 118 mov %eax, %ebx 119 shll $21, %ebx 121 movl %ebx, (%esi) 122 mov %eax, %ebx [all …]
|
| A D | start16.S | 30 mov %cr0, %ebx 31 or $X86_CR0_CD, %ebx 32 and $~X86_CR0_NW, %ebx 33 mov %ebx, %cr0 50 mov %cr0, %ebx 51 or $X86_CR0_PE, %ebx 52 mov %ebx, %cr0 76 mov %cr0, %ebx 77 or $X86_CR0_PG, %ebx 78 mov %ebx, %cr0
|
| A D | uspace_entry.S | 23 xorl %ebx, %ebx
|
| A D | mexec.S | 99 xor %ebx, %ebx
|
| A D | feature.cpp | 222 uint32_t eax, ebx, ecx, edx; in x86_topology_enumerate() local 223 cpuid_c(X86_CPUID_TOPOLOGY, level, &eax, &ebx, &ecx, &edx); in x86_topology_enumerate()
|
| /kernel/target/pc/multiboot/ |
| A D | multiboot-start.S | 59 mov %ebx, %edx
|
Completed in 9 milliseconds