Searched refs:SVM_EXIT_RDPMC (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 48 #define SVM_EXIT_RDPMC 0x06f macro 192 { SVM_EXIT_RDPMC, "rdpmc" }, \
|
/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 48 #define SVM_EXIT_RDPMC 0x06f macro 192 { SVM_EXIT_RDPMC, "rdpmc" }, \
|
/linux/arch/x86/coco/sev/ |
H A D | core.c | 1942 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_RDPMC, 0, 0); in vc_handle_rdpmc() 2040 case SVM_EXIT_RDPMC: in vc_handle_exitcode()
|
H A D | shared.c | 1597 case SVM_EXIT_RDPMC: in vc_check_opcode_bytes()
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 3319 [SVM_EXIT_RDPMC] = kvm_emulate_rdpmc, 4481 [x86_intercept_rdpmc] = POST_EX(SVM_EXIT_RDPMC),
|