Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/arm/include/uapi/asm/
H A Dkvm.h137 __u64 serror_esr; member
/openbmc/qemu/linux-headers/asm-arm/
H A Dkvm.h137 __u64 serror_esr; member
/openbmc/linux/arch/arm64/kvm/
H A Dguest.c822 events->exception.serror_esr = vcpu_get_vsesr(vcpu); in __kvm_arm_vcpu_get_events()
844 if (!((events->exception.serror_esr) & ~ESR_ELx_ISS_MASK)) in __kvm_arm_vcpu_set_events()
845 kvm_set_sei_esr(vcpu, events->exception.serror_esr); in __kvm_arm_vcpu_set_events()
/openbmc/linux/tools/arch/arm64/include/uapi/asm/
H A Dkvm.h188 __u64 serror_esr; member
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dkvm.h188 __u64 serror_esr; member
/openbmc/qemu/linux-headers/asm-arm64/
H A Dkvm.h191 __u64 serror_esr; member
/openbmc/qemu/target/arm/
H A Dkvm.c1119 events.exception.serror_esr = env->serror.esr; in kvm_put_vcpu_events()
1157 env->serror.esr = events.exception.serror_esr; in kvm_get_vcpu_events()
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst1163 should specify the ISS field in the lower 24 bits of exception.serror_esr. If
1168 -EINVAL. Setting anything other than the lower 24bits of exception.serror_esr
1184 __u64 serror_esr;