Searched refs:xive_saved_state (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive_native.c186 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000);
1149 val->xive_timaval[0] = vcpu->arch.xive_saved_state.w01;
1164 vcpu->arch.xive_saved_state.nsr,
1165 vcpu->arch.xive_saved_state.cppr,
1166 vcpu->arch.xive_saved_state.ipb,
1167 vcpu->arch.xive_saved_state.pipr,
1168 vcpu->arch.xive_saved_state.w01,
1196 vcpu->arch.xive_saved_state.w01 = val->xive_timaval[0];
1232 vcpu->arch.xive_saved_state.nsr,
1233 vcpu->arch.xive_saved_state
[all...]
H A Dbook3s_xive.c701 __raw_writeq(vcpu->arch.xive_saved_state.w01, tima + TM_QW1_OS);
774 vcpu->arch.xive_saved_state.w01 = __raw_readq(tima + TM_QW1_OS);
777 vcpu->arch.xive_saved_state.lsmfb = 0;
778 vcpu->arch.xive_saved_state.ack = 0xff;
1520 vcpu->arch.xive_saved_state.cppr = cppr;
1954 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000);
H A Dbook3s_hv.c4402 return vcpu->arch.irq_pending || vcpu->arch.xive_saved_state.pipr <
4403 vcpu->arch.xive_saved_state.cppr;
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h809 union xive_tma_w01 xive_saved_state; /* W0..1 of XIVE thread state */ member in struct:kvmppc_slb::kvm_vcpu_arch

Completed in 136 milliseconds