Home
last modified time | relevance | path

Searched defs:pmd_hugewillfault (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-2level.h244 #define pmd_hugewillfault(pmd) (0) macro
H A Dpgtable-3level.h193 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd)) macro