Home
last modified time | relevance | path

Searched refs:MPIDR_EL1 (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
Dkvm_asm.h27 #define MPIDR_EL1 1 /* MultiProcessor Affinity Register */ macro
59 #define c0_MPIDR (MPIDR_EL1 * 2) /* MultiProcessor ID Register */
Dcputype.h92 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
Dkvm_emulate.h222 return vcpu_sys_reg(vcpu, MPIDR_EL1) & MPIDR_HWID_BITMASK; in kvm_vcpu_get_mpidr_aff()
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dcpus.txt55 that corresponds to the MPIDR_EL1 register size.
56 If MPIDR_EL1[63:32] value is equal to 0 on all CPUs
58 MPIDR_EL1[63:32] bits are not used for CPUs
100 and matches the MPIDR_EL1 register affinity bits.
105 bits [39:32] of MPIDR_EL1.
108 bits [23:0] of MPIDR_EL1.
113 of MPIDR_EL1.
/linux-4.4.14/arch/arm64/kvm/
Dhyp.S195 add x3, x2, #CPU_SYSREG_OFFSET(MPIDR_EL1)
285 add x3, x2, #CPU_SYSREG_OFFSET(MPIDR_EL1)
Dsys_regs.c438 vcpu_sys_reg(vcpu, MPIDR_EL1) = (1ULL << 31) | mpidr; in reset_mpidr()
550 NULL, reset_mpidr, MPIDR_EL1 },