Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c1563 ASSERT(pagetable_get_pfn(v->arch.monitor_table) == 0); in sh_make_monitor_table()
2394 if ( pagetable_get_pfn(v->arch.shadow_table[0]) == mfn_x(smfn) in sh_safe_not_to_sync()
2396 || pagetable_get_pfn(v->arch.shadow_table[1]) == mfn_x(smfn) in sh_safe_not_to_sync()
2397 || pagetable_get_pfn(v->arch.shadow_table[2]) == mfn_x(smfn) in sh_safe_not_to_sync()
2398 || pagetable_get_pfn(v->arch.shadow_table[3]) == mfn_x(smfn) in sh_safe_not_to_sync()
3773 && pagetable_get_pfn(v->arch.monitor_table) == 0 ) in sh_update_linear_entries()
3788 l4e_from_pfn(pagetable_get_pfn(v->arch.shadow_table[0]), in sh_update_linear_entries()
3796 l4e_from_pfn(pagetable_get_pfn(v->arch.shadow_table[0]), in sh_update_linear_entries()
4051 ASSERT(pagetable_get_pfn(v->arch.guest_table)); in sh_update_cr3()
4059 v, (unsigned long)pagetable_get_pfn(v->arch.guest_table)); in sh_update_cr3()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m-pt.c910 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) == 0 ) in p2m_pt_change_entry_type_global()
986 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) != 0 ) in p2m_pt_audit_p2m()
A Dp2m-ept.c1379 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in p2m_init_altp2m_ept()
A Dp2m.c632 if ( pagetable_get_pfn(p2m_get_pagetable(p2m)) != 0 ) in p2m_alloc_table()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dpage.h219 #define pagetable_get_pfn(x) ((x).pfn) macro
/xen-4.10.0-shim-comet/xen/arch/x86/mm/hap/
A Dhap.c402 ASSERT(pagetable_get_pfn(v->arch.monitor_table) == 0); in hap_make_monitor_table()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddomctl.c1674 pagetable_get_pfn(v->arch.guest_table)); in arch_get_info_guest()
1677 : xen_pfn_to_cr3(pagetable_get_pfn(v->arch.guest_table_user)); in arch_get_info_guest()
A Ddomain.c903 unsigned long pfn = pagetable_get_pfn(v->arch.guest_table); in arch_set_info_guest()
913 pfn = pagetable_get_pfn(v->arch.guest_table_user); in arch_set_info_guest()
A Dtraps.c213 if ( pagetable_get_pfn(vcpu->arch.guest_table) == mfn ) in compat_show_guest_stack()
A Dmm.c2738 unsigned long mfn = pagetable_get_pfn(v->arch.guest_table); in vcpu_destroy_pagetables()
2772 mfn = pagetable_get_pfn(v->arch.guest_table_user); in vcpu_destroy_pagetables()
3221 old_mfn = pagetable_get_pfn(curr->arch.guest_table_user); in do_mmuext_op()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddom0_build.c780 pfn = pagetable_get_pfn(v->arch.guest_table); in dom0_construct_pv()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmm.c49 unsigned long mfn = pagetable_get_pfn(v->arch.guest_table); in do_page_walk()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmcs.c1250 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in construct_vmcs()
A Dvvmx.c1116 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in get_shadow_eptp()
A Dvmx.c2163 ept->mfn = pagetable_get_pfn(p2m_get_pagetable(p2m)); in vmx_vcpu_update_eptp()

Completed in 60 milliseconds