Home
last modified time | relevance | path

Searched refs:pagetable_get_pfn (Results 1 – 15 of 15) sorted by relevance

/xen/xen/arch/x86/mm/shadow/
A Dmulti.c186 : pagetable_get_pfn(v->arch.guest_table)); in sh_walk_guest_tables()
1534 ASSERT(pagetable_get_pfn(v->arch.hvm.monitor_table) == 0); in sh_make_monitor_table()
2365 if ( pagetable_get_pfn(v->arch.shadow_table[0]) == mfn_x(smfn) in sh_safe_not_to_sync()
2367 || pagetable_get_pfn(v->arch.shadow_table[1]) == mfn_x(smfn) in sh_safe_not_to_sync()
2368 || pagetable_get_pfn(v->arch.shadow_table[2]) == mfn_x(smfn) in sh_safe_not_to_sync()
2369 || pagetable_get_pfn(v->arch.shadow_table[3]) == mfn_x(smfn) in sh_safe_not_to_sync()
3712 pagetable_get_pfn(v->arch.hvm.monitor_table) == 0 ) in sh_update_linear_entries()
3723 l4e_from_pfn(pagetable_get_pfn(v->arch.shadow_table[0]), in sh_update_linear_entries()
3732 l4e_from_pfn(pagetable_get_pfn(v->arch.shadow_table[0]), in sh_update_linear_entries()
3960 ASSERT(pagetable_get_pfn(v->arch.guest_table)); in sh_update_cr3()
[all …]
/xen/xen/arch/x86/mm/
A Dp2m-pt.c876 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) == 0 ) in p2m_pt_change_entry_type_global()
959 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) != 0 ) in p2m_pt_audit_p2m()
A Dp2m-ept.c1392 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in p2m_init_altp2m_ept()
A Dp2m.c711 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) != 0 ) in p2m_alloc_table()
/xen/xen/include/asm-x86/
A Dpage.h239 #define pagetable_get_pfn(x) ((x).pfn) macro
/xen/xen/arch/x86/mm/hap/
A Dhap.c396 ASSERT(pagetable_get_pfn(v->arch.hvm.monitor_table) == 0); in hap_make_monitor_table()
/xen/xen/arch/x86/
A Ddomctl.c1621 pagetable_get_pfn(v->arch.guest_table)); in arch_get_info_guest()
1624 : xen_pfn_to_cr3(pagetable_get_pfn(v->arch.guest_table_user)); in arch_get_info_guest()
A Ddomain.c962 unsigned long pfn = pagetable_get_pfn(v->arch.guest_table); in arch_set_info_guest()
972 pfn = pagetable_get_pfn(v->arch.guest_table_user); in arch_set_info_guest()
A Dtraps.c257 if ( pagetable_get_pfn(vcpu->arch.guest_table) == mfn ) in compat_show_guest_stack()
A Dmm.c3121 unsigned long mfn = pagetable_get_pfn(v->arch.guest_table); in vcpu_destroy_pagetables()
3165 mfn = pagetable_get_pfn(v->arch.guest_table_user); in vcpu_destroy_pagetables()
3596 old_mfn = pagetable_get_pfn(curr->arch.guest_table_user); in do_mmuext_op()
/xen/xen/arch/x86/pv/
A Ddom0_build.c770 pfn = pagetable_get_pfn(v->arch.guest_table); in dom0_construct_pv()
/xen/xen/arch/x86/x86_64/
A Dmm.c49 unsigned long mfn = pagetable_get_pfn(v->arch.guest_table); in do_page_walk()
/xen/xen/arch/x86/hvm/vmx/
A Dvmcs.c1312 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in construct_vmcs()
A Dvvmx.c1152 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in get_shadow_eptp()
A Dvmx.c2117 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in vmx_vcpu_update_eptp()

Completed in 57 milliseconds