Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/asm-generic/
A Dpgtable-nop4d.h14 #define P4D_MASK (~(P4D_SIZE-1)) macro
/linux-6.3-rc2/arch/s390/mm/
A Dkasan_init.c125 address = (address + P4D_SIZE) & P4D_MASK; in kasan_early_pgtable_populate()
136 address = (address + P4D_SIZE) & P4D_MASK; in kasan_early_pgtable_populate()
A Dvmem.c406 try_free_pud_table(p4d, addr & P4D_MASK); in modify_p4d_table()
/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable_64_types.h66 #define P4D_MASK (~(P4D_SIZE - 1)) macro
/linux-6.3-rc2/arch/x86/mm/
A Dident_map.c71 next = (addr & P4D_MASK) + P4D_SIZE; in ident_p4d_init()
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()
/linux-6.3-rc2/arch/riscv/include/asm/
A Dpgtable-64.h34 #define P4D_MASK (~(P4D_SIZE - 1)) macro
/linux-6.3-rc2/include/linux/
A Dpgtable.h836 ({ unsigned long __boundary = ((addr) + P4D_SIZE) & P4D_MASK; \
/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_64_mmu_radix.c1377 gpa = (gpa & P4D_MASK) + P4D_SIZE; in debugfs_radix_read()
/linux-6.3-rc2/mm/
A Ddebug_vm_pgtable.c1173 args->fixed_p4d_pfn = __phys_to_pfn(phys & P4D_MASK); in init_fixed_pfns()
A Dmemory.c234 start &= P4D_MASK; in free_pud_range()
238 ceiling &= P4D_MASK; in free_pud_range()
A Dvmscan.c4183 pud = pud_offset(p4d, start & P4D_MASK); in walk_pud_range()
4205 if (i < PTRS_PER_PUD && get_next_vma(P4D_MASK, PUD_SIZE, args, &start, &end)) in walk_pud_range()
A Dvmalloc.c682 return p4d_page(*p4d) + ((addr & ~P4D_MASK) >> PAGE_SHIFT); in vmalloc_to_page()
/linux-6.3-rc2/arch/s390/include/asm/
A Dpgtable.h348 #define P4D_MASK _REGION2_MASK macro

Completed in 52 milliseconds