Home
last modified time | relevance | path

Searched refs:PKMAP_ADDR (Results 1 – 13 of 13) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dhighmem.h47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
49 #define PKMAP_END (PKMAP_ADDR(LAST_PKMAP))
/linux/include/linux/
H A Dhighmem-internal.h159 return (addr >= PKMAP_ADDR(0) && addr < PKMAP_ADDR(LAST_PKMAP)) || in is_kmap_addr()
/linux/arch/loongarch/include/asm/
H A Dhighmem.h34 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux/arch/csky/include/asm/
H A Dhighmem.h30 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux/arch/microblaze/include/asm/
H A Dhighmem.h50 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux/arch/mips/include/asm/
H A Dhighmem.h47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux/arch/powerpc/include/asm/
H A Dhighmem.h57 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux/arch/arc/include/asm/
H A Dhighmem.h37 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux/arch/hexagon/include/asm/
H A Dmem-layout.h87 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux/arch/arm/include/asm/
H A Dhighmem.h12 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux/arch/xtensa/include/asm/
H A Dhighmem.h26 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c291 address_markers[i++].start_address = PKMAP_ADDR(LAST_PKMAP); in populate_markers()
/linux/Documentation/core-api/
H A Dcachetlb.rst207 the kernel virtual address range PKMAP_ADDR(0) to
208 PKMAP_ADDR(LAST_PKMAP).