Lines Matching refs:intercepts
769 vmcb->control.intercepts[INTERCEPT_DR] = 0;
1188 /* Evaluate instruction intercepts that depend on guest CPUID features. */
1231 * in VMCB and clear intercepts to avoid #VMEXIT.
1659 * Recalculating intercepts may have cleared the VINTR intercept. If
1910 * SEV-ES guests must always keep the CR intercepts cleared. CR
2760 * SEV-ES intercepts DR7 only to disable guest debugging and the guest issues a VMGEXIT
3345 pr_err("%-20s%04x\n", "cr_read:", control->intercepts[INTERCEPT_CR] & 0xffff);
3346 pr_err("%-20s%04x\n", "cr_write:", control->intercepts[INTERCEPT_CR] >> 16);
3347 pr_err("%-20s%04x\n", "dr_read:", control->intercepts[INTERCEPT_DR] & 0xffff);
3348 pr_err("%-20s%04x\n", "dr_write:", control->intercepts[INTERCEPT_DR] >> 16);
3349 pr_err("%-20s%08x\n", "exceptions:", control->intercepts[INTERCEPT_EXCEPTION]);
3350 pr_err("%-20s%08x %08x\n", "intercepts:",
3351 control->intercepts[INTERCEPT_WORD3],
3352 control->intercepts[INTERCEPT_WORD4]);
3699 * SEV-ES guests must always keep the CR intercepts cleared. CR
4240 * We need to handle MC intercepts here before the vcpu has a chance to