Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Daarch32_id_regs.c32 GUEST_ASSERT_REG_RAZ(SYS_ID_ISAR0_EL1); in guest_main()
77 KVM_ARM64_SYS_REG(SYS_ID_ISAR0_EL1),
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c361 AARCH32(SYS_ID_ISAR0_EL1),
/openbmc/linux/arch/arm64/kernel/
H A Dcpufeature.c693 ARM64_FTR_REG(SYS_ID_ISAR0_EL1, ftr_id_isar0),
995 init_cpu_ftr_reg(SYS_ID_ISAR0_EL1, info->reg_id_isar0); in init_32bit_cpu_features()
1167 taint |= check_update_ftr_reg(SYS_ID_ISAR0_EL1, cpu, in update_32bit_cpu_features()
1389 read_sysreg_case(SYS_ID_ISAR0_EL1); in __read_sysreg_by_encoding()
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h158 #define SYS_ID_ISAR0_EL1 sys_reg(3, 0, 0, 2, 0) macro