Searched refs:proto_vsid_next (Results 1 – 2 of 2) sorted by relevance
250 if (vcpu_book3s->proto_vsid_next == vcpu_book3s->proto_vsid_max) { in create_sid_map()251 vcpu_book3s->proto_vsid_next = vcpu_book3s->proto_vsid_first; in create_sid_map()257 map->host_vsid = vsid_scramble(vcpu_book3s->proto_vsid_next++, 256M); in create_sid_map()398 vcpu3s->proto_vsid_next = vcpu3s->proto_vsid_first; in kvmppc_mmu_init()
92 u64 proto_vsid_next; member