Searched refs:es (Results 1 – 6 of 6) sorted by relevance
/DragonOS-0.1.2/kernel/src/process/ |
D | ptrace.h | 26 unsigned long es; member
|
D | proc.S | 28 movq %rax, %es
|
D | process.c | 449 regs->es = 0; in do_execve() 586 regs.es = KERNEL_DS; in kernel_thread()
|
/DragonOS-0.1.2/kernel/src/smp/ |
D | apu_boot.S | 16 mov %ax, %es 62 mov %ax, %es
|
/DragonOS-0.1.2/kernel/src/exception/ |
D | entry.S | 51 movq %rax, %es 78 movq %es, %rax 106 movq %rdi, %es 124 movq %es, %rax 145 movq %rdx, %es
|
/DragonOS-0.1.2/kernel/src/ |
D | head.S | 210 mov %ax, %es 240 mov %ax, %es 300 movq %rax, %es
|