Searched refs:pgattr_change_is_safe (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm64/mm/
H A Dmmu.c137 bool pgattr_change_is_safe(u64 old, u64 new) function
190 BUG_ON(!pgattr_change_is_safe(pte_val(old_pte),
260 BUG_ON(!pgattr_change_is_safe(pmd_val(old_pmd),
356 BUG_ON(!pgattr_change_is_safe(pud_val(old_pud),
1187 if (!pgattr_change_is_safe(READ_ONCE(pud_val(*pudp)),
1201 if (!pgattr_change_is_safe(READ_ONCE(pmd_val(*pmdp)),
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h294 bool pgattr_change_is_safe(u64 old, u64 new);
338 VM_WARN_ONCE(!pgattr_change_is_safe(pte_val(old_pte), pte_val(pte)),

Completed in 209 milliseconds