Home
last modified time | relevance | path

Searched refs:P4D_MASK (Results 1 – 8 of 8) sorted by relevance

/linux/include/asm-generic/
H A Dpgtable-nop4d.h14 #define P4D_MASK (~(P4D_SIZE-1)) macro
/linux/arch/x86/include/asm/
H A Dpgtable_64_types.h60 #define P4D_MASK (~(P4D_SIZE - 1)) macro
/linux/arch/riscv/include/asm/
H A Dpgtable-64.h32 #define P4D_MASK (~(P4D_SIZE - 1)) macro
/linux/arch/s390/mm/
H A Dvmem.c409 try_free_pud_table(p4d, addr & P4D_MASK); in modify_p4d_table()
/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c1367 gpa = (gpa & P4D_MASK) + P4D_SIZE; in debugfs_radix_read()
/linux/arch/s390/include/asm/
H A Dpgtable.h387 #define P4D_MASK _REGION2_MASK macro
/linux/mm/
H A Dmemory.c236 start &= P4D_MASK; in free_pud_range()
240 ceiling &= P4D_MASK; in free_pud_range()
H A Dvmalloc.c826 return p4d_page(*p4d) + ((addr & ~P4D_MASK) >> PAGE_SHIFT); in vmalloc_to_page()