Searched refs:P4D_MASK (Results 1 – 12 of 12) sorted by relevance
14 #define P4D_MASK (~(P4D_SIZE-1)) macro
129 address = (address + P4D_SIZE) & P4D_MASK; in kasan_early_pgtable_populate()140 address = (address + P4D_SIZE) & P4D_MASK; in kasan_early_pgtable_populate()
413 try_free_pud_table(p4d, addr & P4D_MASK); in modify_p4d_table()
65 #define P4D_MASK (~(P4D_SIZE - 1)) macro
71 next = (addr & P4D_MASK) + P4D_SIZE; in ident_p4d_init()
692 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()
766 ({ unsigned long __boundary = ((addr) + P4D_SIZE) & P4D_MASK; \
337 #define P4D_MASK _REGION2_MASK macro
1371 gpa = (gpa & P4D_MASK) + P4D_SIZE; in debugfs_radix_read()
1192 args->fixed_p4d_pfn = __phys_to_pfn(phys & P4D_MASK); in init_args()
286 start &= P4D_MASK; in free_pud_range()290 ceiling &= P4D_MASK; in free_pud_range()
672 return p4d_page(*p4d) + ((addr & ~P4D_MASK) >> PAGE_SHIFT); in vmalloc_to_page()
Completed in 44 milliseconds