Home
last modified time | relevance | path

Searched refs:pmd_hugewillfault (Results 1 – 3 of 3) 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
/openbmc/linux/arch/arm/lib/
H A Duaccess_with_memcpy.c63 || pmd_hugewillfault(*pmd))) { in pin_page_for_write()