Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/arm/
H A Dtarget_proc.h26 midr_rev = FIELD_EX32(cpu->midr, MIDR_EL1, REVISION); in open_cpuinfo()
27 midr_part = FIELD_EX32(cpu->midr, MIDR_EL1, PARTNUM); in open_cpuinfo()
28 midr_var = FIELD_EX32(cpu->midr, MIDR_EL1, VARIANT); in open_cpuinfo()
29 midr_impl = FIELD_EX32(cpu->midr, MIDR_EL1, IMPLEMENTER); in open_cpuinfo()
/openbmc/linux/Documentation/arch/arm64/
H A Dcpu-feature-registers.rst70 MIDR_EL1 is exposed to help identify the processor. On a
77 MIDR. Alternately, MIDR_EL1 and REVIDR_EL1 are exposed via sysfs
108 for the particular feature (except for MIDR_EL1, see section 4).
188 4) MIDR_EL1 - Main ID Register
204 NOTE: The 'visible' fields of MIDR_EL1 will contain the value
404 get_cpu_ftr(MIDR_EL1);
/openbmc/qemu/target/arm/tcg/
H A Dcpu64.c1110 t = FIELD_DP64(0, MIDR_EL1, IMPLEMENTER, 0); in aarch64_max_tcg_initfn()
1111 t = FIELD_DP64(t, MIDR_EL1, ARCHITECTURE, 0xf); in aarch64_max_tcg_initfn()
1112 t = FIELD_DP64(t, MIDR_EL1, PARTNUM, 'Q'); in aarch64_max_tcg_initfn()
1113 t = FIELD_DP64(t, MIDR_EL1, VARIANT, 0); in aarch64_max_tcg_initfn()
1114 t = FIELD_DP64(t, MIDR_EL1, REVISION, 0); in aarch64_max_tcg_initfn()
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dcputype.h268 return read_cpuid(MIDR_EL1); in read_cpuid_id()
/openbmc/linux/arch/arm64/include/asm/
H A Dcputype.h289 return read_cpuid(MIDR_EL1); in read_cpuid_id()
/openbmc/qemu/target/arm/
H A Dcpu.h2004 FIELD(MIDR_EL1, REVISION, 0, 4)
2005 FIELD(MIDR_EL1, PARTNUM, 4, 12)
2006 FIELD(MIDR_EL1, ARCHITECTURE, 16, 4)
2007 FIELD(MIDR_EL1, VARIANT, 20, 4)
2008 FIELD(MIDR_EL1, IMPLEMENTER, 24, 8)
H A Dcpregs.h373 FIELD(HFGRTR_EL2, MIDR_EL1, 25, 1)
713 DO_BIT(HFGRTR, MIDR_EL1),
/openbmc/libcper/sections/
H A Dcper-section-arm.c88 //Processor ID (MPIDR_EL1) and chip ID (MIDR_EL1). in cper_section_arm_to_ir()
102 json_object_new_uint64(record->MIDR_EL1)); in cper_section_arm_to_ir()
785 section_cper.MIDR_EL1 = json_object_get_uint64( in ir_arm_error_cache_tlb_info_to_cper()
/openbmc/libcper/include/libcper/
H A DCper.h1390 UINT64 MIDR_EL1; member
/openbmc/linux/arch/arm64/tools/
H A Dsysreg2062 Field 25 MIDR_EL1
/openbmc/linux/arch/arm64/kvm/
H A Demulate-nested.c1013 SR_FGT(SYS_MIDR_EL1, HFGxTR, MIDR_EL1, 1),