Lines Matching refs:w
128 entry->r = entry->w = entry->x = 0; in ept_p2m_type_to_flags()
131 entry->r = entry->w = entry->x = 1; in ept_p2m_type_to_flags()
136 entry->w = !(p2m->ioreq.flags & XEN_DMOP_IOREQ_MEM_ACCESS_WRITE); in ept_p2m_type_to_flags()
139 entry->d = entry->w && entry->a; in ept_p2m_type_to_flags()
143 entry->w = !rangeset_contains_singleton(mmio_ro_ranges, in ept_p2m_type_to_flags()
145 ASSERT(entry->w || !is_epte_superpage(entry)); in ept_p2m_type_to_flags()
147 entry->d = entry->w && cpu_has_vmx_ept_ad; in ept_p2m_type_to_flags()
159 entry->w = 1; in ept_p2m_type_to_flags()
161 entry->w = 0; in ept_p2m_type_to_flags()
169 entry->w = 0; in ept_p2m_type_to_flags()
175 entry->r = entry->w = 1; in ept_p2m_type_to_flags()
181 entry->w = entry->x = 0; in ept_p2m_type_to_flags()
193 entry->r = entry->w = entry->x = 0; in ept_p2m_type_to_flags()
196 entry->w = entry->x = 0; in ept_p2m_type_to_flags()
202 entry->r = entry->w = 0; in ept_p2m_type_to_flags()
206 entry->w = 0; in ept_p2m_type_to_flags()
240 ept_entry->r = ept_entry->w = ept_entry->x = 1; in ept_set_middle_entry()
1351 ept_entry->w ? 'w' : ' ', in ept_dump_p2m_table()