Searched refs:PKMAP_ADDR (Results 1 - 14 of 14) sorted by relevance

/arch/sparc/include/asm/
H A Dhighmem.h50 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
52 #define PKMAP_END (PKMAP_ADDR(LAST_PKMAP))
/arch/arm/include/asm/
H A Dhighmem.h10 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/arch/hexagon/include/asm/
H A Dmem-layout.h92 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/arch/mips/include/asm/
H A Dhighmem.h43 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/arch/tile/include/asm/
H A Dhighmem.h51 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/arch/x86/include/asm/
H A Dhighmem.h55 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/arch/arm/mm/
H A Dhighmem.c103 } else if (vaddr >= PKMAP_ADDR(0) && vaddr < PKMAP_ADDR(LAST_PKMAP)) {
/arch/microblaze/include/asm/
H A Dhighmem.h51 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/arch/powerpc/include/asm/
H A Dhighmem.h59 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/arch/frv/include/asm/
H A Dhighmem.h57 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/arch/mn10300/include/asm/
H A Dhighmem.h44 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/arch/microblaze/mm/
H A Dinit.c322 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));
/arch/tile/mm/
H A Dinit.c847 if (PKMAP_ADDR(LAST_PKMAP-1) >= FIXADDR_START) {
851 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP-1),
886 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP) - 1);
/arch/powerpc/mm/
H A Dmem.c383 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));

Completed in 3208 milliseconds