Searched defs:sti (Results 1 – 3 of 3) sorted by relevance
23 #define sti() __asm__ __volatile__("csrsi mstatus, 8\n\t" ::: "memory") macro
9 #define sti() __asm__ __volatile__("sti\n\t" :: \ macro
36 pub fn sti() { in sti() function