Home
last modified time | relevance | path

Searched refs:SEL_KCS (Results 1 – 4 of 4) sorted by relevance

/sys/amd64/
Dthread.c49 tf->cs = SEL_KCS; in Thread_SetupKThread()
Dmachine.c132 wrmsr(MSR_STAR, (uint64_t)SEL_KCS << 32 | (uint64_t)SEL_UCS << 48); in Machine_SyscallInit()
Dtrap.c161 if (tf->cs == SEL_KCS) in trap_entry()
/sys/amd64/include/
Damd64.h80 #define SEL_KCS 0x08 macro