Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h121 #define MSR_AMD_LSTAR 0xc0000082 /* target %rip of 64-bit syscall */ macro
/titanic_41/usr/src/uts/intel/sys/
H A Dcontrolregs.h177 #define MSR_AMD_LSTAR 0xc0000082 /* target %rip of 64-bit syscall */ macro
/titanic_41/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c1340 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()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c558 wrmsr(MSR_AMD_LSTAR, (uintptr_t)xpv_panic_hypercall); in switch_to_xpv_panic_idt()
/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_startup.c195 wrmsr(MSR_AMD_LSTAR, (uint64_t)(uintptr_t)sys_syscall); in init_cpu_syscall()