Searched refs:r14 (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/src/arch/x86_64/ |
H A D | kprobe.rs | 17 pub r14: ::core::ffi::c_ulong, field 43 r14: trap_frame.r14, in from()
|
/DragonOS/kernel/src/process/ |
H A D | ptrace.h | 8 unsigned long r14; member
|
/DragonOS/kernel/src/arch/x86_64/asm/ |
H A D | entry.S | 34 popq %r14 112 pushq %r14 365 pushq %r14 387 popq %r14
|
/DragonOS/kernel/src/arch/x86_64/process/ |
H A D | mod.rs | 66 r14: usize, field 100 r14: 0, in new() 244 r14: self.r14, in clone_all() 492 off_r14 = const(offset_of!(ArchPCBInfo, r14)), in switch_to_inner()
|
/DragonOS/kernel/src/arch/x86_64/interrupt/ |
H A D | mod.rs | 111 pub r14: ::core::ffi::c_ulong, field 146 r14: 0, in new()
|
/DragonOS/user/apps/test_kvm/ |
H A D | main.c | 45 uint64_t r12, r13, r14, r15; member
|
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/ |
H A D | vmexit.rs | 133 pub r14: u64, field
|