Home
last modified time | relevance | path

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

/DragonOS-0.1.9/kernel/src/arch/x86_64/asm/
Dhead.S159 mov $pd, %ebx
164 mov $pd, %eax
567 pd: label
/DragonOS-0.1.9/kernel/src/libs/intertrait/src/
Dlib.rs140 let pd = AtomicBool::new(false); in init_caster_map() localVariable
141 let r = pd.compare_exchange( in init_caster_map()