Searched refs:xive_saved_state (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_xive_native.c | 186 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000); in kvmppc_xive_native_connect_vcpu() 1164 vcpu->arch.xive_saved_state.nsr, in kvmppc_xive_native_get_vp() 1165 vcpu->arch.xive_saved_state.cppr, in kvmppc_xive_native_get_vp() 1166 vcpu->arch.xive_saved_state.ipb, in kvmppc_xive_native_get_vp() 1167 vcpu->arch.xive_saved_state.pipr, in kvmppc_xive_native_get_vp() 1168 vcpu->arch.xive_saved_state.w01, in kvmppc_xive_native_get_vp() 1232 vcpu->arch.xive_saved_state.nsr, in xive_native_debug_show() 1233 vcpu->arch.xive_saved_state.cppr, in xive_native_debug_show() 1234 vcpu->arch.xive_saved_state.ipb, in xive_native_debug_show() 1235 vcpu->arch.xive_saved_state.pipr, in xive_native_debug_show() [all …]
|
A D | book3s_xive.c | 701 __raw_writeq(vcpu->arch.xive_saved_state.w01, tima + TM_QW1_OS); in kvmppc_xive_push_vcpu() 774 vcpu->arch.xive_saved_state.w01 = __raw_readq(tima + TM_QW1_OS); in kvmppc_xive_pull_vcpu() 777 vcpu->arch.xive_saved_state.lsmfb = 0; in kvmppc_xive_pull_vcpu() 778 vcpu->arch.xive_saved_state.ack = 0xff; in kvmppc_xive_pull_vcpu() 1520 vcpu->arch.xive_saved_state.cppr = cppr; in kvmppc_xive_set_icp() 1954 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000); in kvmppc_xive_connect_vcpu()
|
A D | book3s_hv.c | 4256 return vcpu->arch.irq_pending || vcpu->arch.xive_saved_state.pipr < in xive_interrupt_pending() 4257 vcpu->arch.xive_saved_state.cppr; in xive_interrupt_pending()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | kvm_host.h | 793 union xive_tma_w01 xive_saved_state; /* W0..1 of XIVE thread state */ member
|
Completed in 28 milliseconds