Searched refs:r15 (Results 1 – 7 of 7) sorted by relevance
/DragonOS/kernel/src/arch/x86_64/ |
H A D | kprobe.rs | 16 pub r15: ::core::ffi::c_ulong, field 42 r15: trap_frame.r15, in from()
|
/DragonOS/kernel/src/process/ |
H A D | ptrace.h | 7 unsigned long r15; member
|
/DragonOS/kernel/src/arch/x86_64/asm/ |
H A D | entry.S | 33 popq %r15 113 pushq %r15 366 pushq %r15 386 popq %r15
|
/DragonOS/kernel/src/arch/x86_64/process/ |
H A D | mod.rs | 67 r15: usize, field 101 r15: 0, in new() 245 r15: self.r15, in clone_all() 495 off_r15 = const(offset_of!(ArchPCBInfo, r15)), in switch_to_inner()
|
/DragonOS/kernel/src/arch/x86_64/interrupt/ |
H A D | mod.rs | 110 pub r15: ::core::ffi::c_ulong, field 145 r15: 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 | 132 pub r15: u64, field
|