Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dhighmem.h51 #define PKMAP_BASE (FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) macro
53 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK) macro
/linux/arch/csky/include/asm/
A Dmemory.h12 #define PKMAP_BASE _AC(0xff800000, UL) macro
/linux/arch/nds32/include/asm/
A Dhighmem.h28 #define PKMAP_BASE ((FIXADDR_START - PGDIR_SIZE) & (PGDIR_MASK)) macro
/linux/arch/microblaze/include/asm/
A Dhighmem.h45 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE * (LAST_PKMAP + 1)) \ macro
/linux/arch/x86/include/asm/
A Dpgtable_32_areas.h38 #define PKMAP_BASE \ macro
/linux/arch/sparc/include/asm/
A Dhighmem.h43 #define PKMAP_BASE PMD_ALIGN(SRMMU_NOCACHE_VADDR + (SRMMU_MAX_NOCACHE_PAGES << PAGE_SHIFT)) macro
/linux/arch/arm/include/asm/
A Dhighmem.h8 #define PKMAP_BASE (PAGE_OFFSET - PMD_SIZE) macro
/linux/arch/arc/include/asm/
A Dhighmem.h34 #define PKMAP_BASE (FIXMAP_BASE + FIXMAP_SIZE) macro
/linux/arch/xtensa/include/asm/
A Dhighmem.h21 #define PKMAP_BASE ((FIXADDR_START - \ macro
/linux/arch/hexagon/include/asm/
A Dmem-layout.h97 #define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*LAST_PKMAP) macro
/linux/arch/mips/include/asm/
A Dpgtable-32.h100 #define PKMAP_BASE (PKMAP_END - PAGE_SIZE * LAST_PKMAP) macro
/linux/arch/um/include/asm/
A Dpgtable.h47 #define PKMAP_BASE ((FIXADDR_START - LAST_PKMAP * PAGE_SIZE) & PMD_MASK) macro

Completed in 9 milliseconds