Home
last modified time | relevance | path

Searched refs:shadow_table (Results 1 – 3 of 3) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c1653 *sl4mfn = pagetable_get_mfn(v->arch.shadow_table[0]); in shadow_get_and_create_l4e()
1769 *sl2mfn = pagetable_get_mfn(v->arch.shadow_table[0]); in shadow_get_and_create_l2e()
2394 if ( pagetable_get_pfn(v->arch.shadow_table[0]) == mfn_x(smfn) in sh_safe_not_to_sync()
3920 smfn = pagetable_get_mfn(v->arch.shadow_table[i]); in sh_detach_old_tables()
3923 v->arch.shadow_table[i] = pagetable_null(); in sh_detach_old_tables()
3940 old_entry = v->arch.shadow_table[slot]; in sh_set_toplevel_shadow()
3983 v->arch.shadow_table[slot] = new_entry; in sh_set_toplevel_shadow()
4179 mfn_t smfn = pagetable_get_mfn(v->arch.shadow_table[0]); in sh_update_cr3()
4237 make_cr3(v, pagetable_get_mfn(v->arch.shadow_table[0])); in sh_update_cr3()
4255 pagetable_get_paddr(v->arch.shadow_table[0]); in sh_update_cr3()
[all …]
A Dcommon.c1227 if ( !pagetable_is_null(v->arch.shadow_table[i]) ) in _shadow_prealloc()
1231 pagetable_get_mfn(v->arch.shadow_table[i]), 0); in _shadow_prealloc()
1285 if ( !pagetable_is_null(v->arch.shadow_table[i]) ) in shadow_blow_tables()
1287 pagetable_get_mfn(v->arch.shadow_table[i]), 0); in shadow_blow_tables()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddomain.h541 pagetable_t shadow_table[4]; /* (MFN) shadow(s) of guest */ member

Completed in 20 milliseconds