Home
last modified time | relevance | path

Searched defs:PKMAP_ADDR (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dhighmem.h59 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dhighmem.h51 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dhighmem.h33 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dhighmem.h47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dhighmem.h31 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhighmem.h59 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dhighmem.h11 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dhighmem.h50 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dhighmem.h25 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dhighmem.h26 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dmem-layout.h87 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro