Home
last modified time | relevance | path

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

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