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

/linux-master/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-master/arch/microblaze/include/asm/
H A Dhighmem.h50 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-master/arch/csky/include/asm/
H A Dhighmem.h30 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-master/arch/x86/include/asm/
H A Dhighmem.h59 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h87 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-master/arch/arm/include/asm/
H A Dhighmem.h12 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-master/arch/arc/include/asm/
H A Dhighmem.h37 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-master/arch/powerpc/include/asm/
H A Dhighmem.h57 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-master/arch/mips/include/asm/
H A Dhighmem.h47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-master/arch/xtensa/include/asm/
H A Dhighmem.h26 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-master/include/linux/
H A Dhighmem-internal.h156 return (addr >= PKMAP_ADDR(0) && addr < PKMAP_ADDR(LAST_PKMAP)) ||
/linux-master/mm/
H A Dhighmem.c162 if (WARN_ON_ONCE(addr >= PKMAP_ADDR(0) &&
163 addr < PKMAP_ADDR(LAST_PKMAP)))
218 pte_clear(&init_mm, PKMAP_ADDR(i), &pkmap_page_table[i]);
224 flush_tlb_kernel_range(PKMAP_ADDR(0), PKMAP_ADDR(LAST_PKMAP));
278 vaddr = PKMAP_ADDR(last_pkmap_nr);
515 if (vaddr >= PKMAP_ADDR(0) && vaddr < PKMAP_ADDR(LAST_PKMAP)) {
/linux-master/arch/powerpc/mm/
H A Dmem.c329 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));
/linux-master/arch/powerpc/mm/ptdump/
H A Dptdump.c290 address_markers[i++].start_address = PKMAP_ADDR(LAST_PKMAP);

Completed in 208 milliseconds