Searched refs:SEL_KCS (Results 1 – 4 of 4) sorted by relevance
49 tf->cs = SEL_KCS; in Thread_SetupKThread()
132 wrmsr(MSR_STAR, (uint64_t)SEL_KCS << 32 | (uint64_t)SEL_UCS << 48); in Machine_SyscallInit()
161 if (tf->cs == SEL_KCS) in trap_entry()
80 #define SEL_KCS 0x08 macro