Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/ia64/mm/
H A Dinit.c336 # define mapped_space_bits (3*(PAGE_SHIFT - pte_bits) + PAGE_SHIFT) in ia64_mmu_init() macro
352 * mapped_space_bits - PAGE_SHIFT is the total number of ptes we need, in ia64_mmu_init()
357 if ((mapped_space_bits - PAGE_SHIFT > vmlpt_bits - pte_bits) || in ia64_mmu_init()
358 (mapped_space_bits > impl_va_bits - 1)) in ia64_mmu_init()
/kernel/linux/linux-5.10/arch/ia64/mm/
H A Dinit.c328 # define mapped_space_bits (3*(PAGE_SHIFT - pte_bits) + PAGE_SHIFT) in ia64_mmu_init() macro
344 * mapped_space_bits - PAGE_SHIFT is the total number of ptes we need, in ia64_mmu_init()
349 if ((mapped_space_bits - PAGE_SHIFT > vmlpt_bits - pte_bits) || in ia64_mmu_init()
350 (mapped_space_bits > impl_va_bits - 1)) in ia64_mmu_init()

Completed in 2 milliseconds