Home
last modified time | relevance | path

Searched refs:l1index (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpgtable.h363 unsigned long l1index = (address >> PGDIR_SHIFT) & ((PTRS_PER_PGD >> 3) - 1); in pgd_index() local
365 return (region << (PAGE_SHIFT - 6)) | l1index; in pgd_index()
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpgtable.h326 unsigned long l1index = (address >> PGDIR_SHIFT) & ((PTRS_PER_PGD >> 3) - 1); in pgd_index() local
328 return (region << (PAGE_SHIFT - 6)) | l1index; in pgd_index()

Completed in 3 milliseconds