Home
last modified time | relevance | path

Searched refs:PGD_KERNEL_START (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable_64_types.h191 #define PGD_KERNEL_START ((PAGE_SIZE / 2) / sizeof(pgd_t)) macro
H A Dpgtable.h1403 return (((ptr & ~PAGE_MASK) / sizeof(pgd_t)) < PGD_KERNEL_START); in pgdp_maps_userspace()