Searched refs:proto_vsid_next (Results 1 – 2 of 2) sorted by relevance
259 if (vcpu_book3s->proto_vsid_next == vcpu_book3s->proto_vsid_max) { in create_sid_map()260 vcpu_book3s->proto_vsid_next = vcpu_book3s->proto_vsid_first; in create_sid_map()270 map->host_vsid = vsid_scramble(vcpu_book3s->proto_vsid_next++, in create_sid_map()412 vcpu3s->proto_vsid_next = vcpu3s->proto_vsid_first; in kvmppc_mmu_init()
131 u64 proto_vsid_next; member