Searched refs:ceded (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dtrace_hv.h249 __field(u8, ceded)
255 __entry->ceded = vcpu->arch.ceded;
259 TP_printk("VCPU %d: pc=0x%lx pexcp=0x%lx ceded=%d",
262 __entry->pending_exceptions, __entry->ceded)
274 __field(u8, ceded)
280 __entry->ceded = vcpu->arch.ceded;
285 TP_printk("VCPU %d: trap=%s pc=0x%lx msr=0x%lx, ceded=%d",
288 __entry->pc, __entry->msr, __entry->ceded
[all...]
H A Dbook3s_hv.c288 * BUSY_IN_HOST and not ceded or otherwise blocked, then accumulate
1212 smp_mb(); /* This orders prodded store vs ceded load */
1213 if (tvcpu->arch.ceded)
1429 vcpu->arch.ceded = 1;
1434 vcpu->arch.ceded = 0;
3683 if (vcpu->arch.ceded)
4274 vcpu->arch.ceded = 0;
4321 vcpu->arch.ceded = 0;
4423 if (!vcpu->arch.ceded || kvmppc_vcpu_woken(vcpu))
4430 * exceptions or are no longer ceded
[all...]
H A Dbook3s_hv_builtin.c106 * still running in the guest and not ceded. If so, we pop up
500 vcpu->arch.ceded = 0;
H A Dbook3s_hv_p9_entry.c561 vcpu->arch.ceded = 0;
H A Dbook3s_xive.c846 if (vcpu->arch.ceded || vcpu->arch.nested)
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h773 u8 ceded; member in struct:kvmppc_slb::kvm_vcpu_arch
/linux-master/arch/powerpc/kernel/
H A Dasm-offsets.c452 OFFSET(VCPU_CEDED, kvm_vcpu, arch.ceded);

Completed in 221 milliseconds