Searched refs:MIDR_EL1 (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/linux-user/arm/ |
H A D | target_proc.h | 26 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 D | cpu-feature-registers.rst | 70 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 D | cpu64.c | 1110 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 D | cputype.h | 268 return read_cpuid(MIDR_EL1); in read_cpuid_id()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | cputype.h | 289 return read_cpuid(MIDR_EL1); in read_cpuid_id()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.h | 2004 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 D | cpregs.h | 373 FIELD(HFGRTR_EL2, MIDR_EL1, 25, 1) 713 DO_BIT(HFGRTR, MIDR_EL1),
|
/openbmc/libcper/sections/ |
H A D | cper-section-arm.c | 88 //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 D | Cper.h | 1390 UINT64 MIDR_EL1; member
|
/openbmc/linux/arch/arm64/tools/ |
H A D | sysreg | 2062 Field 25 MIDR_EL1
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | emulate-nested.c | 1013 SR_FGT(SYS_MIDR_EL1, HFGxTR, MIDR_EL1, 1),
|