Searched refs:PUD_MASK (Results 1 - 25 of 41) sorted by relevance

12

/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h37 #define PUD_MASK (~(PUD_SIZE-1)) macro
/linux-master/include/asm-generic/
H A Dpgtable-nopud.h21 #define PUD_MASK (~(PUD_SIZE-1)) macro
/linux-master/arch/x86/include/asm/
H A Dpage_types.h21 #define PHYSICAL_PUD_PAGE_MASK (((signed long)PUD_MASK) & __PHYSICAL_MASK)
H A Dpgtable_64_types.h102 #define PUD_MASK (~(PUD_SIZE - 1)) macro
/linux-master/arch/x86/mm/
H A Dident_map.c30 next = (addr & PUD_MASK) + PUD_SIZE;
40 addr &= PUD_MASK;
H A Dkaslr.c127 entropy = (rand % (entropy + 1)) & PUD_MASK;
H A Dpti.c332 WARN_ON_ONCE(addr & ~PUD_MASK);
H A Dinit_64.c607 paddr_next = (paddr & PUD_MASK) + PUD_SIZE;
611 !e820__mapped_any(paddr & PUD_MASK, paddr_next,
613 !e820__mapped_any(paddr & PUD_MASK, paddr_next,
/linux-master/arch/powerpc/mm/
H A Dhugetlbpage.c403 if (range_is_outside_limits(start, end, floor, ceiling, PUD_MASK))
406 pmd = pmd_offset(pud, start & PUD_MASK);
408 pmd_free_tlb(tlb, pmd, start & PUD_MASK);
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h76 #define PUD_MASK (~(PUD_SIZE - 1)) macro
/linux-master/arch/sparc/mm/
H A Dhugetlbpage.c452 start &= PUD_MASK;
456 ceiling &= PUD_MASK;
/linux-master/arch/s390/mm/
H A Dpageattr.c256 new = __pud(pud_val(new) & PUD_MASK);
279 need_split |= !!(addr & ~PUD_MASK);
H A Dhugetlbpage.c134 paddr = rste & PUD_MASK;
H A Dvmem.c360 try_free_pmd_table(pud, addr & PUD_MASK);
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h61 #define PUD_MASK (~(PUD_SIZE-1)) macro
/linux-master/arch/arm64/include/asm/
H A Dpgtable-hwdef.h61 #define PUD_MASK (~(PUD_SIZE-1)) macro
/linux-master/arch/x86/platform/efi/
H A Defi_64.c133 BUILD_BUG_ON((EFI_VA_START & ~PUD_MASK) != 0);
134 BUILD_BUG_ON((EFI_VA_END & ~PUD_MASK) != 0);
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h39 #define PUD_MASK (~(PUD_SIZE - 1)) macro
/linux-master/arch/arm64/mm/
H A Dmmu.c348 ((addr | next | phys) & ~PUD_MASK) == 0 &&
1029 if (!pgtable_range_aligned(start, end, floor, ceiling, PUD_MASK))
1191 VM_BUG_ON(phys & ~PUD_MASK);
/linux-master/drivers/dax/
H A Ddevice.c183 unsigned long pud_addr = vmf->address & PUD_MASK;
/linux-master/arch/riscv/mm/
H A Dpageattr.c148 vaddr <= (vaddr & PUD_MASK) && end >= next)
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c786 offset = virt_addr & ~PUD_MASK;
1081 lpaddr = address & PUD_MASK;
1267 unsigned long next_page = (start + PUD_SIZE) & PUD_MASK;
1431 unsigned long next_page = (start + PUD_SIZE) & PUD_MASK;
/linux-master/arch/s390/include/asm/
H A Dpgtable.h344 #define PUD_MASK _REGION3_MASK macro
1664 : [r1] "a" (r3o), [r2] "a" ((addr & PUD_MASK)),
1672 : [r1] "a" (r3o), [r2] "a" ((addr & PUD_MASK) | opt),
/linux-master/mm/
H A Dhmm.c455 pfn = pud_pfn(pud) + ((addr & ~PUD_MASK) >> PAGE_SHIFT);
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h38 #define PUD_MASK (~(PUD_SIZE-1)) macro

Completed in 226 milliseconds

12