Home
last modified time | relevance | path

Searched refs:ebb_regs (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/powerpc/kvm/
Dbook3s_hv.c4216 unsigned long ebb_regs[3] = {}; /* shut up GCC */ in kvmppc_vcpu_run_hv() local
4275 ebb_regs[0] = mfspr(SPRN_EBBHR); in kvmppc_vcpu_run_hv()
4276 ebb_regs[1] = mfspr(SPRN_EBBRR); in kvmppc_vcpu_run_hv()
4277 ebb_regs[2] = mfspr(SPRN_BESCR); in kvmppc_vcpu_run_hv()
4323 mtspr(SPRN_EBBHR, ebb_regs[0]); in kvmppc_vcpu_run_hv()
4324 mtspr(SPRN_EBBRR, ebb_regs[1]); in kvmppc_vcpu_run_hv()
4325 mtspr(SPRN_BESCR, ebb_regs[2]); in kvmppc_vcpu_run_hv()