Home
last modified time | relevance | path

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

/linux-6.6.21/include/asm-generic/
Dpgtable-nop4d.h14 #define P4D_MASK (~(P4D_SIZE-1)) macro
/linux-6.6.21/arch/x86/include/asm/
Dpgtable_64_types.h66 #define P4D_MASK (~(P4D_SIZE - 1)) macro
/linux-6.6.21/arch/x86/mm/
Dident_map.c84 next = (addr & P4D_MASK) + P4D_SIZE; in ident_p4d_init()
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()
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable-64.h34 #define P4D_MASK (~(P4D_SIZE - 1)) macro
/linux-6.6.21/arch/riscv/mm/
Dpageattr.c197 vaddr <= (vaddr & P4D_MASK) && end >= next) in __split_linear_mapping_p4d()
/linux-6.6.21/arch/s390/mm/
Dvmem.c400 try_free_pud_table(p4d, addr & P4D_MASK); in modify_p4d_table()
/linux-6.6.21/include/linux/
Dpgtable.h951 ({ unsigned long __boundary = ((addr) + P4D_SIZE) & P4D_MASK; \
/linux-6.6.21/mm/
Ddebug_vm_pgtable.c1186 args->fixed_p4d_pfn = __phys_to_pfn(phys & P4D_MASK); in init_fixed_pfns()
Dmemory.c248 start &= P4D_MASK; in free_pud_range()
252 ceiling &= P4D_MASK; in free_pud_range()
Dvmscan.c4251 pud = pud_offset(p4d, start & P4D_MASK); in walk_pud_range()
4269 if (i < PTRS_PER_PUD && get_next_vma(P4D_MASK, PUD_SIZE, args, &start, &end)) in walk_pud_range()
Dvmalloc.c686 return p4d_page(*p4d) + ((addr & ~P4D_MASK) >> PAGE_SHIFT); in vmalloc_to_page()
/linux-6.6.21/arch/powerpc/kvm/
Dbook3s_64_mmu_radix.c1383 gpa = (gpa & P4D_MASK) + P4D_SIZE; in debugfs_radix_read()
/linux-6.6.21/arch/s390/include/asm/
Dpgtable.h344 #define P4D_MASK _REGION2_MASK macro