Home
last modified time | relevance | path

Searched refs:rdx (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.7/kernel/src/process/
Dproc.S21 popq %rdx
33 movq %rdx, %rdi
Dptrace.h17 unsigned long rdx; member
Dprocess.c685 regs.rdx = (ul)arg; in kernel_thread()
/DragonOS-0.1.7/kernel/src/
Dhead.S330 leaq m_ignore_int(%rip), %rdx // 将ignore_int的地址暂时存到中段描述符的高8B
343 shrq $32, %rdx // (已经填写了32位,故右移32)
351 movq %rdx, 8(%rdi) // 保存高8B
360 leaq TSS64_Table(%rip), %rdx // 获取定义在process.c中的initial_tss[0]的地址
363 addq %r8, %rdx
390 shrq $32, %rdx
391 movq %rdx, 88(%rdi) // 高8B存到GDT第11项
/DragonOS-0.1.7/kernel/src/exception/
Dentry.S43 popq %rdx
89 pushq %rdx
104 movq FUNC(%rsp), %rdx
112 callq *%rdx //调用服务程序 带*号表示调用的是绝对地址