Home
last modified time | relevance | path

Searched defs:KernelThreadCreateInfo (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/process/
H A Dkthread.rs25 info: &Arc<KernelThreadCreateInfo>, in __inner_create()
29 let create_info: *const KernelThreadCreateInfo = in __inner_create() constant
118 fn jump_to_stage2(ptr: *const KernelThreadCreateInfo) { in jump_to_stage2()
/DragonOS/kernel/src/process/
H A Dkthread.rs127 pub struct KernelThreadCreateInfo { struct
151 impl KernelThreadCreateInfo { argument
495 pub unsafe extern "C" fn kernel_thread_bootstrap_stage2(ptr: *const KernelThreadCreateInfo) -> ! { in kernel_thread_bootstrap_stage2()
/DragonOS/kernel/src/arch/x86_64/process/
H A Dkthread.rs23 info: &Arc<KernelThreadCreateInfo>, in __inner_create()
27 let create_info: *const KernelThreadCreateInfo = in __inner_create() constant