Home
last modified time | relevance | path

Searched refs:PGDIR_MASK (Results 1 - 25 of 114) sorted by relevance

12345

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dpgtable-32.h15 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
H A Dpgtable-64.h14 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dpgtable_32_types.h21 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
H A Dpgtable_64_types.h103 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dpgtable_32_types.h21 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H A Dkasan.h35 #define KASAN_SHADOW_START ((KASAN_SHADOW_END - KASAN_SHADOW_SIZE) & PGDIR_MASK)
H A Dpgtable-32.h16 #define PGDIR_MASK (~(PGDIR_SIZE - 1)) macro
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dhighmem.h29 #define PKMAP_BASE ((FIXADDR_START - PGDIR_SIZE) & (PGDIR_MASK))
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dkasan_init_64.c175 unsigned long pgd_end = end & PGDIR_MASK; in clear_pgds()
236 unsigned long addr = KASAN_SHADOW_START & PGDIR_MASK; in kasan_map_early_shadow()
376 clear_pgds(KASAN_SHADOW_START & PGDIR_MASK, KASAN_SHADOW_END); in kasan_init()
378 kasan_populate_early_shadow((void *)(KASAN_SHADOW_START & PGDIR_MASK), in kasan_init()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dpgtable-2level.h17 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable-nommu.h33 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable-nommu.h31 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dpgtable-2level.h17 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
H A Dpgtable-3level.h20 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h42 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h42 #define PGDIR_MASK (~(PGDIR_SIZE-1)) macro
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s32/
H A Dtlb.c63 pmd_end = ((start + PGDIR_SIZE) & PGDIR_MASK) - 1; in hash__flush_range()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dhugetlbpage.c446 if (range_is_outside_limits(start, end, floor, ceiling, PGDIR_MASK)) in hugetlb_free_pud_range()
449 pud = pud_offset(p4d, start & PGDIR_MASK); in hugetlb_free_pud_range()
451 pud_free_tlb(tlb, pud, start & PGDIR_MASK); in hugetlb_free_pud_range()

Completed in 11 milliseconds

12345