Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dscs.h47 reg = read_sysreg_s(SYS_ID_AA64ISAR1_EL1); in should_patch_pac_into_scs()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsys_regs.c227 case SYS_ID_AA64ISAR1_EL1: in pvm_read_id_reg()
399 AARCH64(SYS_ID_AA64ISAR1_EL1),
/openbmc/linux/arch/arm64/kvm/
H A Dnested.c41 case SYS_ID_AA64ISAR1_EL1: in access_nested_id_reg()
H A Darm.c2118 kvm_nvhe_sym(id_aa64isar1_el1_sys_val) = read_sanitised_ftr_reg(SYS_ID_AA64ISAR1_EL1); in kvm_hyp_init_symbols()
H A Dsys_regs.c1335 case SYS_ID_AA64ISAR1_EL1: in __kvm_read_sanitised_id_reg()
/openbmc/linux/arch/arm64/kernel/
H A Dcpu_errata.c130 regp = get_arm64_ftr_reg(SYS_ID_AA64ISAR1_EL1); in cpu_clear_bf16_from_user_emulation()
H A Dcpufeature.c726 ARM64_FTR_REG_OVERRIDE(SYS_ID_AA64ISAR1_EL1, ftr_id_aa64isar1,
1027 init_cpu_ftr_reg(SYS_ID_AA64ISAR1_EL1, info->reg_id_aa64isar1); in init_cpu_features()
1262 taint |= check_update_ftr_reg(SYS_ID_AA64ISAR1_EL1, cpu, in update_cpu_features()
1411 read_sysreg_case(SYS_ID_AA64ISAR1_EL1); in __read_sysreg_by_encoding()
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h181 #define SYS_ID_AA64ISAR1_EL1 sys_reg(3, 0, 0, 6, 1) macro