Home
last modified time | relevance | path

Searched refs:PUD_MASK (Results 1 – 11 of 11) sorted by relevance

/linux/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h37 #define PUD_MASK (~(PUD_SIZE-1)) macro
/linux/arch/x86/include/asm/
H A Dpgtable_64_types.h85 #define PUD_MASK (~(PUD_SIZE - 1)) macro
/linux/arch/um/include/asm/
H A Dpgtable-4level.h24 #define PUD_MASK (~(PUD_SIZE-1)) macro
/linux/arch/x86/mm/
H A Dkaslr.c150 entropy = (rand % (entropy + 1)) & PUD_MASK; in kernel_randomize_memory()
/linux/arch/arc/include/asm/
H A Dpgtable-levels.h76 #define PUD_MASK (~(PUD_SIZE - 1)) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h37 #define PUD_MASK (~(PUD_SIZE - 1)) macro
/linux/arch/arm64/mm/
H A Dmmu.c401 ((addr | next | phys) & ~PUD_MASK) == 0 && in alloc_init_pud()
1722 if (!pgtable_range_aligned(start, end, floor, ceiling, PUD_MASK)) in free_empty_pmd_table()
1874 VM_BUG_ON(phys & ~PUD_MASK); in pud_set_huge()
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c662 unsigned long hgpa = gpa & PUD_MASK; in kvmppc_create_pte()
1374 gpa = (gpa & PUD_MASK) + PUD_SIZE; in debugfs_radix_read()
/linux/arch/loongarch/include/asm/
H A Dpgtable.h43 #define PUD_MASK (~(PUD_SIZE-1)) macro
/linux/mm/
H A Dmemory.c202 start &= PUD_MASK; in free_pmd_range()
206 ceiling &= PUD_MASK; in free_pmd_range()
7022 pud_pfn(pud), PUD_MASK, pud_write(pud), in __access_remote_vm()
/linux/arch/x86/xen/
H A Dmmu_pv.c1938 return pa + (vaddr & ~PUD_MASK); in xen_early_virt_to_phys()