Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/kvm/
H A Dbook3s_hv.c4335 unsigned long ebb_regs[3] = {}; /* shut up GCC */ in kvmppc_vcpu_run_hv() local
4394 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()

Completed in 7 milliseconds