Home
last modified time | relevance | path

Searched defs:p2m_domain (Results 1 – 2 of 2) sorted by relevance

/xen/xen/include/asm-arm/
A Dp2m.h32 struct p2m_domain { struct
36 rwlock_t lock;
42 struct page_info *root;
45 uint16_t vmid;
48 uint64_t vttbr;
51 gfn_t max_mapped_gfn;
61 bool clean_pte;
72 bool need_flush;
75 struct {
81 } stats;
[all …]
/xen/xen/include/asm-x86/
A Dp2m.h188 struct p2m_domain { struct
190 mm_rwlock_t lock;
212 uint64_t np2m_base;
241 int (*set_entry)(struct p2m_domain *p2m, argument
286 unsigned int defer_flush;
287 bool_t need_flush;
292 p2m_access_t default_access;
316 struct {
339 } pod;
342 union {
[all …]

Completed in 7 milliseconds