Home
last modified time | relevance | path

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

12

/linux/arch/m68k/sun3x/
H A Ddvma.c106 if((end & PGDIR_MASK) > (vaddr & PGDIR_MASK)) in dvma_map_cpu()
107 end2 = (vaddr + (PGDIR_SIZE-1)) & PGDIR_MASK; in dvma_map_cpu()
/linux/arch/x86/mm/
H A Dkasan_init_64.c173 unsigned long pgd_end = end & PGDIR_MASK; in clear_pgds()
234 unsigned long addr = KASAN_SHADOW_START & PGDIR_MASK; in kasan_map_early_shadow()
374 clear_pgds(KASAN_SHADOW_START & PGDIR_MASK, KASAN_SHADOW_END); in kasan_init()
376 kasan_populate_early_shadow((void *)(KASAN_SHADOW_START & PGDIR_MASK), in kasan_init()
H A Dident_map.c202 next = (addr & PGDIR_MASK) + PGDIR_SIZE; in kernel_ident_mapping_init()
/linux/arch/nios2/mm/
H A Dioremap.c56 address &= ~PGDIR_MASK; in remap_area_pmd()
107 address = (address + PGDIR_SIZE) & PGDIR_MASK; in remap_area_pages()
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h21 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
22 #define PGDIR_ALIGN(__addr) (((__addr) + ~PGDIR_MASK) & PGDIR_MASK)
H A Dviking.h231 vaddr &= ~PGDIR_MASK; in viking_hwprobe()
/linux/arch/x86/include/asm/
H A Dpgtable_32_types.h21 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/linux/arch/riscv/include/asm/
H A Dkasan.h33 #define KASAN_SHADOW_START ((KASAN_SHADOW_END - KASAN_SHADOW_SIZE) & PGDIR_MASK)
H A Dpgtable-32.h16 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
H A Dpgtable-64.h23 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h31 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux/arch/um/include/asm/
H A Dpgtable-2level.h17 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
H A Dpgtable-4level.h16 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux/arch/powerpc/mm/book3s32/
H A Dtlb.c63 pmd_end = ((start + PGDIR_SIZE) & PGDIR_MASK) - 1; in hash__flush_range()
/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h42 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux/arch/sh/include/asm/
H A Dpgtable.h57 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux/arch/m68k/include/asm/
H A Dpgtable_mm.h51 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h47 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux/arch/sparc/mm/
H A Dhugetlbpage.c367 start &= PGDIR_MASK; in hugetlb_free_pud_range()
371 ceiling &= PGDIR_MASK; in hugetlb_free_pud_range()
/linux/arch/parisc/kernel/
H A Dpci-dma.c110 vaddr &= ~PGDIR_MASK; in map_pmd_uncached()
204 vaddr &= ~PGDIR_MASK; in unmap_uncached_pmd()
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h71 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/linux/arch/hexagon/include/asm/
H A Dpgtable.h77 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux/arch/nios2/include/asm/
H A Dpgtable.h66 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux/arch/csky/include/asm/
H A Dpgtable.h14 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/linux/arch/alpha/include/asm/
H A Dpgtable.h38 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro

12