Home
last modified time | relevance | path

Searched defs:sti (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/arch/x86_64/interrupt/
Dmod.rs14 pub fn sti(){ in sti() function
/DragonOS-0.1.3/kernel/src/arch/x86_64/include/asm/
Dasm.h5 #define sti() __asm__ __volatile__("sti\n\t" :: \ macro