Searched refs:MSR_AMD_CSTAR (Results 1 – 5 of 5) sorted by relevance
122 #define MSR_AMD_CSTAR 0xc0000083 /* target %rip of 32-bit syscall */ macro
178 #define MSR_AMD_CSTAR 0xc0000083 /* target %rip of 32-bit syscall */ macro
1341 wrmsr(MSR_AMD_CSTAR, (uintptr_t)brand_sys_syscall32); in brand_interpositioning_enable()1385 wrmsr(MSR_AMD_CSTAR, (uintptr_t)sys_syscall32); in brand_interpositioning_disable()
559 wrmsr(MSR_AMD_CSTAR, (uintptr_t)xpv_panic_hypercall); in switch_to_xpv_panic_idt()
196 wrmsr(MSR_AMD_CSTAR, (uint64_t)(uintptr_t)sys_syscall32); in init_cpu_syscall()