Searched refs:rdx (Results 1 – 8 of 8) sorted by relevance
/DragonOS/kernel/src/arch/x86_64/asm/ |
H A D | entry.S | 43 popq %rdx 103 pushq %rdx 118 movq FUNC(%rsp), %rdx 138 callq *%rdx //调用服务程序 带*号表示调用的是绝对地址 356 pushq %rdx 371 movq FUNC(%rsp), %rdx 376 callq *%rdx //调用服务程序 396 popq %rdx
|
H A D | head.S | 462 leaq m_ignore_int(%rip), %rdx // 将ignore_int的地址暂时存到中段描述符的高8B 475 shrq $32, %rdx // (已经填写了32位,故右移32) 483 movq %rdx, 8(%rdi) // 保存高8B 508 movq %r13, %rdx // GDT size
|
/DragonOS/kernel/src/arch/x86_64/ |
H A D | kprobe.rs | 28 pub rdx: ::core::ffi::c_ulong, field 54 rdx: trap_frame.rdx, in from()
|
/DragonOS/kernel/src/process/ |
H A D | ptrace.h | 17 unsigned long rdx; member
|
/DragonOS/kernel/src/arch/x86_64/interrupt/ |
H A D | mod.rs | 120 pub rdx: ::core::ffi::c_ulong, field 155 rdx: 0, in new()
|
/DragonOS/user/apps/test_kvm/ |
H A D | main.c | 42 uint64_t rax, rbx, rcx, rdx; member
|
/DragonOS/kernel/src/arch/x86_64/syscall/ |
H A D | mod.rs | 83 frame.rdx as usize, in syscall_handler()
|
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/ |
H A D | vmexit.rs | 144 pub rdx: u64, field
|