Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dp2m.h23 struct p2m_domain { struct
31 rwlock_t lock;
37 struct page_info *root;
40 uint16_t vmid;
43 uint64_t vttbr;
49 gfn_t max_mapped_gfn;
59 bool clean_pte;
70 bool need_flush;
73 struct {
79 } stats;
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dp2m.h189 struct p2m_domain { struct
191 mm_rwlock_t lock;
211 uint64_t np2m_base;
237 int (*set_entry)(struct p2m_domain *p2m, argument
282 unsigned int defer_flush;
283 bool_t need_flush;
288 p2m_access_t default_access;
315 struct {
338 } pod;
339 union {
[all …]

Completed in 9 milliseconds