Home
last modified time | relevance | path

Searched defs:arch_prctl (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/process/
H A Dsyscall.rs114 pub fn arch_prctl(_option: usize, _arg2: usize) -> Result<usize, SystemError> { in arch_prctl() method
/DragonOS/kernel/src/arch/x86_64/process/
H A Dsyscall.rs130 pub fn arch_prctl(option: usize, arg2: usize) -> Result<usize, SystemError> { in arch_prctl() method