Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A 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()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dhighmem.h50 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) macro
52 #define PKMAP_END (PKMAP_ADDR(LAST_PKMAP))
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dhighmem.c94 } else if (vaddr >= PKMAP_ADDR(0) && vaddr < PKMAP_ADDR(LAST_PKMAP)) { in kunmap_atomic_high()
/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/csky/include/asm/
H A Dhighmem.h31 #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/microblaze/include/asm/
H A Dhighmem.h51 #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/powerpc/include/asm/
H A Dhighmem.h59 #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/arm/include/asm/
H A Dhighmem.h11 #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
/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/powerpc/mm/
H A Dmem.c335 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP)); in mem_init()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/
H A Dptdump.c386 address_markers[i++].start_address = PKMAP_ADDR(LAST_PKMAP); in populate_markers()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dcachetlb.rst203 the kernel virtual address range PKMAP_ADDR(0) to
204 PKMAP_ADDR(LAST_PKMAP).