Searched refs:w01 (Results 1 - 3 of 3) 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;
1162 pr_devel("%s NSR=%02x CPPR=%02x IBP=%02x PIPR=%02x w01=%016llx w2=%08x opal=%016llx\n",
1168 vcpu->arch.xive_saved_state.w01,
1179 pr_devel("%s w01=%016llx vp=%016llx\n", __func__,
1196 vcpu->arch.xive_saved_state.w01 = val->xive_timaval[0];
1230 " NSR=%02x CPPR=%02x IBP=%02x PIPR=%02x w01=%016llx w2=%08x\n",
1236 be64_to_cpu(vcpu->arch.xive_saved_state.w01),
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);
1954 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000);
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h508 __be64 w01; member in union:kvmppc_slb::xive_tma_w01

Completed in 164 milliseconds