Searched refs:MSR_AMD_LSTAR (Results 1 – 5 of 5) sorted by relevance
121 #define MSR_AMD_LSTAR 0xc0000082 /* target %rip of 64-bit syscall */ macro
177 #define MSR_AMD_LSTAR 0xc0000082 /* target %rip of 64-bit syscall */ macro
1340 wrmsr(MSR_AMD_LSTAR, (uintptr_t)brand_sys_syscall); in brand_interpositioning_enable()1384 wrmsr(MSR_AMD_LSTAR, (uintptr_t)sys_syscall); in brand_interpositioning_disable()
558 wrmsr(MSR_AMD_LSTAR, (uintptr_t)xpv_panic_hypercall); in switch_to_xpv_panic_idt()
195 wrmsr(MSR_AMD_LSTAR, (uint64_t)(uintptr_t)sys_syscall); in init_cpu_syscall()