Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_hv.c3412 unsigned long ebb_regs[3] = {}; /* shut up GCC */ in kvmppc_vcpu_run_hv() local
3471 ebb_regs[0] = mfspr(SPRN_EBBHR); in kvmppc_vcpu_run_hv()
3472 ebb_regs[1] = mfspr(SPRN_EBBRR); in kvmppc_vcpu_run_hv()
3473 ebb_regs[2] = mfspr(SPRN_BESCR); in kvmppc_vcpu_run_hv()
3506 mtspr(SPRN_EBBHR, ebb_regs[0]); in kvmppc_vcpu_run_hv()
3507 mtspr(SPRN_EBBRR, ebb_regs[1]); in kvmppc_vcpu_run_hv()
3508 mtspr(SPRN_BESCR, ebb_regs[2]); in kvmppc_vcpu_run_hv()