Lines Matching defs:shadow
933 * indirect shadow MMUs. If paging is disabled, no updates are needed
1631 * If nx_huge_pages is enabled, KVM's shadow paging will ensure that
3483 * a forced sync of the shadow page tables. Ensure all the
5213 events->interrupt.shadow = static_call(kvm_x86_get_interrupt_shadow)(vcpu);
5300 events->interrupt.shadow);
7552 * shadow page table for L2 guest.
8639 * be fixed by unprotecting shadow page and it should
8656 * writing instruction, it means the VM-EXIT is caused by shadow
8657 * page protected, we can zap the shadow page and retry this
8753 u32 shadow;
8763 shadow = static_call(kvm_x86_get_interrupt_shadow)(vcpu);
8764 return (shadow & KVM_X86_SHADOW_INT_MOV_SS) &&
8978 /* With shadow page tables, cr2 contains a GVA or nGPA. */
9055 * the shadow expires. But we still need to check here,
9056 * because POPF has no interrupt shadow.
10842 * interrupts on processors that implement an interrupt shadow, the
12711 * CREATE: No shadow pages exist, thus nothing to write-protect
12777 * monitor changes when using shadow paging, and must guarantee
12788 * MMU-writable flag when write-protecting for shadow paging).
13425 * Currently, KVM doesn't mark global entries in the shadow
13428 * keeping track of global entries in shadow page tables.