Searched refs:rbx (Results 1 – 8 of 8) sorted by relevance
/DragonOS/kernel/src/arch/x86_64/ |
H A D | kprobe.rs | 21 pub rbx: ::core::ffi::c_ulong, field 47 rbx: trap_frame.rbx, in from()
|
/DragonOS/kernel/src/process/ |
H A D | ptrace.h | 15 unsigned long rbx; member
|
/DragonOS/kernel/src/arch/x86_64/asm/ |
H A D | entry.S | 41 popq %rbx 105 pushq %rbx 358 pushq %rbx 394 popq %rbx
|
/DragonOS/kernel/src/arch/x86_64/process/ |
H A D | mod.rs | 63 rbx: usize, field 97 rbx: 0, in new() 241 rbx: self.rbx, in clone_all() 489 off_rbx = const(offset_of!(ArchPCBInfo, rbx)), in switch_to_inner()
|
H A D | kthread.rs | 31 frame.rbx = create_info as usize as u64; in __inner_create()
|
/DragonOS/kernel/src/arch/x86_64/interrupt/ |
H A D | mod.rs | 118 pub rbx: ::core::ffi::c_ulong, field 153 rbx: 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/kvm/vmx/ |
H A D | vmexit.rs | 143 pub rbx: u64, field
|