Lines Matching refs:l1e_get_flags

153          || !(l1e_get_flags(*p2m_entry) & _PAGE_PRESENT)  in p2m_free_entry()
154 || (l1e_get_flags(*p2m_entry) & _PAGE_PSE) ) in p2m_free_entry()
197 flags = l1e_get_flags(*p2m_entry); in p2m_next_level()
306 if ( !(l1e_get_flags(*pent) & _PAGE_PRESENT) ) in p2m_pt_set_recalc_range()
326 if ( (l1e_get_flags(e) & _PAGE_PRESENT) && !needs_recalc(l1, e) ) in p2m_pt_set_recalc_range()
363 if ( !pent || !(l1e_get_flags(*pent) & _PAGE_PRESENT) ) in do_recalc()
366 if ( l1e_get_flags(*pent) & _PAGE_PSE ) in do_recalc()
370 ASSERT(p2m_flags_to_type(l1e_get_flags(*pent)) != p2m_ioreq_server); in do_recalc()
372 !p2m_is_changeable(p2m_flags_to_type(l1e_get_flags(*pent))) || in do_recalc()
396 if ( (l1e_get_flags(ent) & _PAGE_PRESENT) && in do_recalc()
414 if ( pent && (l1e_get_flags(*pent) & _PAGE_PRESENT) && in do_recalc()
424 ot = p2m_flags_to_type(l1e_get_flags(e)); in do_recalc()
557 flags = l1e_get_flags(*p2m_entry); in p2m_pt_set_entry()
612 p2m_get_iommu_flags(p2m_flags_to_type(l1e_get_flags(*p2m_entry)), in p2m_pt_set_entry()
624 p2mt_old = p2m_flags_to_type(l1e_get_flags(*p2m_entry)); in p2m_pt_set_entry()
649 flags = l1e_get_flags(*p2m_entry); in p2m_pt_set_entry()
726 if ( l1e_get_flags(intermediate_entry) & _PAGE_PRESENT ) in p2m_pt_set_entry()
878 flags = l1e_get_flags(*l1e); in p2m_pt_get_entry()
920 if ( (l1e_get_flags(e) & _PAGE_PRESENT) && in p2m_pt_change_entry_type_global()
1082 type = p2m_flags_to_type(l1e_get_flags(l1e[i1])); in p2m_pt_audit_p2m()
1083 if ( !(l1e_get_flags(l1e[i1]) & _PAGE_PRESENT) ) in p2m_pt_audit_p2m()