Searched refs:host_isar (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/hvf/ |
H A D | hvf.c | 844 ARMISARegisters host_isar = {}; in hvf_arm_get_host_cpu_features() local 849 { HV_SYS_REG_ID_AA64PFR0_EL1, &host_isar.id_aa64pfr0 }, in hvf_arm_get_host_cpu_features() 850 { HV_SYS_REG_ID_AA64PFR1_EL1, &host_isar.id_aa64pfr1 }, in hvf_arm_get_host_cpu_features() 851 { HV_SYS_REG_ID_AA64DFR0_EL1, &host_isar.id_aa64dfr0 }, in hvf_arm_get_host_cpu_features() 852 { HV_SYS_REG_ID_AA64DFR1_EL1, &host_isar.id_aa64dfr1 }, in hvf_arm_get_host_cpu_features() 853 { HV_SYS_REG_ID_AA64ISAR0_EL1, &host_isar.id_aa64isar0 }, in hvf_arm_get_host_cpu_features() 854 { HV_SYS_REG_ID_AA64ISAR1_EL1, &host_isar.id_aa64isar1 }, in hvf_arm_get_host_cpu_features() 856 { HV_SYS_REG_ID_AA64MMFR0_EL1, &host_isar.id_aa64mmfr0 }, in hvf_arm_get_host_cpu_features() 857 { HV_SYS_REG_ID_AA64MMFR1_EL1, &host_isar.id_aa64mmfr1 }, in hvf_arm_get_host_cpu_features() 885 ahcf->isar = host_isar; in hvf_arm_get_host_cpu_features() [all …]
|