Searched defs:pmd_hugewillfault (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/arm/include/asm/ | ||
D | pgtable-2level.h | 243 #define pmd_hugewillfault(pmd) (0) macro |
D | pgtable-3level.h | 192 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd)) macro |