Lines Matching defs:p2m

59 static int p2m_initialise(struct domain *d, struct p2m_domain *p2m)  in p2m_initialise()
93 struct p2m_domain *p2m = xzalloc(struct p2m_domain); in p2m_init_one() local
112 static void p2m_free_one(struct p2m_domain *p2m) in p2m_free_one()
122 struct p2m_domain *p2m = p2m_init_one(d); in p2m_init_hostp2m() local
141 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_teardown_hostp2m() local
154 struct p2m_domain *p2m; in p2m_teardown_nestedp2m() local
170 struct p2m_domain *p2m; in p2m_init_nestedp2m() local
192 struct p2m_domain *p2m; in p2m_teardown_altp2m() local
207 struct p2m_domain *p2m; in p2m_init_altp2m() local
254 int p2m_is_logdirty_range(struct p2m_domain *p2m, unsigned long start, in p2m_is_logdirty_range()
269 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_change_entry_type_global() local
282 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_memory_type_changed() local
296 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_set_ioreq_server() local
345 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_get_ioreq_server() local
359 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_enable_hardware_log_dirty() local
371 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_disable_hardware_log_dirty() local
383 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_flush_hardware_cached_dirty() local
398 void p2m_tlb_flush_sync(struct p2m_domain *p2m) in p2m_tlb_flush_sync()
409 void p2m_unlock_and_tlb_flush(struct p2m_domain *p2m) in p2m_unlock_and_tlb_flush()
419 mfn_t __get_gfn_type_access(struct p2m_domain *p2m, unsigned long gfn_l, in __get_gfn_type_access()
465 void __put_gfn(struct p2m_domain *p2m, unsigned long gfn) in __put_gfn()
478 struct p2m_domain *p2m, gfn_t gfn, in p2m_get_page_from_gfn()
536 int p2m_set_entry(struct p2m_domain *p2m, gfn_t gfn, mfn_t mfn, in p2m_set_entry()
575 mfn_t p2m_alloc_ptp(struct p2m_domain *p2m, unsigned int level) in p2m_alloc_ptp()
595 void p2m_free_ptp(struct p2m_domain *p2m, struct page_info *pg) in p2m_free_ptp()
616 int p2m_alloc_table(struct p2m_domain *p2m) in p2m_alloc_table()
672 void p2m_teardown(struct p2m_domain *p2m) in p2m_teardown()
708 p2m_remove_page(struct p2m_domain *p2m, unsigned long gfn_l, unsigned long mfn, in p2m_remove_page()
757 struct p2m_domain *p2m = p2m_get_hostp2m(d); in guest_physmap_remove_page() local
769 struct p2m_domain *p2m = p2m_get_hostp2m(d); in guest_physmap_add_entry() local
953 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_change_type_one() local
978 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_change_type_range() local
1038 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_finish_type_change() local
1088 struct p2m_domain *p2m = p2m_get_hostp2m(d); in set_typed_p2m_entry() local
1160 struct p2m_domain *p2m = p2m_get_hostp2m(d); in set_identity_p2m_entry() local
1211 struct p2m_domain *p2m = p2m_get_hostp2m(d); in clear_mmio_p2m_entry() local
1250 struct p2m_domain *p2m = p2m_get_hostp2m(d); in clear_identity_p2m_entry() local
1284 struct p2m_domain *p2m = p2m_get_hostp2m(d); in set_shared_p2m_entry() local
1340 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_mem_paging_nominate() local
1406 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_mem_paging_evict() local
1526 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_mem_paging_populate() local
1596 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_mem_paging_prep() local
1685 struct p2m_domain *p2m = p2m_get_hostp2m(d); in p2m_mem_paging_resume() local
1719 p2m_getlru_nestedp2m(struct domain *d, struct p2m_domain *p2m) in p2m_getlru_nestedp2m()
1734 p2m_flush_table_locked(struct p2m_domain *p2m) in p2m_flush_table_locked()
1778 p2m_flush_table(struct p2m_domain *p2m) in p2m_flush_table()
1786 p2m_flush(struct vcpu *v, struct p2m_domain *p2m) in p2m_flush()
1805 struct p2m_domain *p2m; in np2m_flush_base() local
1826 static void assign_np2m(struct vcpu *v, struct p2m_domain *p2m) in assign_np2m()
1851 struct p2m_domain *p2m; in p2m_get_nestedp2m_locked() local
1914 struct p2m_domain *p2m = p2m_get_nestedp2m_locked(v); in p2m_get_nestedp2m() local
1933 struct p2m_domain *p2m; in np2m_schedule() local
1983 struct p2m_domain *p2m; in paging_gva_to_gfn() local
2024 void *map_domain_gfn(struct p2m_domain *p2m, gfn_t gfn, mfn_t *mfn, in map_domain_gfn()
2312 struct p2m_domain *p2m; in p2m_destroy_altp2m_by_id() local
2456 static void p2m_reset_altp2m(struct p2m_domain *p2m) in p2m_reset_altp2m()
2470 struct p2m_domain *p2m; in p2m_altp2m_propagate_change() local
2546 struct p2m_domain *p2m = p2m_get_hostp2m(d); in audit_p2m() local