Searched refs:MSR_STAR (Results 1 – 2 of 2) sorted by relevance
17 wrmsr(MSR_STAR, (uint64_t)cs << 32); in test_syscall_lazy_load()68 wrmsr(MSR_STAR, ((uint64_t)USER_CS32 << 48) | ((uint64_t)KERNEL_CS64 << 32)); in test_syscall_tf()
8 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro