Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/process/
H A Dsyscall.rs56 pub fn arch_prctl(option: usize, arg2: usize) -> Result<usize, SystemError> { in arch_prctl()
58 if let Err(SystemError::EINVAL) = Self::do_arch_prctl_64(&pcb, option, arg2, true) { in arch_prctl()
59 Self::do_arch_prctl_common(option, arg2)?; in arch_prctl()
68 arg2: usize, in do_arch_prctl_64()
76 arg2 as *mut usize, in do_arch_prctl_64()
85 arg2 as *mut usize, in do_arch_prctl_64()
92 arch_info.fsbase = arg2; in do_arch_prctl_64()
99 arch_info.gsbase = arg2; in do_arch_prctl_64()
/DragonOS/kernel/crates/rbpf/src/
H A Dhelpers.rs120 pub fn gather_bytes(arg1: u64, arg2: u64, arg3: u64, arg4: u64, arg5: u64) -> u64 { in gather_bytes()
122 | arg2.wrapping_shl(24) in gather_bytes()
210 pub fn strcmp(arg1: u64, arg2: u64, arg3: u64, unused4: u64, unused5: u64) -> u64 { in strcmp()
212 if arg1 == 0 || arg2 == 0 { in strcmp()
216 let mut b = arg2; in strcmp()
H A Dcranelift.rs927 let arg2 = bcx.use_var(self.registers[3]); in translate_program() localVariable
931 let call = bcx.ins().call(func_ref, &[arg0, arg1, arg2, arg3, arg4]); in translate_program()
/DragonOS/kernel/src/arch/x86_64/init/
H A Dboot.rs42 arg2: u64, in early_boot_init()
46 BootProtocol::Multiboot2 => early_multiboot2_init(arg1 as u32, arg2), in early_boot_init()
50 BootProtocol::Linux32Pvh => early_linux32_pvh_init(arg2 as usize), in early_boot_init()
/DragonOS/docs/kernel/debug/
H A Ddebug-kernel-with-gdb.md258 #0 function1 (arg1=10, arg2=20) at file1.c:15