Searched refs:xive_saved_state (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/kvm/ |
A D | book3s_xive_native.c | 187 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000); in kvmppc_xive_native_connect_vcpu() 1165 vcpu->arch.xive_saved_state.nsr, in kvmppc_xive_native_get_vp() 1166 vcpu->arch.xive_saved_state.cppr, in kvmppc_xive_native_get_vp() 1167 vcpu->arch.xive_saved_state.ipb, in kvmppc_xive_native_get_vp() 1168 vcpu->arch.xive_saved_state.pipr, in kvmppc_xive_native_get_vp() 1169 vcpu->arch.xive_saved_state.w01, in kvmppc_xive_native_get_vp() 1233 vcpu->arch.xive_saved_state.nsr, in xive_native_debug_show() 1234 vcpu->arch.xive_saved_state.cppr, in xive_native_debug_show() 1235 vcpu->arch.xive_saved_state.ipb, in xive_native_debug_show() 1236 vcpu->arch.xive_saved_state.pipr, in xive_native_debug_show() [all …]
|
A D | book3s_xive.c | 99 __raw_writeq(vcpu->arch.xive_saved_state.w01, tima + TM_QW1_OS); in kvmppc_xive_push_vcpu() 172 vcpu->arch.xive_saved_state.w01 = __raw_readq(tima + TM_QW1_OS); in kvmppc_xive_pull_vcpu() 175 vcpu->arch.xive_saved_state.lsmfb = 0; in kvmppc_xive_pull_vcpu() 176 vcpu->arch.xive_saved_state.ack = 0xff; in kvmppc_xive_pull_vcpu() 913 vcpu->arch.xive_saved_state.cppr = cppr; in kvmppc_xive_set_icp() 1349 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000); in kvmppc_xive_connect_vcpu()
|
A D | book3s_hv.c | 4116 return vcpu->arch.irq_pending || vcpu->arch.xive_saved_state.pipr < in xive_interrupt_pending() 4117 vcpu->arch.xive_saved_state.cppr; in xive_interrupt_pending()
|
/linux/arch/powerpc/include/asm/ |
A D | kvm_host.h | 781 union xive_tma_w01 xive_saved_state; /* W0..1 of XIVE thread state */ member
|
/linux/arch/powerpc/kernel/ |
A D | asm-offsets.c | 674 arch.xive_saved_state)); in main()
|
Completed in 22 milliseconds