Home
last modified time | relevance | path

Searched refs:MSR_STAR (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/x86/
H A Dsyscall.c17 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()
/kvm-unit-tests/lib/x86/
H A Dmsr.h8 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro