Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h42 ctxt_sys_reg(ctxt, VBAR_EL1) = read_sysreg_el1(SYS_VBAR); in __sysreg_save_el1_state()
108 write_sysreg_el1(ctxt_sys_reg(ctxt, VBAR_EL1), SYS_VBAR); in __sysreg_restore_el1_state()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
H A Dexception.c110 vbar = __vcpu_read_sys_reg(vcpu, VBAR_EL1); in enter_exception64()
314 vect_offset += __vcpu_read_sys_reg(vcpu, VBAR_EL1); in enter_exception32()
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h54 ctxt_sys_reg(ctxt, VBAR_EL1) = read_sysreg_el1(SYS_VBAR); in __sysreg_save_el1_state()
130 write_sysreg_el1(ctxt_sys_reg(ctxt, VBAR_EL1), SYS_VBAR); in __sysreg_restore_el1_state()
/kernel/linux/linux-5.10/arch/arm64/kvm/
H A Dinject_fault.c65 vbar = vcpu_read_sys_reg(vcpu, VBAR_EL1); in enter_exception64()
H A Dsys_regs.c91 case VBAR_EL1: *val = read_sysreg_s(SYS_VBAR_EL12); break; in __vcpu_read_sys_reg_from_cpu()
131 case VBAR_EL1: write_sysreg_s(val, SYS_VBAR_EL12); break; in __vcpu_write_sys_reg_to_cpu()
1592 { SYS_DESC(SYS_VBAR_EL1), NULL, reset_val, VBAR_EL1, 0 },
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dkvm_host.h148 VBAR_EL1, /* Vector Base Address Register */ enumerator
229 #define c12_VBAR (VBAR_EL1 * 2) /* Vector Base Address Register */
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dkvm_host.h309 VBAR_EL1, /* Vector Base Address Register */ enumerator
833 case VBAR_EL1: *val = read_sysreg_s(SYS_VBAR_EL12); break; in __vcpu_read_sys_reg_from_cpu()
877 case VBAR_EL1: write_sysreg_s(val, SYS_VBAR_EL12); break; in __vcpu_write_sys_reg_to_cpu()
/kernel/linux/linux-6.6/arch/arm64/kvm/
H A Demulate-nested.c1000 SR_FGT(SYS_VBAR_EL1, HFGxTR, VBAR_EL1, 1),
H A Dsys_regs.c2135 { SYS_DESC(SYS_VBAR_EL1), access_rw, reset_val, VBAR_EL1, 0 },

Completed in 15 milliseconds