Home
last modified time | relevance | path

Searched refs:sti (Results 1 – 7 of 7) sorted by relevance

/DragonOS/kernel/src/arch/riscv64/include/asm/
H A Dirqflags.h14 #define local_irq_enable() sti();
H A Dasm.h23 #define sti() __asm__ __volatile__("csrsi mstatus, 8\n\t" ::: "memory") macro
/DragonOS/kernel/src/arch/x86_64/include/asm/
H A Dirqflags.h10 #define local_irq_enable() sti();
H A Dasm.h9 #define sti() __asm__ __volatile__("sti\n\t" :: \ macro
/DragonOS/kernel/src/arch/x86_64/interrupt/
H A Dmod.rs36 pub fn sti() { in sti() function
52 sti(); in interrupt_enable()
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.2.md261 * new: rust的cli和sti封装
/DragonOS/kernel/src/arch/x86_64/asm/
H A Dentry.S375 sti