Searched refs:ebb_regs (Results 1 – 1 of 1) sorted by relevance
4335 unsigned long ebb_regs[3] = {}; /* shut up GCC */ in kvmppc_vcpu_run_hv() local4394 ebb_regs[0] = mfspr(SPRN_EBBHR); in kvmppc_vcpu_run_hv()4395 ebb_regs[1] = mfspr(SPRN_EBBRR); in kvmppc_vcpu_run_hv()4396 ebb_regs[2] = mfspr(SPRN_BESCR); in kvmppc_vcpu_run_hv()4442 mtspr(SPRN_EBBHR, ebb_regs[0]); in kvmppc_vcpu_run_hv()4443 mtspr(SPRN_EBBRR, ebb_regs[1]); in kvmppc_vcpu_run_hv()4444 mtspr(SPRN_BESCR, ebb_regs[2]); in kvmppc_vcpu_run_hv()