···148 */149#define pgd_offset_k(address) pgd_offset(&init_mm, address)15000151/*152 * the pmd page can be thought of an array like this: pmd_t[PTRS_PER_PMD]153 *
···148 */149#define pgd_offset_k(address) pgd_offset(&init_mm, address)150151+static inline int pud_large(pud_t pud) { return 0; }152+153/*154 * the pmd page can be thought of an array like this: pmd_t[PTRS_PER_PMD]155 *