Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h841 case IFSR32_EL2: *val = read_sysreg_s(SYS_IFSR32_EL2); break; in __vcpu_read_sys_reg_from_cpu()
885 case IFSR32_EL2: write_sysreg_s(val, SYS_IFSR32_EL2); break; in __vcpu_write_sys_reg_to_cpu()
H A Dsysreg.h504 #define SYS_IFSR32_EL2 sys_reg(3, 4, 5, 0, 1) macro
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h540 #define SYS_IFSR32_EL2 sys_reg(3, 4, 5, 0, 1) macro
/openbmc/linux/arch/arm64/kvm/
H A Dsys_regs.c2444 { SYS_DESC(SYS_IFSR32_EL2), NULL, reset_unknown, IFSR32_EL2 },