Home
last modified time | relevance | path

Searched refs:rbx (Results 1 – 7 of 7) sorted by relevance

/DragonOS/kernel/src/process/
H A Dptrace.h15 unsigned long rbx; member
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dmod.rs117 pub rbx: ::core::ffi::c_ulong, field
152 rbx: 0, in new()
/DragonOS/kernel/src/arch/x86_64/asm/
H A Dentry.S41 popq %rbx
106 pushq %rbx
359 pushq %rbx
395 popq %rbx
/DragonOS/kernel/src/arch/x86_64/process/
H A Dmod.rs63 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 Dkthread.rs33 frame.rbx = create_info as usize as u64; in __inner_create()
/DragonOS/user/apps/test_kvm/
H A Dmain.c42 uint64_t rax, rbx, rcx, rdx; member
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvmexit.rs143 pub rbx: u64, field