Home
last modified time | relevance | path

Searched refs:MSR_AMD_LSTAR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h119 #define MSR_AMD_LSTAR 0xc0000082 /* target %rip of 64-bit syscall */ macro
/illumos-gate/usr/src/uts/intel/sys/
H A Dcontrolregs.h195 #define MSR_AMD_LSTAR 0xc0000082 /* target %rip of 64-bit syscall */ macro
/illumos-gate/usr/src/uts/intel/os/
H A Ddesctbls.c1155 wrmsr(MSR_AMD_LSTAR, (uintptr_t)tr_brand_sys_syscall); in brand_interpositioning_enable()
1158 wrmsr(MSR_AMD_LSTAR, (uintptr_t)brand_sys_syscall); in brand_interpositioning_enable()
1208 wrmsr(MSR_AMD_LSTAR, (uintptr_t)tr_sys_syscall); in brand_interpositioning_disable()
1211 wrmsr(MSR_AMD_LSTAR, (uintptr_t)sys_syscall); in brand_interpositioning_disable()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_startup.c201 wrmsr(MSR_AMD_LSTAR, in init_cpu_syscall()
206 wrmsr(MSR_AMD_LSTAR, in init_cpu_syscall()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c555 wrmsr(MSR_AMD_LSTAR, (uintptr_t)xpv_panic_hypercall); in switch_to_xpv_panic_idt()