Home
last modified time | relevance | path

Searched refs:LAST_PKMAP (Results 1 – 20 of 20) sorted by relevance

/linux/arch/sparc/include/asm/
H A Dhighmem.h41 #define LAST_PKMAP 1024 macro
42 #define PKMAP_SIZE (LAST_PKMAP << PAGE_SHIFT)
45 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
49 #define PKMAP_END (PKMAP_ADDR(LAST_PKMAP))
/linux/arch/powerpc/include/asm/
H A Dhighmem.h49 #define LAST_PKMAP (1 << PKMAP_ORDER) macro
51 #define PKMAP_BASE (FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1))
53 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK)
55 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/linux/arch/xtensa/include/asm/
H A Dhighmem.h22 (LAST_PKMAP + 1) * PAGE_SIZE) & PMD_MASK)
23 #define LAST_PKMAP (PTRS_PER_PTE * DCACHE_N_COLORS) macro
24 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
53 return LAST_PKMAP / DCACHE_N_COLORS; in get_pkmap_entries_count()
/linux/arch/microblaze/include/asm/
H A Dhighmem.h43 #define LAST_PKMAP (1 << PKMAP_ORDER) macro
45 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE * (LAST_PKMAP + 1)) \
48 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
/linux/arch/mips/include/asm/
H A Dhighmem.h40 #define LAST_PKMAP 512 macro
42 #define LAST_PKMAP 1024 macro
45 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/linux/arch/hexagon/include/asm/
H A Dmem-layout.h84 #define LAST_PKMAP PTRS_PER_PTE macro
85 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
97 #define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*LAST_PKMAP)
/linux/arch/loongarch/include/asm/
H A Dhighmem.h31 #define LAST_PKMAP 1024 macro
32 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
H A Dpgtable.h91 #define PKMAP_BASE (PKMAP_END - (PAGE_SIZE * LAST_PKMAP))
92 #define PKMAP_END ((FIXADDR_START) & ~((LAST_PKMAP << PAGE_SHIFT)-1))
/linux/arch/csky/include/asm/
H A Dhighmem.h27 #define LAST_PKMAP 1024 macro
28 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/linux/arch/arc/include/asm/
H A Dhighmem.h35 #define LAST_PKMAP (PKMAP_SIZE >> PAGE_SHIFT) macro
36 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
/linux/arch/arm/include/asm/
H A Dhighmem.h9 #define LAST_PKMAP PTRS_PER_PTE macro
10 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
/linux/arch/csky/mm/
H A Dhighmem.c29 fixrange_init(vaddr, vaddr + PAGE_SIZE*LAST_PKMAP, swapper_pg_dir); in kmap_init()
/linux/arch/arc/mm/
H A Dhighmem.c68 BUILD_BUG_ON(LAST_PKMAP > PTRS_PER_PTE); in kmap_init()
/linux/arch/mips/mm/
H A Dpgtable-32.c70 fixrange_init(vaddr & PMD_MASK, vaddr + PAGE_SIZE*LAST_PKMAP, pgd_base); in pagetable_init()
/linux/arch/xtensa/mm/
H A Dmmu.c66 pkmap_page_table = init_pmd(PKMAP_BASE, LAST_PKMAP); in paging_init()
/linux/arch/loongarch/mm/
H A Dpgtable.c170 fixrange_init(vaddr & PMD_MASK, vaddr + PAGE_SIZE * LAST_PKMAP, swapper_pg_dir); in pagetable_init()
/linux/include/linux/
H A Dhighmem-internal.h159 return (addr >= PKMAP_ADDR(0) && addr < PKMAP_ADDR(LAST_PKMAP)) || in is_kmap_addr()
/linux/arch/powerpc/mm/ptdump/
H A Dptdump.c291 address_markers[i++].start_address = PKMAP_ADDR(LAST_PKMAP); in populate_markers()
/linux/Documentation/core-api/
H A Dcachetlb.rst208 PKMAP_ADDR(LAST_PKMAP).
/linux/drivers/spi/
H A Dspi.c1141 (LAST_PKMAP * PAGE_SIZE))); in spi_map_buf_attrs()