Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/arch/x86_64/include/asm/
Dcurrent.h20 #define current_pcb get_current_pcb() macro
/DragonOS-0.1.8/kernel/src/arch/x86_64/asm/
Dcurrent.rs7 pub fn current_pcb() -> &'static mut process_control_block { in current_pcb() function