Home
last modified time | relevance | path

Searched refs:pd (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/asm/
H A Dhead.S226 mov $pd, %ebx
231 mov $pd, %eax
658 pd: label
/DragonOS/kernel/crates/intertrait/src/
H A Dlib.rs140 let pd = AtomicBool::new(false); in init_caster_map() localVariable
141 let r = pd.compare_exchange( in init_caster_map()