/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | highmem.h | 51 #define PKMAP_BASE (FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) macro 53 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK) macro 56 #define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT) 57 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | mem-layout.h | 86 #define PKMAP_NR(virt) ((virt - PKMAP_BASE) >> PAGE_SHIFT) 87 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) 97 #define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*LAST_PKMAP) macro 103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2)
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | highmem.h | 45 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE * (LAST_PKMAP + 1)) \ macro 49 #define PKMAP_NR(virt) ((virt - PKMAP_BASE) >> PAGE_SHIFT) 50 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | highmem.h | 43 #define PKMAP_BASE PMD_ALIGN(SRMMU_NOCACHE_VADDR + (SRMMU_MAX_NOCACHE_PAGES << PAGE_SHIFT)) macro 46 #define PKMAP_NR(virt) ((virt - PKMAP_BASE) >> PAGE_SHIFT) 47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | highmem.h | 34 #define PKMAP_BASE (FIXMAP_BASE + FIXMAP_SIZE) macro 37 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) 38 #define PKMAP_NR(virt) (((virt) - PKMAP_BASE) >> PAGE_SHIFT)
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | highmem.h | 8 #define PKMAP_BASE (PAGE_OFFSET - PMD_SIZE) macro 11 #define PKMAP_NR(virt) (((virt) - PKMAP_BASE) >> PAGE_SHIFT) 12 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | highmem.h | 21 #define PKMAP_BASE ((FIXADDR_START - \ macro 25 #define PKMAP_NR(virt) (((virt) - PKMAP_BASE) >> PAGE_SHIFT) 26 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
|
/linux-6.3-rc2/arch/microblaze/mm/ |
A D | init.c | 51 pr_debug("%x\n", (u32)PKMAP_BASE); in highmem_init() 52 map_page(PKMAP_BASE, 0, 0); /* XXX gross */ in highmem_init() 53 pkmap_page_table = virt_to_kpte(PKMAP_BASE); in highmem_init() 250 ioremap_base = ioremap_bot = PKMAP_BASE; in mmu_init()
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | memory.h | 12 #define PKMAP_BASE _AC(0xff800000, UL) macro 14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2))
|
A D | highmem.h | 29 #define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT) 30 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | highmem.h | 58 #define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT) 59 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
|
A D | pgtable_32_areas.h | 38 #define PKMAP_BASE \ macro 42 # define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE)
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | highmem.h | 46 #define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT) 47 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
|
A D | pgtable-32.h | 99 #define PKMAP_BASE (PKMAP_END - PAGE_SIZE * LAST_PKMAP) macro 102 # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE)
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | init_32.c | 251 if (PKMAP_BASE+LAST_PKMAP*PAGE_SIZE >= FIXADDR_START) { in mem_init() 254 PKMAP_BASE, in mem_init() 255 (unsigned long)PKMAP_BASE+LAST_PKMAP*PAGE_SIZE, in mem_init()
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | mem.c | 238 map_kernel_page(PKMAP_BASE, 0, __pgprot(0)); /* XXX gross */ in paging_init() 239 pkmap_page_table = virt_to_kpte(PKMAP_BASE); in paging_init() 329 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP)); in mem_init()
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | init_32.c | 396 unsigned long vaddr = PKMAP_BASE; in permanent_kmaps_init() 760 BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP*PAGE_SIZE > FIXADDR_START); in mem_init() 761 BUILD_BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init() 769 BUG_ON(PKMAP_BASE + LAST_PKMAP*PAGE_SIZE > FIXADDR_START); in mem_init() 770 BUG_ON(VMALLOC_END > PKMAP_BASE); in mem_init()
|
/linux-6.3-rc2/arch/xtensa/mm/ |
A D | init.c | 147 PKMAP_BASE, PKMAP_BASE + LAST_PKMAP * PAGE_SIZE, in mem_init()
|
A D | highmem.c | 57 BUILD_BUG_ON(PKMAP_BASE < TLBTEMP_BASE_1 + TLBTEMP_SIZE); in kmap_init()
|
A D | mmu.c | 66 pkmap_page_table = init_pmd(PKMAP_BASE, LAST_PKMAP); in paging_init()
|
/linux-6.3-rc2/Documentation/xtensa/ |
A D | mmu.rst | 93 | KMAP area | PKMAP_BASE PTRS_PER_PTE * 136 | KMAP area | PKMAP_BASE PTRS_PER_PTE * 180 | KMAP area | PKMAP_BASE PTRS_PER_PTE *
|
/linux-6.3-rc2/arch/csky/mm/ |
A D | highmem.c | 28 vaddr = PKMAP_BASE; in kmap_init()
|
/linux-6.3-rc2/arch/arc/mm/ |
A D | highmem.c | 71 pkmap_page_table = alloc_kmap_pgtable(PKMAP_BASE); in kmap_init()
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | kasan_init.c | 281 create_mapping((void *)PKMAP_BASE, (void *)(PKMAP_BASE + PMD_SIZE)); in kasan_init()
|
/linux-6.3-rc2/arch/mips/mm/ |
A D | pgtable-32.c | 79 vaddr = PKMAP_BASE; in pagetable_init()
|