Searched defs:pmd_hugewillfault (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/arch/arm/include/asm/ | ||
H A D | pgtable-2level.h | 222 #define pmd_hugewillfault(pmd) (0) macro |
H A D | pgtable-3level.h | 230 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd)) macro |
Completed in 87 milliseconds