Searched refs:LAST_PKMAP (Results 1 - 24 of 24) sorted by relevance

/arch/x86/um/asm/
H A Darchparam.h13 #define LAST_PKMAP 512 macro
15 #define LAST_PKMAP 1024 macro
/arch/x86/include/asm/
H A Dpgtable_32_types.h35 #define LAST_PKMAP 512 macro
37 #define LAST_PKMAP 1024 macro
40 #define PKMAP_BASE ((FIXADDR_BOOT_START - PAGE_SIZE * (LAST_PKMAP + 1)) \
H A Dhighmem.h53 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/arch/hexagon/include/asm/
H A Dmem-layout.h89 #define LAST_PKMAP PTRS_PER_PTE macro
90 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
102 #define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*LAST_PKMAP)
/arch/powerpc/include/asm/
H A Dhighmem.h51 #define LAST_PKMAP (1 << PKMAP_ORDER) macro
53 #define PKMAP_BASE (FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1))
55 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK)
57 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/arch/sparc/include/asm/
H A Dhighmem.h44 #define LAST_PKMAP 1024 macro
45 #define PKMAP_SIZE (LAST_PKMAP << PAGE_SHIFT)
48 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
52 #define PKMAP_END (PKMAP_ADDR(LAST_PKMAP))
/arch/arm/include/asm/
H A Dhighmem.h7 #define LAST_PKMAP PTRS_PER_PTE macro
8 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
/arch/mips/include/asm/
H A Dhighmem.h40 #define LAST_PKMAP 1024 macro
41 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/arch/microblaze/include/asm/
H A Dhighmem.h44 #define LAST_PKMAP (1 << PKMAP_ORDER) macro
46 #define PKMAP_BASE ((FIXADDR_START - PAGE_SIZE * (LAST_PKMAP + 1)) \
49 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
/arch/tile/include/asm/
H A Dpgtable_32.h51 #define LAST_PKMAP PTRS_PER_PTE macro
53 #define PKMAP_BASE ((FIXADDR_BOOT_START - PAGE_SIZE*LAST_PKMAP) & PGDIR_MASK)
H A Dhighmem.h49 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
/arch/frv/include/asm/
H A Dhighmem.h54 #define LAST_PKMAP PTRS_PER_PTE macro
55 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
/arch/mn10300/include/asm/
H A Dhighmem.h41 #define LAST_PKMAP 1024 macro
42 #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
/arch/mips/mm/
H A Dpgtable-32.c62 fixrange_init(vaddr, vaddr + PAGE_SIZE*LAST_PKMAP, pgd_base);
/arch/arm/mm/
H A Dhighmem.c103 } else if (vaddr >= PKMAP_ADDR(0) && vaddr < PKMAP_ADDR(LAST_PKMAP)) {
H A Dinit.c679 MLM(PKMAP_BASE, (PKMAP_BASE) + (LAST_PKMAP) *
705 BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > PAGE_OFFSET);
706 BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > PAGE_OFFSET);
/arch/x86/mm/
H A Dinit_32.c409 page_table_range_init(vaddr, vaddr + PAGE_SIZE*LAST_PKMAP, pgd_base);
790 PKMAP_BASE, PKMAP_BASE+LAST_PKMAP*PAGE_SIZE,
791 (LAST_PKMAP*PAGE_SIZE) >> 10,
816 BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP*PAGE_SIZE > FIXADDR_START);
825 BUG_ON(PKMAP_BASE + LAST_PKMAP*PAGE_SIZE > FIXADDR_START);
/arch/sh/mm/
H A Dinit.c475 PKMAP_BASE, PKMAP_BASE+LAST_PKMAP*PAGE_SIZE,
476 (LAST_PKMAP*PAGE_SIZE) >> 10,
/arch/sparc/mm/
H A Dinit_32.c410 if (PKMAP_BASE+LAST_PKMAP*PAGE_SIZE >= FIXADDR_START) {
414 (unsigned long)PKMAP_BASE+LAST_PKMAP*PAGE_SIZE,
/arch/tile/mm/
H A Dinit.c691 page_table_range_init(vaddr, vaddr + PAGE_SIZE*LAST_PKMAP, pgd_base);
847 if (PKMAP_ADDR(LAST_PKMAP-1) >= FIXADDR_START) {
851 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP-1),
886 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP) - 1);
/arch/um/kernel/
H A Dmem.c173 fixrange_init(vaddr, vaddr + PAGE_SIZE*LAST_PKMAP, swapper_pg_dir);
/arch/microblaze/mm/
H A Dinit.c322 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));
/arch/um/include/asm/
H A Dpgtable.h50 #define PKMAP_BASE ((FIXADDR_START - LAST_PKMAP * PAGE_SIZE) & PMD_MASK)
/arch/powerpc/mm/
H A Dmem.c383 PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));

Completed in 431 milliseconds