Searched full:mpidr_el1 (Results 1 – 16 of 16) sorted by relevance
/linux/arch/arm64/kernel/ |
H A D | sleep.S | 10 * Implementation of MPIDR_EL1 hash algorithm through shifting 18 * @mpidr: register containing MPIDR_EL1 value 79 mrs x7, mpidr_el1 120 mrs x1, mpidr_el1
|
H A D | head.S | 340 mrs x2, mpidr_el1
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | sysreg-sr.c | 33 __sysreg_restore_el1_state(ctxt, midr, ctxt_sys_reg(ctxt, MPIDR_EL1)); in __sysreg_restore_state_nvhe()
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | cpus.yaml | 65 MPIDR_EL1 register affinity bits. 70 MPIDR_EL1. 73 MPIDR_EL1. 77 The reg cell bits [23:0] must be set to bits [23:0] of MPIDR_EL1.
|
/linux/arch/arm64/include/asm/ |
H A D | cputype.h | 310 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
|
H A D | kvm_emulate.h | 506 return __vcpu_sys_reg(vcpu, MPIDR_EL1) & MPIDR_HWID_BITMASK; in kvm_vcpu_get_mpidr_aff()
|
H A D | sysreg.h | 984 /* Safe value for MPIDR_EL1: Bit31:RES1, Bit30:U:0, Bit24:MT:0 */
|
/linux/tools/arch/arm64/include/asm/ |
H A D | cputype.h | 296 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
|
H A D | sysreg.h | 983 /* Safe value for MPIDR_EL1: Bit31:RES1, Bit30:U:0, Bit24:MT:0 */
|
/linux/drivers/perf/hisilicon/ |
H A D | hisi_uncore_sllc_pmu.c | 339 * while SCCL_ID is from MPIDR_EL1 by CPU. in hisi_sllc_pmu_init_data()
|
H A D | hisi_uncore_pmu.c | 441 * determined from the MPIDR_EL1, but the encoding varies by CPU:
|
/linux/tools/testing/selftests/kvm/arm64/ |
H A D | vgic_init.c | 832 /* Assume MPIDR_EL1.Aff*=0 */ in test_sysreg_array()
|
H A D | get-reg-list.c | 424 ARM64_SYS_REG(3, 0, 0, 0, 5), /* MPIDR_EL1 */
|
/linux/Documentation/arch/arm64/ |
H A D | cpu-feature-registers.rst | 410 get_cpu_ftr(MPIDR_EL1);
|
/linux/arch/arm64/tools/ |
H A D | sysreg | 3892 Field 26 MPIDR_EL1
|
/linux/arch/arm64/kvm/ |
H A D | sys_regs.c | 770 vcpu_write_sys_reg(vcpu, mpidr, MPIDR_EL1); in reset_mpidr() 2880 { SYS_DESC(SYS_MPIDR_EL1), NULL, reset_mpidr, MPIDR_EL1 },
|