Searched refs:shadow_table (Results 1 – 3 of 3) sorted by relevance
1624 *sl4mfn = pagetable_get_mfn(v->arch.shadow_table[0]); in shadow_get_and_create_l4e()1740 *sl2mfn = pagetable_get_mfn(v->arch.shadow_table[0]); in shadow_get_and_create_l2e()2365 if ( pagetable_get_pfn(v->arch.shadow_table[0]) == mfn_x(smfn) in sh_safe_not_to_sync()3831 smfn = pagetable_get_mfn(v->arch.shadow_table[i]); in sh_detach_old_tables()3834 v->arch.shadow_table[i] = pagetable_null(); in sh_detach_old_tables()3851 old_entry = v->arch.shadow_table[slot]; in sh_set_toplevel_shadow()3893 v->arch.shadow_table[slot] = new_entry; in sh_set_toplevel_shadow()4056 mfn_t smfn = pagetable_get_mfn(v->arch.shadow_table[0]); in sh_update_cr3()4084 smfn = pagetable_get_mfn(v->arch.shadow_table[i]); in sh_update_cr3()4108 make_cr3(v, pagetable_get_mfn(v->arch.shadow_table[0])); in sh_update_cr3()[all …]
964 if ( !pagetable_is_null(v->arch.shadow_table[i]) ) in _shadow_prealloc()968 pagetable_get_mfn(v->arch.shadow_table[i]), 0); in _shadow_prealloc()1022 if ( !pagetable_is_null(v->arch.shadow_table[i]) ) in shadow_blow_tables()1024 pagetable_get_mfn(v->arch.shadow_table[i]), 0); in shadow_blow_tables()
605 pagetable_t shadow_table[4]; /* (MFN) shadow(s) of guest */ member
Completed in 19 milliseconds