Home
last modified time | relevance | path

Searched refs:is_xen_heap_mfn (Results 1 – 6 of 6) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dmm.h141 #define is_xen_heap_page(page) is_xen_heap_mfn(page_to_mfn(page))
142 #define is_xen_heap_mfn(mfn) ({ \ macro
149 #define is_xen_heap_mfn(mfn) \ macro
254 ASSERT(is_xen_heap_mfn(ma >> PAGE_SHIFT)); in maddr_to_virt()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dmm.h273 #define is_xen_heap_mfn(mfn) \ macro
/xen-4.10.0-shim-comet/xen/common/
A Dpage_alloc.c2056 if ( ps && !is_xen_heap_mfn(paddr_to_pfn(ps)-1) ) in init_xenheap_pages()
2058 if ( !is_xen_heap_mfn(paddr_to_pfn(pe)) ) in init_xenheap_pages()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dp2m.c2704 if ( is_xen_heap_mfn(mfn_x(prev_mfn)) ) in p2m_add_foreign()
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dmulti.c606 !is_xen_heap_mfn(mfn_x(target_mfn)) ) in _sh_propagate()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmm.c4142 if ( is_xen_heap_mfn(prev_mfn) ) in xenmem_add_to_physmap_one()

Completed in 27 milliseconds