Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm64/kernel/
Dsleep.S10 * Implementation of MPIDR_EL1 hash algorithm through shifting
18 * @mpidr: register containing MPIDR_EL1 value
79 mrs x7, mpidr_el1
119 mrs x1, mpidr_el1
Dsetup.c134 * An index can be created from the MPIDR_EL1 by isolating the in smp_build_mpidr_hash()
138 * the MPIDR_EL1 through shifting and ORing. It is a collision free in smp_build_mpidr_hash()
141 * representation might contain holes, eg MPIDR_EL1[7:0] = {0x2, 0x80}. in smp_build_mpidr_hash()
Dhead.S562 mrs x2, mpidr_el1
Dcpufeature.c3381 * MIDR_EL1, MPIDR_EL1 or REVIDR_EL1.
/Linux-v6.1/Documentation/devicetree/bindings/arm/
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.
/Linux-v6.1/arch/arm64/include/asm/
Dkvm_host.h180 MPIDR_EL1, /* MultiProcessor Affinity Register */ enumerator
615 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but in __vcpu_read_sys_reg_from_cpu()
617 * own MPIDR_EL1 and MPIDR_EL1 is accessed for VCPU A from VCPU B's in __vcpu_read_sys_reg_from_cpu()
661 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but in __vcpu_write_sys_reg_to_cpu()
852 ctxt_sys_reg(cpu_ctxt, MPIDR_EL1) = read_cpuid_mpidr(); in kvm_init_host_cpu_context()
Del2_setup.h121 mrs x1, mpidr_el1
Dcputype.h253 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
Dkvm_emulate.h387 return vcpu_read_sys_reg(vcpu, MPIDR_EL1) & MPIDR_HWID_BITMASK; in kvm_vcpu_get_mpidr_aff()
Dsysreg.h864 /* Safe value for MPIDR_EL1: Bit31:RES1, Bit30:U:0, Bit24:MT:0 */
/Linux-v6.1/arch/arm64/kvm/hyp/include/hyp/
Dsysreg-sr.h97 write_sysreg(ctxt_sys_reg(ctxt, MPIDR_EL1), vmpidr_el2); in __sysreg_restore_el1_state()
/Linux-v6.1/tools/arch/arm64/include/asm/
Dcputype.h253 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
Dsysreg.h1102 /* Safe value for MPIDR_EL1: Bit31:RES1, Bit30:U:0, Bit24:MT:0 */
/Linux-v6.1/drivers/perf/hisilicon/
Dhisi_uncore_sllc_pmu.c293 * while SCCL_ID is from MPIDR_EL1 by CPU. in hisi_sllc_pmu_init_data()
Dhisi_uncore_pmu.c417 * determined from the MPIDR_EL1, but the encoding varies by CPU:
/Linux-v6.1/Documentation/arm64/
Dcpu-feature-registers.rst391 get_cpu_ftr(MPIDR_EL1);
/Linux-v6.1/arch/arm64/kvm/
Dsys_regs.c593 vcpu_write_sys_reg(vcpu, (1ULL << 31) | mpidr, MPIDR_EL1); in reset_mpidr()
1435 { SYS_DESC(SYS_MPIDR_EL1), NULL, reset_mpidr, MPIDR_EL1 },
/Linux-v6.1/tools/testing/selftests/kvm/aarch64/
Dget-reg-list.c783 ARM64_SYS_REG(3, 0, 0, 0, 5), /* MPIDR_EL1 */