Home
last modified time | relevance | path

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

12

/arch/m68k/sun3x/
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()
/arch/x86/include/asm/
A Dpgtable_32_types.h21 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
A Dpgtable_64_types.h84 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/arch/riscv/include/asm/
A Dkasan.h33 #define KASAN_SHADOW_START ((KASAN_SHADOW_END - KASAN_SHADOW_SIZE) & PGDIR_MASK)
A Dpgtable-32.h16 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/arch/nios2/mm/
A Dioremap.c56 address &= ~PGDIR_MASK; in remap_area_pmd()
107 address = (address + PGDIR_SIZE) & PGDIR_MASK; in remap_area_pages()
/arch/um/include/asm/
A Dpgtable-2level.h17 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
A Dpgtable-4level.h16 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/arm/include/asm/
A Dpgtable-nommu.h31 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
A Dpgtable-2level.h90 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/x86/mm/
A Dkasan_init_64.c172 unsigned long pgd_end = end & PGDIR_MASK; in clear_pgds()
233 unsigned long addr = KASAN_SHADOW_START & PGDIR_MASK; in kasan_map_early_shadow()
373 clear_pgds(KASAN_SHADOW_START & PGDIR_MASK, KASAN_SHADOW_END); in kasan_init()
375 kasan_populate_early_shadow((void *)(KASAN_SHADOW_START & PGDIR_MASK), in kasan_init()
/arch/sparc/include/asm/
A Dpgtable_32.h21 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
22 #define PGDIR_ALIGN(__addr) (((__addr) + ~PGDIR_MASK) & PGDIR_MASK)
A Dviking.h231 vaddr &= ~PGDIR_MASK; in viking_hwprobe()
/arch/powerpc/mm/book3s32/
A Dtlb.c63 pmd_end = ((start + PGDIR_SIZE) & PGDIR_MASK) - 1; in hash__flush_range()
/arch/x86/kernel/
A Dhead64.c231 MAYBE_BUILD_BUG_ON(!(((MODULES_END - 1) & PGDIR_MASK) == in x86_64_start_kernel()
232 (__START_KERNEL & PGDIR_MASK))); in x86_64_start_kernel()
/arch/powerpc/include/asm/nohash/64/
A Dpgtable-4k.h42 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h47 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/m68k/include/asm/
A Dpgtable_mm.h51 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/sh/include/asm/
A Dpgtable.h57 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/arc/include/asm/
A Dpgtable-levels.h71 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/arch/parisc/kernel/
A Dpci-dma.c110 vaddr &= ~PGDIR_MASK; in map_pmd_uncached()
204 vaddr &= ~PGDIR_MASK; in unmap_uncached_pmd()
/arch/powerpc/mm/kasan/
A Dinit_32.c184 BUILD_BUG_ON(KASAN_SHADOW_START & ~PGDIR_MASK); in kasan_early_init()
/arch/x86/boot/startup/
A Dsme.c99 pgd_start = ppd->vaddr & PGDIR_MASK; in sme_clear_pgd()
100 pgd_end = ppd->vaddr_end & PGDIR_MASK; in sme_clear_pgd()
/arch/mips/include/asm/
A Dpgtable-32.h71 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/arch/hexagon/include/asm/
A Dpgtable.h77 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro

Completed in 35 milliseconds

12