Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dpgtable_64_types.h57 #define P4D_MASK (~(P4D_SIZE - 1)) macro
/arch/arm64/include/asm/
A Dpgtable-hwdef.h74 #define P4D_MASK (~(P4D_SIZE-1)) macro
/arch/riscv/include/asm/
A Dpgtable-64.h32 #define P4D_MASK (~(P4D_SIZE - 1)) macro
/arch/x86/mm/
A Dinit_64.c692 vaddr_next = (vaddr & P4D_MASK) + P4D_SIZE; in phys_p4d_init()
698 !e820__mapped_any(paddr & P4D_MASK, paddr_next, in phys_p4d_init()
700 !e820__mapped_any(paddr & P4D_MASK, paddr_next, in phys_p4d_init()
/arch/riscv/mm/
A Dpageattr.c197 vaddr <= (vaddr & P4D_MASK) && end >= next) in __split_linear_mapping_p4d()
/arch/s390/mm/
A Dvmem.c402 try_free_pud_table(p4d, addr & P4D_MASK); in modify_p4d_table()
/arch/powerpc/kvm/
A Dbook3s_64_mmu_radix.c1367 gpa = (gpa & P4D_MASK) + P4D_SIZE; in debugfs_radix_read()
/arch/arm64/mm/
A Dmmu.c1104 if (!pgtable_range_aligned(start, end, floor, ceiling, P4D_MASK)) in free_empty_pud_table()
/arch/s390/include/asm/
A Dpgtable.h385 #define P4D_MASK _REGION2_MASK macro

Completed in 28 milliseconds