Home
last modified time | relevance | path

Searched refs:PGDIR_MASK (Results 1 – 25 of 57) sorted by relevance

123

/arch/tile/include/asm/
Dpgtable_32.h25 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
55 #define PKMAP_BASE ((FIXADDR_BOOT_START - PAGE_SIZE*LAST_PKMAP) & PGDIR_MASK)
Dpgtable_64.h22 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/m68k/sun3x/
Ddvma.c103 if((end & PGDIR_MASK) > (vaddr & PGDIR_MASK)) in dvma_map_cpu()
104 end2 = (vaddr + (PGDIR_SIZE-1)) & PGDIR_MASK; in dvma_map_cpu()
/arch/x86/include/asm/
Dpgtable_32_types.h19 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
Dpgtable_64_types.h76 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/arch/powerpc/include/asm/nohash/64/
Dpgtable-64k.h44 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
Dpgtable-4k.h42 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/x86/mm/
Dkasan_init_64.c171 unsigned long pgd_end = end & PGDIR_MASK; in clear_pgds()
230 unsigned long addr = KASAN_SHADOW_START & PGDIR_MASK; in kasan_map_early_shadow()
318 clear_pgds(KASAN_SHADOW_START & PGDIR_MASK, KASAN_SHADOW_END); in kasan_init()
320 kasan_populate_zero_shadow((void *)(KASAN_SHADOW_START & PGDIR_MASK), in kasan_init()
Dident_map.c105 next = (addr & PGDIR_MASK) + PGDIR_SIZE; in kernel_ident_mapping_init()
/arch/um/include/asm/
Dpgtable-2level.h18 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
Dpgtable-3level.h21 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/nios2/mm/
Dioremap.c56 address &= ~PGDIR_MASK; in remap_area_pmd()
103 address = (address + PGDIR_SIZE) & PGDIR_MASK; in remap_area_pages()
/arch/mips/mm/
Dioremap.c52 address &= ~PGDIR_MASK; in remap_area_pmd()
95 address = (address + PGDIR_SIZE) & PGDIR_MASK; in remap_area_pages()
/arch/arm/include/asm/
Dpgtable-nommu.h37 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
Dstage2_pgtable.h41 phys_addr_t boundary = (addr + PGDIR_SIZE) & PGDIR_MASK; in stage2_pgd_addr_end()
Dpgtable-2level.h91 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/m68k/include/asm/
Dpgtable_mm.h50 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/sh/include/asm/
Dpgtable.h60 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/powerpc/mm/
Dtlb_hash32.c97 pmd_end = ((start + PGDIR_SIZE) & PGDIR_MASK) - 1; in flush_range()
/arch/x86/kernel/
Dhead64.c346 BUILD_BUG_ON(!(((MODULES_END - 1) & PGDIR_MASK) == in x86_64_start_kernel()
347 (__START_KERNEL & PGDIR_MASK))); in x86_64_start_kernel()
/arch/sparc/mm/
Dhugetlbpage.c461 start &= PGDIR_MASK; in hugetlb_free_pud_range()
465 ceiling &= PGDIR_MASK; in hugetlb_free_pud_range()
/arch/um/kernel/
Dum_arch.c273 task_size = host_task_size & PGDIR_MASK; in linux_main()
/arch/mips/include/asm/
Dpgtable-32.h49 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/parisc/kernel/
Dpci-dma.c117 vaddr &= ~PGDIR_MASK; in map_pmd_uncached()
206 vaddr &= ~PGDIR_MASK; in unmap_uncached_pmd()
/arch/powerpc/include/asm/nohash/32/
Dpgtable.h51 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro

123