Searched refs:ebb_regs (Results 1 – 1 of 1) sorted by relevance
4583 unsigned long ebb_regs[3] = {}; /* shut up GCC */ in kvmppc_vcpu_run_hv() local4642 ebb_regs[0] = mfspr(SPRN_EBBHR); in kvmppc_vcpu_run_hv()4643 ebb_regs[1] = mfspr(SPRN_EBBRR); in kvmppc_vcpu_run_hv()4644 ebb_regs[2] = mfspr(SPRN_BESCR); in kvmppc_vcpu_run_hv()4690 mtspr(SPRN_EBBHR, ebb_regs[0]); in kvmppc_vcpu_run_hv()4691 mtspr(SPRN_EBBRR, ebb_regs[1]); in kvmppc_vcpu_run_hv()4692 mtspr(SPRN_BESCR, ebb_regs[2]); in kvmppc_vcpu_run_hv()