Searched defs:PKMAP_BASE (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/csky/include/asm/
H A Dmemory.h12 #define PKMAP_BASE _AC(0xff800000, UL) macro
/linux-master/arch/microblaze/include/asm/
H A Dhighmem.h45 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE * (LAST_PKMAP + 1)) \ macro
/linux-master/arch/x86/include/asm/
H A Dpgtable_32_areas.h38 #define PKMAP_BASE \ macro
/linux-master/arch/arm/include/asm/
H A Dhighmem.h8 #define PKMAP_BASE (PAGE_OFFSET - PMD_SIZE) macro
/linux-master/arch/powerpc/include/asm/
H 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-master/arch/sparc/include/asm/
H A Dhighmem.h43 #define PKMAP_BASE PMD_ALIGN(SRMMU_NOCACHE_VADDR + (SRMMU_MAX_NOCACHE_PAGES << PAGE_SHIFT)) macro
/linux-master/arch/arc/include/asm/
H A Dhighmem.h34 #define PKMAP_BASE (FIXMAP_BASE + FIXMAP_SIZE) macro
/linux-master/arch/xtensa/include/asm/
H A Dhighmem.h21 #define PKMAP_BASE ((FIXADDR_START - \ macro
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h97 #define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*LAST_PKMAP) macro
/linux-master/arch/mips/include/asm/
H A Dpgtable-32.h99 #define PKMAP_BASE (PKMAP_END - PAGE_SIZE * LAST_PKMAP) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h50 #define PKMAP_BASE ((FIXADDR_START - LAST_PKMAP * PAGE_SIZE) & PMD_MASK) macro

Completed in 125 milliseconds