Home
last modified time | relevance | path

Searched full:mpidr_el1 (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/linux/arch/arm64/kernel/
H A Dsleep.S10 * Implementation of MPIDR_EL1 hash algorithm through shifting
18 * @mpidr: register containing MPIDR_EL1 value
79 mrs x7, mpidr_el1
123 mrs x1, mpidr_el1
H A Dsetup.c137 * An index can be created from the MPIDR_EL1 by isolating the in smp_build_mpidr_hash()
141 * the MPIDR_EL1 through shifting and ORing. It is a collision free in smp_build_mpidr_hash()
144 * representation might contain holes, eg MPIDR_EL1[7:0] = {0x2, 0x80}. in smp_build_mpidr_hash()
/openbmc/u-boot/arch/arm/include/asm/
H A Dmacro.h109 mrs \xreg, mpidr_el1
131 mrs \xreg1, mpidr_el1
253 mrs \tmp, mpidr_el1
H A Dsystem.h174 asm volatile("mrs %0, mpidr_el1" : "=r" (val)); in read_mpidr()
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dlowlevel.S453 * MPIDR_EL1 Fields:
464 * Linear Processor ID (LPID) calculation from MPIDR_EL1:
470 mrs x0, mpidr_el1
541 mrs x0, mpidr_el1
H A Dmp.c50 * mpidr_el1 register value of core which needs to be released in wake_secondary_core_n()
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dcpus.yaml69 and matches the MPIDR_EL1 register affinity bits.
74 bits [39:32] of MPIDR_EL1.
77 bits [23:0] of MPIDR_EL1.
82 of MPIDR_EL1.
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dpsci.S192 mrs x9, MPIDR_EL1
199 mrs x10, MPIDR_EL1
/openbmc/linux/arch/arm64/include/asm/
H A Dkvm_host.h291 MPIDR_EL1, /* MultiProcessor Affinity Register */ enumerator
812 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but in __vcpu_read_sys_reg_from_cpu()
814 * own MPIDR_EL1 and MPIDR_EL1 is accessed for VCPU A from VCPU B's in __vcpu_read_sys_reg_from_cpu()
857 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but in __vcpu_write_sys_reg_to_cpu()
1048 ctxt_sys_reg(cpu_ctxt, MPIDR_EL1) = read_cpuid_mpidr(); in kvm_init_host_cpu_context()
H A Dcputype.h294 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
H A Del2_setup.h140 mrs x1, mpidr_el1
H A Dkvm_emulate.h468 return vcpu_read_sys_reg(vcpu, MPIDR_EL1) & MPIDR_HWID_BITMASK; in kvm_vcpu_get_mpidr_aff()
/openbmc/libcper/specification/json/sections/
H A Dcper-arm-processor.json503 "mpidr_el1",
522 "mpidr_el1": { "type": "integer" }, object
/openbmc/libcper/include/libcper/sections/
H A Dcper-section-arm.h117 "mair_el1", "midr_el1", "mpidr_el1", "sctlr_el1", \
/openbmc/qemu/tests/tcg/aarch64/
H A Dsysregs.c148 get_cpu_reg_check_mask(mpidr_el1, _m(0000,0000,8000,0000)); in main()
/openbmc/qemu/hw/arm/
H A Dsbsa-ref.c245 * and matches the MPIDR_EL1 register affinity bits. in create_fdt()
250 * bits [39:32] of MPIDR_EL1. in create_fdt()
253 * bits [23:0] of MPIDR_EL1. in create_fdt()
H A Draspi.c157 { 0xd53800a6 }, /* mrs x6, mpidr_el1 */ in write_smpboot64()
/openbmc/libcper/sections/
H A Dcper-section-arm.c79 //Processor ID (MPIDR_EL1) and chip ID (MIDR_EL1). in cper_section_arm_to_ir()
81 uint64_t mpidr_eli1 = record->MPIDR_EL1; in cper_section_arm_to_ir()
605 section_cper.MPIDR_EL1 = json_object_get_uint64(obj); in ir_section_arm_to_cper()
/openbmc/u-boot/arch/arm/lib/
H A Dgic_64.S82 mrs x10, mpidr_el1
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h102 write_sysreg(ctxt_sys_reg(ctxt, MPIDR_EL1), vmpidr_el2); in __sysreg_restore_el1_state()
/openbmc/linux/tools/arch/arm64/include/asm/
H A Dcputype.h273 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
/openbmc/linux/drivers/perf/hisilicon/
H A Dhisi_uncore_sllc_pmu.c293 * while SCCL_ID is from MPIDR_EL1 by CPU. in hisi_sllc_pmu_init_data()
H A Dhisi_uncore_pmu.c419 * determined from the MPIDR_EL1, but the encoding varies by CPU:
/openbmc/libcper/include/libcper/
H A DCper.h1389 UINT64 MPIDR_EL1; member
1597 UINT64 Mpidr_El1; member
/openbmc/qemu/target/arm/
H A Dcpregs.h374 FIELD(HFGRTR_EL2, MPIDR_EL1, 26, 1)
714 DO_BIT(HFGRTR, MPIDR_EL1),

12