Searched refs:proto_vsid_next (Results 1 – 2 of 2) sorted by relevance
249 if (vcpu_book3s->proto_vsid_next == vcpu_book3s->proto_vsid_max) { in create_sid_map()250 vcpu_book3s->proto_vsid_next = vcpu_book3s->proto_vsid_first; in create_sid_map()260 map->host_vsid = vsid_scramble(vcpu_book3s->proto_vsid_next++, in create_sid_map()402 vcpu3s->proto_vsid_next = vcpu3s->proto_vsid_first; in kvmppc_mmu_init_pr()
121 u64 proto_vsid_next; member