Searched refs:SVM_EXIT_RDPMC (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 48 #define SVM_EXIT_RDPMC 0x06f macro 193 { SVM_EXIT_RDPMC, "rdpmc" }, \
|
| /linux-6.15/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 48 #define SVM_EXIT_RDPMC 0x06f macro 193 { SVM_EXIT_RDPMC, "rdpmc" }, \
|
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | core.c | 2070 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_RDPMC, 0, 0); in vc_handle_rdpmc() 2168 case SVM_EXIT_RDPMC: in vc_handle_exitcode()
|
| H A D | shared.c | 1609 case SVM_EXIT_RDPMC: in vc_check_opcode_bytes()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | svm.c | 3414 [SVM_EXIT_RDPMC] = kvm_emulate_rdpmc, 4618 [x86_intercept_rdpmc] = POST_EX(SVM_EXIT_RDPMC),
|
| H A D | sev.c | 3315 case SVM_EXIT_RDPMC: in sev_es_validate_vmgexit()
|