Searched refs:PGD_KERNEL_START (Results 1 – 2 of 2) sorted by relevance
191 #define PGD_KERNEL_START ((PAGE_SIZE / 2) / sizeof(pgd_t)) macro
1403 return (((ptr & ~PAGE_MASK) / sizeof(pgd_t)) < PGD_KERNEL_START); in pgdp_maps_userspace()