Searched refs:rbx (Results 1 – 7 of 7) sorted by relevance
/DragonOS-0.1.9/kernel/src/process/ |
D | ptrace.h | 15 unsigned long rbx; member
|
/DragonOS-0.1.9/kernel/src/arch/x86_64/interrupt/ |
D | mod.rs | 110 pub rbx: ::core::ffi::c_ulong, field 139 rbx: 0, in new()
|
/DragonOS-0.1.9/kernel/src/arch/x86_64/asm/ |
D | entry.S | 41 popq %rbx 106 pushq %rbx 359 pushq %rbx 395 popq %rbx
|
/DragonOS-0.1.9/user/apps/test_kvm/ |
D | main.c | 42 uint64_t rax, rbx, rcx, rdx; member
|
/DragonOS-0.1.9/kernel/src/arch/x86_64/process/ |
D | mod.rs | 71 rbx: usize, field 105 rbx: 0, in new() 249 rbx: self.rbx, in clone_all() 509 off_rbx = const(offset_of!(ArchPCBInfo, rbx)), in switch_to_inner()
|
D | kthread.rs | 33 frame.rbx = create_info as usize as u64; in __inner_create()
|
/DragonOS-0.1.9/kernel/src/arch/x86_64/kvm/vmx/ |
D | vmexit.rs | 142 pub rbx: u64, field
|