Searched refs:MPIDR_EL1 (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
H A Dkvm_asm.h27 #define MPIDR_EL1 1 /* MultiProcessor Affinity Register */ macro
59 #define c0_MPIDR (MPIDR_EL1 * 2) /* MultiProcessor ID Register */
H A Dcputype.h92 return read_cpuid(MPIDR_EL1); read_cpuid_mpidr()
H A Dkvm_emulate.h222 return vcpu_sys_reg(vcpu, MPIDR_EL1) & MPIDR_HWID_BITMASK; kvm_vcpu_get_mpidr_aff()
/linux-4.4.14/arch/arm64/kernel/
H A Dsetup.c147 * An index can be created from the MPIDR_EL1 by isolating the smp_build_mpidr_hash()
151 * the MPIDR_EL1 through shifting and ORing. It is a collision free smp_build_mpidr_hash()
154 * representation might contain holes, eg MPIDR_EL1[7:0] = {0x2, 0x80}. smp_build_mpidr_hash()
H A Dsleep.S8 * Implementation of MPIDR_EL1 hash algorithm through shifting
16 * @mpidr: register containing MPIDR_EL1 value
/linux-4.4.14/arch/arm64/kvm/
H A Dhyp.S195 add x3, x2, #CPU_SYSREG_OFFSET(MPIDR_EL1)
285 add x3, x2, #CPU_SYSREG_OFFSET(MPIDR_EL1)
H A Dsys_regs.c438 vcpu_sys_reg(vcpu, MPIDR_EL1) = (1ULL << 31) | mpidr; reset_mpidr()
548 /* MPIDR_EL1 */
550 NULL, reset_mpidr, MPIDR_EL1 },

Completed in 224 milliseconds