Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dmmu.c122 bool pgattr_change_is_safe(pteval_t old, pteval_t new) in pgattr_change_is_safe() function
185 BUG_ON(!pgattr_change_is_safe(pte_val(old_pte), in init_pte()
264 BUG_ON(!pgattr_change_is_safe(pmd_val(old_pmd), in init_pmd()
369 BUG_ON(!pgattr_change_is_safe(pud_val(old_pud), in alloc_init_pud()
1202 if (!pgattr_change_is_safe(READ_ONCE(pud_val(*pudp)), in pud_set_huge()
1216 if (!pgattr_change_is_safe(READ_ONCE(pmd_val(*pmdp)), in pmd_set_huge()
/linux/arch/arm64/include/asm/
H A Dpgtable.h340 bool pgattr_change_is_safe(pteval_t old, pteval_t new);
384 VM_WARN_ONCE(!pgattr_change_is_safe(pte_val(old_pte), pte_val(pte)), in __check_safe_pte_update()