Searched refs:ecx (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.8/kernel/src/ |
D | head.S | 171 mov $512, %ecx 187 mov $0xC0000080, %ecx 280 mov $50, %ecx 291 mov $25600, %ecx 377 movl %edx, %ecx 378 shrl $16, %ecx // 去除低16位 412 movl %edx, %ecx 413 shrl $24, %ecx 420 movl %edx, %ecx 421 andl $0xffffff, %ecx // 清空ecx的中有效值的高8位(也就是上面已经赋值了的)
|
/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…
|