Searched refs:VBAR_EL1 (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/arm64/kvm/hyp/ |
H A D | exception.c | 110 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 D | sysreg-sr.h | 54 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 D | kvm_host.h | 307 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 D | cpregs.h | 386 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 D | sysreg | 2049 Field 38 VBAR_EL1
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | emulate-nested.c | 1000 SR_FGT(SYS_VBAR_EL1, HFGxTR, VBAR_EL1, 1),
|
H A D | sys_regs.c | 2189 { SYS_DESC(SYS_VBAR_EL1), access_rw, reset_val, VBAR_EL1, 0 },
|