Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dhighmem.c162 if (WARN_ON_ONCE(addr >= PKMAP_ADDR(0) && in __kmap_to_page()
163 addr < PKMAP_ADDR(LAST_PKMAP))) in __kmap_to_page()
216 pte_clear(&init_mm, PKMAP_ADDR(i), &pkmap_page_table[i]); in flush_all_zero_pkmaps()
222 flush_tlb_kernel_range(PKMAP_ADDR(0), PKMAP_ADDR(LAST_PKMAP)); in flush_all_zero_pkmaps()
276 vaddr = PKMAP_ADDR(last_pkmap_nr); in map_new_virtual()
513 if (vaddr >= PKMAP_ADDR(0) && vaddr < PKMAP_ADDR(LAST_PKMAP)) { in kmap_high_unmap_local()
/linux-6.3-rc2/arch/sparc/include/asm/
A Dhighmem.h47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
49 #define PKMAP_END (PKMAP_ADDR(LAST_PKMAP))
/linux-6.3-rc2/include/linux/
A Dhighmem-internal.h156 return (addr >= PKMAP_ADDR(0) && addr < PKMAP_ADDR(LAST_PKMAP)) || in is_kmap_addr()
/linux-6.3-rc2/arch/x86/include/asm/
A Dhighmem.h59 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-6.3-rc2/arch/csky/include/asm/
A Dhighmem.h30 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dhighmem.h50 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-6.3-rc2/arch/mips/include/asm/
A Dhighmem.h47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dhighmem.h57 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-6.3-rc2/arch/arc/include/asm/
A Dhighmem.h37 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dmem-layout.h87 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dhighmem.h12 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dhighmem.h26 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dcachetlb.rst171 运行后,内核虚拟地址范围PKMAP_ADDR(0)到PKMAP_ADDR(LAST_PKMAP)
/linux-6.3-rc2/arch/powerpc/mm/
A Dmem.c329 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP)); in mem_init()
/linux-6.3-rc2/arch/powerpc/mm/ptdump/
A Dptdump.c289 address_markers[i++].start_address = PKMAP_ADDR(LAST_PKMAP); in populate_markers()
/linux-6.3-rc2/Documentation/core-api/
A Dcachetlb.rst203 the kernel virtual address range PKMAP_ADDR(0) to
204 PKMAP_ADDR(LAST_PKMAP).

Completed in 11 milliseconds