Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable-2level_types.h41 #define PGD_KERNEL_START (CONFIG_PAGE_OFFSET >> PGDIR_SHIFT) macro
H A Dpgtable-3level_types.h53 #define PGD_KERNEL_START (CONFIG_PAGE_OFFSET >> PGDIR_SHIFT) macro
H A Dpgtable_64_types.h210 #define PGD_KERNEL_START ((PAGE_SIZE / 2) / sizeof(pgd_t)) macro
H A Dpgtable.h1418 return (((ptr & ~PAGE_MASK) / sizeof(pgd_t)) < PGD_KERNEL_START); in pgdp_maps_userspace()