Home
last modified time | relevance | path

Searched refs:_PMD_BAD (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dhash.h42 #define _PMD_BAD (~PAGE_MASK) macro
Dpgtable.h223 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dpte-40x.h65 #define _PMD_BAD 0x802 macro
Dpte-44x.h99 #define _PMD_BAD (~PAGE_MASK) macro
Dpte-fsl-booke.h44 #define _PMD_BAD (~PAGE_MASK) macro
Dpte-8xx.h62 #define _PMD_BAD 0x0f90 macro
Dpgtable.h203 #define pmd_bad(pmd) (pmd_val(pmd) & _PMD_BAD)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpte-book3e.h74 #define _PMD_BAD (~PAGE_MASK) macro