Lines Matching defs:new
75 * our new entry before set_p?d() returns. The fixmap's
120 static bool pgattr_change_is_safe(u64 old, u64 new)
129 if (old == 0 || new == 0)
133 if ((old | new) & PTE_CONT)
137 if (old & ~new & PTE_NG)
147 ((new & PTE_ATTRINDX_MASK) == PTE_ATTRINDX(MT_NORMAL) ||
148 (new & PTE_ATTRINDX_MASK) == PTE_ATTRINDX(MT_NORMAL_TAGGED)))
151 return ((old ^ new) & ~mask) == 0;
418 * without allocating new levels of table. Note that this permits the
419 * creation of new section or page entries.