Home
last modified time | relevance | path

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

/xen/xen/arch/arm/
A Dmem_access.c74 mfn_t mfn = p2m_get_entry(p2m, gfn, NULL, NULL, NULL, NULL); in __p2m_get_mem_access()
203 mfn = p2m_get_entry(p2m, gfn, &t, NULL, NULL, NULL); in p2m_mem_access_check_and_get_page()
409 mfn_t mfn = p2m_get_entry(p2m, gfn, &t, NULL, &order, NULL); in p2m_set_mem_access()
A Dp2m.c350 mfn_t p2m_get_entry(struct p2m_domain *p2m, gfn_t gfn, in p2m_get_entry() function
445 mfn = p2m_get_entry(p2m, gfn, t, NULL, NULL, NULL); in p2m_lookup()
1584 mfn_t mfn = p2m_get_entry(p2m, start, &t, NULL, &order, NULL); in relinquish_p2m_mapping()
1691 mfn = p2m_get_entry(p2m, start, &t, NULL, &order, &valid); in p2m_cache_flush_range()
/xen/xen/include/asm-arm/
A Dp2m.h238 mfn_t p2m_get_entry(struct p2m_domain *p2m, gfn_t gfn,

Completed in 7 milliseconds