• Home
  • Raw
  • Download

Lines Matching full:intercept

93 	bool always; /* True if intercept is always on */
128 * intercept is enabled. Refer to AMD APM Vol 2 Section 15.14.4 Pause
129 * Intercept Filtering for more details.
145 * value is less than zero and PAUSE intercept is enabled, a #VMEXIT is
595 /* Set the shadow bitmaps to the desired intercept states */ in set_shadow_msr_intercept()
708 * Set intercept permissions for all direct access MSRs again. They in svm_msr_filter_changed()
1089 * Intercept INVPCID if shadow paging is enabled to sync/free shadow in svm_check_invpcid()
1127 * We intercept those #GP and allow access to them anyway in init_vmcb()
1974 * On an #MC intercept the MCE handler is not called automatically in in svm_handle_mce()
1990 * VMCB is undefined after a SHUTDOWN intercept in shutdown_interception()
2110 * If VGIF is enabled, the STGI intercept is only added to in svm_set_gif()
2112 * Likewise, clear the VINTR intercept, we will set it in svm_set_gif()
2130 * in use, we still rely on the VINTR intercept (rather than in svm_set_gif()
2862 * For an INVPCID intercept: in invpcid_interception()
3302 * 1, because that's a separate STGI/VMRUN intercept. The next time we in enable_irq_window()
3303 * get that intercept, this function will be called again though and in enable_irq_window()
3304 * we'll get the vintr intercept. However, if the vGIF feature is in enable_irq_window()
3617 * If the L01 MSR bitmap does not intercept the MSR, then we need to in svm_vcpu_run()
3621 * If the L02 MSR bitmap does not intercept the MSR, then we need to in svm_vcpu_run()
3877 if (info->intercept >= ARRAY_SIZE(x86_intercept_map)) in svm_check_intercept()
3880 icpt_info = x86_intercept_map[info->intercept]; in svm_check_intercept()
3887 if (info->intercept == x86_intercept_cr_read) in svm_check_intercept()
3893 if (info->intercept == x86_intercept_cr_write) in svm_check_intercept()
3897 info->intercept == x86_intercept_clts) in svm_check_intercept()
3907 if (info->intercept == x86_intercept_lmsw) { in svm_check_intercept()
3925 if (info->intercept == x86_intercept_wrmsr) in svm_check_intercept()
3942 if (info->intercept == x86_intercept_in || in svm_check_intercept()
3943 info->intercept == x86_intercept_ins) { in svm_check_intercept()
3952 if (info->intercept == x86_intercept_outs || in svm_check_intercept()
3953 info->intercept == x86_intercept_ins) in svm_check_intercept()
4181 * vCPU is in guest-mode and vmcb12 defines intercept on INIT. in svm_apic_init_signal_blocked()
4182 * To properly emulate the INIT intercept, in svm_apic_init_signal_blocked()