Searched refs:p2m_get_entry (Results 1 – 3 of 3) sorted by relevance
/xen/xen/arch/arm/ |
A D | mem_access.c | 74 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 D | p2m.c | 350 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 D | p2m.h | 238 mfn_t p2m_get_entry(struct p2m_domain *p2m, gfn_t gfn,
|
Completed in 7 milliseconds