Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/hvf/
H A Dhvf.c857 ARMISARegisters host_isar = {}; in hvf_arm_get_host_cpu_features() local
862 { HV_SYS_REG_ID_AA64PFR0_EL1, &host_isar.id_aa64pfr0 }, in hvf_arm_get_host_cpu_features()
863 { HV_SYS_REG_ID_AA64PFR1_EL1, &host_isar.id_aa64pfr1 }, in hvf_arm_get_host_cpu_features()
864 { HV_SYS_REG_ID_AA64DFR0_EL1, &host_isar.id_aa64dfr0 }, in hvf_arm_get_host_cpu_features()
865 { HV_SYS_REG_ID_AA64DFR1_EL1, &host_isar.id_aa64dfr1 }, in hvf_arm_get_host_cpu_features()
866 { HV_SYS_REG_ID_AA64ISAR0_EL1, &host_isar.id_aa64isar0 }, in hvf_arm_get_host_cpu_features()
867 { HV_SYS_REG_ID_AA64ISAR1_EL1, &host_isar.id_aa64isar1 }, in hvf_arm_get_host_cpu_features()
869 { HV_SYS_REG_ID_AA64MMFR0_EL1, &host_isar.id_aa64mmfr0 }, in hvf_arm_get_host_cpu_features()
870 { HV_SYS_REG_ID_AA64MMFR1_EL1, &host_isar.id_aa64mmfr1 }, in hvf_arm_get_host_cpu_features()
871 { HV_SYS_REG_ID_AA64MMFR2_EL1, &host_isar.id_aa64mmfr2 }, in hvf_arm_get_host_cpu_features()
[all …]