Searched refs:ebx (Results 1 – 4 of 4) sorted by relevance
/DragonOS-0.1.8/kernel/src/ |
D | head.S | 139 mov %ebx, mb2_info 153 mov $pdpt, %ebx 154 or $0x3, %ebx 155 mov %ebx, 0(%eax) 159 mov $pd, %ebx 160 or $0x3, %ebx 161 mov %ebx, 0(%eax) 165 mov $pt, %ebx 166 or $0x3, %ebx 167 mov %ebx, 0(%eax) [all …]
|
/DragonOS-0.1.8/kernel/src/arch/x86_64/ |
D | cpu.rs | 9 let cpu_id = (cpuid_res.ebx >> 24) & 0xff; in current_cpu_id()
|
/DragonOS-0.1.8/kernel/src/libs/ |
D | cpu.c | 94 void cpu_cpuid(uint32_t mop, uint32_t sop, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *e… in cpu_cpuid() argument 99 : "=a"(*eax), "=b"(*ebx), "=c"(*ecx), "=d"(*edx) in cpu_cpuid()
|
/DragonOS-0.1.8/kernel/src/common/ |
D | cpu.h | 47 void cpu_cpuid(uint32_t mop, uint32_t sop, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *e…
|