Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/include/asm/
H A Dasm.h15 #define pause() asm volatile("pause\n\t"); // 处理器等待一段时间 macro
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.3.md42 - cpu: new: new:Rust封装cpu_relax(),通过pause指令,让cpu休息一会儿,降低空转功耗. (#135)
252 * new:Rust封装cpu_relax(),通过pause指令,让cpu休息一会儿。降低空转功耗