Lines Matching refs:p2m_domain
55 static void p2m_flush_tlb(struct p2m_domain *p2m);
58 void p2m_write_unlock(struct p2m_domain *p2m) in p2m_write_unlock()
76 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_dump_info()
96 struct p2m_domain *p2m = p2m_get_hostp2m(d); in dump_p2m_lookup()
114 struct p2m_domain *p2m = p2m_get_hostp2m(n->domain); in p2m_restore_state()
141 static void p2m_flush_tlb(struct p2m_domain *p2m) in p2m_flush_tlb()
173 static void p2m_flush_tlb_sync(struct p2m_domain *p2m) in p2m_flush_tlb_sync()
188 static lpae_t *p2m_get_root_pointer(struct p2m_domain *p2m, in p2m_get_root_pointer()
217 static p2m_access_t p2m_mem_access_radix_get(struct p2m_domain *p2m, gfn_t gfn) in p2m_mem_access_radix_get()
235 static int p2m_create_table(struct p2m_domain *p2m, lpae_t *entry);
252 static int p2m_next_level(struct p2m_domain *p2m, bool read_only, in p2m_next_level()
293 mfn_t p2m_get_entry(struct p2m_domain *p2m, gfn_t gfn, in p2m_get_entry()
380 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_lookup()
550 static int p2m_create_table(struct p2m_domain *p2m, lpae_t *entry) in p2m_create_table()
584 static int p2m_mem_access_radix_set(struct p2m_domain *p2m, gfn_t gfn, in p2m_mem_access_radix_set()
639 static void p2m_free_entry(struct p2m_domain *p2m, in p2m_free_entry()
689 static bool p2m_split_superpage(struct p2m_domain *p2m, lpae_t *entry, in p2m_split_superpage()
777 static int __p2m_set_entry(struct p2m_domain *p2m, in __p2m_set_entry()
976 int p2m_set_entry(struct p2m_domain *p2m, in p2m_set_entry()
1030 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_insert_mapping()
1045 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_remove_mapping()
1127 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_alloc_table()
1178 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_alloc_vmid()
1208 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_free_vmid()
1218 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_teardown()
1242 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_init()
1301 struct p2m_domain *p2m = p2m_get_hostp2m(d); in relinquish_p2m_mapping()
1361 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_cache_flush()
1414 struct p2m_domain *p2m = p2m_get_hostp2m(d); in get_page_from_gva()