Home
last modified time | relevance | path

Searched defs:local_irq_restore (Results 1 – 4 of 4) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/asm/
H A Dirqflags.rs15 pub fn local_irq_restore(x: usize) { in local_irq_restore() function
/DragonOS/kernel/src/arch/x86_64/include/asm/
H A Dirqflags.h7 #define local_irq_restore(x) __asm__ __volatile__("pushq %0 ; popfq" ::"g"(x) \ macro
/DragonOS/kernel/src/arch/riscv64/include/asm/
H A Dirqflags.h9 #define local_irq_restore(x) \ macro
/DragonOS/kernel/src/arch/riscv64/asm/
H A Dirqflags.h9 #define local_irq_restore(x) \ macro