Home
last modified time | relevance | path

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

/arch/arm64/kvm/
A Dnested.c214 unsigned int addr_top, addr_bottom; in walk_nested_s2_pgd() local
255 addr_bottom = (3 - level) * stride + wi->pgshift; in walk_nested_s2_pgd()
256 index = (ipa & GENMASK_ULL(addr_top, addr_bottom)) in walk_nested_s2_pgd()
257 >> (addr_bottom - 3); in walk_nested_s2_pgd()
293 addr_top = addr_bottom - 1; in walk_nested_s2_pgd()
314 addr_bottom += contiguous_bit_shift(desc, wi, level); in walk_nested_s2_pgd()
317 paddr = (desc & GENMASK_ULL(47, addr_bottom)) | in walk_nested_s2_pgd()
318 (ipa & GENMASK_ULL(addr_bottom - 1, 0)); in walk_nested_s2_pgd()

Completed in 6 milliseconds