Lines Matching defs:p2m_domain
23 struct p2m_domain { struct
31 rwlock_t lock;
34 struct page_list_head pages;
37 struct page_info *root;
40 uint16_t vmid;
43 uint64_t vttbr;
49 gfn_t max_mapped_gfn;
56 gfn_t lowest_mapped_gfn;
59 bool clean_pte;
70 bool need_flush;
73 struct {
79 } stats;
85 bool access_required;
88 bool mem_access_enabled;
95 p2m_access_t default_access;
101 struct radix_tree_root mem_access_settings;
104 struct domain *domain;
107 uint8_t last_vcpu_ran[NR_CPUS];