Searched refs:rdtscp (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | msr.h | 237 #define rdtscp(low, high, aux) \ macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sev-shared.c | 987 bool rdtscp = (exit_code == SVM_EXIT_RDTSCP); in vc_handle_rdtsc() local 995 (!rdtscp || ghcb_rcx_is_valid(ghcb)))) in vc_handle_rdtsc() 1000 if (rdtscp) in vc_handle_rdtsc()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86.h | 276 static inline uint64_t rdtscp(void) in rdtscp() function
|
H A D | x86hvf.c | 236 env->tsc = rdtscp() + rvmcs(cs->accel->fd, VMCS_TSC_OFFSET); in hvf_get_msrs()
|
H A D | x86_emu.c | 684 val = rdtscp() + rvmcs(cs->accel->fd, VMCS_TSC_OFFSET); in simulate_rdmsr()
|
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/ |
H A D | processor.h | 413 static inline uint64_t rdtscp(uint32_t *aux) in rdtscp() function
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 403 0x80000001, 0, EDX, 27, rdtscp, RDTSCP and IA32_TSC_AUX are available
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 4048 DIP(SrcNone, rdtscp, check_rdtsc),
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 1746 "RDTSCP","RDTSCP","rdtscp","0F 01 F9","V","V","RDTSCP","","","",""
|