Home
last modified time | relevance | path

Searched defs:PKMAP_BASE (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dhighmem.h53 #define PKMAP_BASE (FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) macro
55 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK) macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dmemory.h12 #define PKMAP_BASE _AC(0xff800000, UL) macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dhighmem.h46 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE * (LAST_PKMAP + 1)) \ macro
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dhighmem.h29 #define PKMAP_BASE ((FIXADDR_START - PGDIR_SIZE) & (PGDIR_MASK)) macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dhighmem.h46 #define PKMAP_BASE PMD_ALIGN(SRMMU_NOCACHE_VADDR + (SRMMU_MAX_NOCACHE_PAGES << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dhighmem.h7 #define PKMAP_BASE (PAGE_OFFSET - PMD_SIZE) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dhighmem.h21 #define PKMAP_BASE (FIXMAP_BASE + FIXMAP_SIZE) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable_32_areas.h38 #define PKMAP_BASE \ macro
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dhighmem.h21 #define PKMAP_BASE ((FIXADDR_START - \ macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dmem-layout.h97 #define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*LAST_PKMAP) macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable-32.h101 #define PKMAP_BASE (PKMAP_END - PAGE_SIZE * LAST_PKMAP) macro
/kernel/linux/linux-5.10/arch/um/include/asm/
Dpgtable.h47 #define PKMAP_BASE ((FIXADDR_START - LAST_PKMAP * PAGE_SIZE) & PMD_MASK) macro