Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
Dhighmem.c154 if (addr >= PKMAP_ADDR(0) && addr < PKMAP_ADDR(LAST_PKMAP)) { in kmap_to_page()
194 pte_clear(&init_mm, PKMAP_ADDR(i), &pkmap_page_table[i]); in flush_all_zero_pkmaps()
200 flush_tlb_kernel_range(PKMAP_ADDR(0), PKMAP_ADDR(LAST_PKMAP)); in flush_all_zero_pkmaps()
257 vaddr = PKMAP_ADDR(last_pkmap_nr); in map_new_virtual()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dhighmem.h50 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
52 #define PKMAP_END (PKMAP_ADDR(LAST_PKMAP))
/kernel/linux/linux-5.10/arch/arm/mm/
Dhighmem.c94 } else if (vaddr >= PKMAP_ADDR(0) && vaddr < PKMAP_ADDR(LAST_PKMAP)) { in kunmap_atomic_high()
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dhighmem.h31 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dhighmem.h59 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dhighmem.h33 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dhighmem.h51 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dhighmem.h47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dhighmem.h59 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dhighmem.h25 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dhighmem.h11 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dhighmem.h26 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dmem-layout.h87 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/powerpc/mm/
Dmem.c334 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP)); in mem_init()
/kernel/linux/linux-5.10/arch/powerpc/mm/ptdump/
Dptdump.c386 address_markers[i++].start_address = PKMAP_ADDR(LAST_PKMAP); in populate_markers()
/kernel/linux/linux-5.10/Documentation/core-api/
Dcachetlb.rst203 the kernel virtual address range PKMAP_ADDR(0) to
204 PKMAP_ADDR(LAST_PKMAP).