Searched refs:SVM_EXIT_RDPMC (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 48 #define SVM_EXIT_RDPMC 0x06f macro 156 { SVM_EXIT_RDPMC, "rdpmc" }, \
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 48 #define SVM_EXIT_RDPMC 0x06f macro 156 { SVM_EXIT_RDPMC, "rdpmc" }, \
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | sev-es.c | 1114 ret = sev_es_ghcb_hv_call(ghcb, ctxt, SVM_EXIT_RDPMC, 0, 0); in vc_handle_rdpmc() 1209 case SVM_EXIT_RDPMC: in vc_handle_exitcode()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | svm.c | 2913 [SVM_EXIT_RDPMC] = rdpmc_interception, 3837 [x86_intercept_rdpmc] = POST_EX(SVM_EXIT_RDPMC),
|