Searched refs:proto_vsid_next (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_host.c249 if (vcpu_book3s->proto_vsid_next == vcpu_book3s->proto_vsid_max) {
250 vcpu_book3s->proto_vsid_next = vcpu_book3s->proto_vsid_first;
260 map->host_vsid = vsid_scramble(vcpu_book3s->proto_vsid_next++,
402 vcpu3s->proto_vsid_next = vcpu3s->proto_vsid_first;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_book3s.h121 u64 proto_vsid_next; member in struct:kvmppc_vcpu_book3s

Completed in 82 milliseconds