Home
last modified time | relevance | path

Searched defs:MSR_STAR (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/kvm/include/
H A Dkvm_x86.h75 #define MSR_STAR 0xc0000081 macro
/aosp_15_r20/external/crosvm/hypervisor/src/whpx/
H A Dtypes.rs676 pub(super) const MSR_STAR: u32 = 0xc0000081; constant
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
Dmsr-index.h8 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/asm/
Dmsr-index.h8 #define MSR_STAR 0xc0000081 /* legacy mode SYSCALL target */ macro
/aosp_15_r20/external/crosvm/x86_64/src/
H A Dmsr_index.rs12 pub const MSR_STAR: ::std::os::raw::c_uint = 0xc0000081; constant