Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h307 VBAR_EL1, /* Vector Base Address Register */ enumerator
831 case VBAR_EL1: *val = read_sysreg_s(SYS_VBAR_EL12); break; in __vcpu_read_sys_reg_from_cpu()
875 case VBAR_EL1: write_sysreg_s(val, SYS_VBAR_EL12); break; in __vcpu_write_sys_reg_to_cpu()
/openbmc/qemu/target/arm/
H A Dcpregs.h386 FIELD(HFGRTR_EL2, VBAR_EL1, 38, 1)
433 FIELD(HFGWTR_EL2, VBAR_EL1, 38, 1)
726 DO_BIT(HFGRTR, VBAR_EL1),
/openbmc/linux/arch/arm64/tools/
H A Dsysreg2049 Field 38 VBAR_EL1
/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c1000 SR_FGT(SYS_VBAR_EL1, HFGxTR, VBAR_EL1, 1),
H A Dsys_regs.c2189 { SYS_DESC(SYS_VBAR_EL1), access_rw, reset_val, VBAR_EL1, 0 },