Home
last modified time | relevance | path

Searched refs:PKMAP_END (Results 1 – 3 of 3) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dhighmem.h49 #define PKMAP_END (PKMAP_ADDR(LAST_PKMAP)) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h91 #define PKMAP_BASE (PKMAP_END - (PAGE_SIZE * LAST_PKMAP))
92 #define PKMAP_END ((FIXADDR_START) & ~((LAST_PKMAP << PAGE_SHIFT)-1)) macro
/linux/arch/sparc/mm/
H A Dsrmmu.c931 srmmu_allocate_ptable_skeleton(PKMAP_BASE, PKMAP_END); in srmmu_paging_init()