Searched refs:old_state (Results 1 – 4 of 4) sorted by relevance
| /arch/powerpc/kvm/ |
| A D | book3s_hv_rm_xics.c | 242 union kvmppc_icp_state old_state, new_state; in icp_rm_try_to_deliver() local 246 old_state = new_state = READ_ONCE(icp->state); in icp_rm_try_to_deliver() 412 union kvmppc_icp_state old_state, new_state; in icp_rm_down_cppr() local 445 old_state = new_state = READ_ONCE(icp->state); in icp_rm_down_cppr() 490 union kvmppc_icp_state old_state, new_state; in xics_rm_h_xirr() local 509 old_state = new_state = READ_ONCE(icp->state); in xics_rm_h_xirr() 511 xirr = old_state.xisr | (((u32)old_state.cppr) << 24); in xics_rm_h_xirr() 512 if (!old_state.xisr) in xics_rm_h_xirr() 529 union kvmppc_icp_state old_state, new_state; in xics_rm_h_ipi() local 592 if (mfrr > old_state.mfrr) { in xics_rm_h_ipi() [all …]
|
| A D | book3s_xics.c | 339 union kvmppc_icp_state old_state, new_state; in icp_try_to_deliver() local 516 union kvmppc_icp_state old_state, new_state; in icp_down_cppr() local 588 union kvmppc_icp_state old_state, new_state; in kvmppc_h_xirr() local 605 xirr = old_state.xisr | (((u32)old_state.cppr) << 24); in kvmppc_h_xirr() 606 if (!old_state.xisr) in kvmppc_h_xirr() 622 union kvmppc_icp_state old_state, new_state; in kvmppc_h_ipi() local 687 if (mfrr > old_state.mfrr) { in kvmppc_h_ipi() 723 union kvmppc_icp_state old_state, new_state; in kvmppc_h_cppr() local 1159 old_state = READ_ONCE(icp->state); in kvmppc_xics_set_icp() 1161 if (new_state.mfrr <= old_state.mfrr) { in kvmppc_xics_set_icp() [all …]
|
| /arch/mips/alchemy/common/ |
| A D | platform.c | 32 unsigned int old_state) in alchemy_8250_pm() argument 38 serial8250_do_pm(port, state, old_state); in alchemy_8250_pm() 41 serial8250_do_pm(port, state, old_state); in alchemy_8250_pm() 45 serial8250_do_pm(port, state, old_state); in alchemy_8250_pm()
|
| /arch/powerpc/platforms/cell/spufs/ |
| A D | sched.c | 1025 enum spu_utilization_state old_state; in spuctx_switch_state() local 1035 old_state = ctx->stats.util_state; in spuctx_switch_state() 1043 ctx->stats.times[old_state] += delta; in spuctx_switch_state() 1044 spu->stats.times[old_state] += delta; in spuctx_switch_state() 1048 if (old_state == SPU_UTIL_USER) in spuctx_switch_state()
|
Completed in 17 milliseconds