Searched refs:va_bottom (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/arm64/kvm/ |
| H A D | at.c | 475 u64 va_top, va_bottom, baddr, desc, new_desc, ipa; in walk_s1() 488 va_bottom = (3 - level) * stride + wi->pgshift; in walk_s1() 489 index = (va & GENMASK_ULL(va_top, va_bottom)) >> (va_bottom - 3); in walk_s1() 560 va_top = va_bottom - 1; 586 if (check_output_size(baddr & GENMASK(52, va_bottom), wi)) in __mmu_config_save() 614 va_bottom += contiguous_bit_shift(desc, wi, level); in __mmu_config_restore() 619 wr->pa = baddr & GENMASK(52, va_bottom); in __mmu_config_restore() 620 wr->pa |= va & GENMASK_ULL(va_bottom - 1, 0); in __mmu_config_restore() 406 u64 va_top, va_bottom, baddr, desc, new_desc, ipa; walk_s1() local
|