Searched refs:SYS_ID_AA64ISAR2_EL1 (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | sysregs.c | 32 #define SYS_ID_AA64ISAR2_EL1 S3_0_C0_C6_2 macro 129 get_cpu_reg_check_mask(SYS_ID_AA64ISAR2_EL1, _m(00ff,0000,00ff,ffff)); in main()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | scs.h | 52 reg = read_sysreg_s(SYS_ID_AA64ISAR2_EL1); in should_patch_pac_into_scs()
|
H A D | asm_pointer_auth.h | 63 mrs_s \tmp2, SYS_ID_AA64ISAR2_EL1
|
H A D | cpufeature.h | 661 isar2 = read_sysreg_s(SYS_ID_AA64ISAR2_EL1); in supports_clearbhb() 663 isar2 = read_sanitised_ftr_reg(SYS_ID_AA64ISAR2_EL1); in supports_clearbhb()
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | sys_regs.c | 229 case SYS_ID_AA64ISAR2_EL1: in pvm_read_id_reg() 400 AARCH64(SYS_ID_AA64ISAR2_EL1),
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | cpufeature.c | 728 ARM64_FTR_REG_OVERRIDE(SYS_ID_AA64ISAR2_EL1, ftr_id_aa64isar2, 1028 init_cpu_ftr_reg(SYS_ID_AA64ISAR2_EL1, info->reg_id_aa64isar2); in init_cpu_features() 1264 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR2_EL1, cpu, in update_cpu_features() 1412 read_sysreg_case(SYS_ID_AA64ISAR2_EL1); in __read_sysreg_by_encoding()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | arm.c | 2131 kvm_nvhe_sym(id_aa64isar2_el1_sys_val) = read_sanitised_ftr_reg(SYS_ID_AA64ISAR2_EL1); in kvm_hyp_init_symbols()
|
H A D | sys_regs.c | 1341 case SYS_ID_AA64ISAR2_EL1: in __kvm_read_sanitised_id_reg()
|