Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
115 mrs x1, mpidr_el1
H A Dsetup.c139 * An index can be created from the MPIDR_EL1 by isolating the in smp_build_mpidr_hash()
143 * the MPIDR_EL1 through shifting and ORing. It is a collision free in smp_build_mpidr_hash()
146 * representation might contain holes, eg MPIDR_EL1[7:0] = {0x2, 0x80}. in smp_build_mpidr_hash()
H A Dhead.S578 mrs x0, mpidr_el1
H A Dcpufeature.c3030 * MIDR_EL1, MPIDR_EL1 or REVIDR_EL1.
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dkvm_host.h147 MPIDR_EL1, /* MultiProcessor Affinity Register */ enumerator
472 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but in __vcpu_read_sys_reg_from_cpu()
474 * own MPIDR_EL1 and MPIDR_EL1 is accessed for VCPU A from VCPU B's in __vcpu_read_sys_reg_from_cpu()
518 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but in __vcpu_write_sys_reg_to_cpu()
705 ctxt_sys_reg(cpu_ctxt, MPIDR_EL1) = read_cpuid_mpidr(); in kvm_init_host_cpu_context()
H A Del2_setup.h122 mrs x1, mpidr_el1
H A Dcputype.h232 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
H A Dkvm_emulate.h377 return vcpu_read_sys_reg(vcpu, MPIDR_EL1) & MPIDR_HWID_BITMASK; in kvm_vcpu_get_mpidr_aff()
H A Dsysreg.h1108 /* Safe value for MPIDR_EL1: Bit31:RES1, Bit30:U:0, Bit24:MT:0 */
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dmacro.h121 mrs \xreg, mpidr_el1
143 mrs \xreg1, mpidr_el1
261 mrs \tmp, mpidr_el1
H A Dsystem.h177 asm volatile("mrs %0, mpidr_el1" : "=r" (val)); in read_mpidr()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dlowlevel.S440 * MPIDR_EL1 Fields:
451 * Linear Processor ID (LPID) calculation from MPIDR_EL1:
457 mrs x0, mpidr_el1
528 mrs x0, mpidr_el1
H A Dmp.c51 * mpidr_el1 register value of core which needs to be released in wake_secondary_core_n()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dpsci.S193 mrs x9, MPIDR_EL1
200 mrs x10, MPIDR_EL1
H A Dstart.S202 mrs x0, mpidr_el1
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h81 write_sysreg(ctxt_sys_reg(ctxt, MPIDR_EL1), vmpidr_el2); in __sysreg_restore_el1_state()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dgic_64.S83 mrs x10, mpidr_el1
/OK3568_Linux_fs/kernel/drivers/perf/hisilicon/
H A Dhisi_uncore_pmu.c358 * determined from the MPIDR_EL1, but the encoding varies by CPU:
/OK3568_Linux_fs/kernel/Documentation/arm64/
H A Dcpu-feature-registers.rst353 get_cpu_ftr(MPIDR_EL1);
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/aarch64/
H A Dget-reg-list.c608 ARM64_SYS_REG(3, 0, 0, 0, 5), /* MPIDR_EL1 */
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dsys_regs.c594 vcpu_write_sys_reg(vcpu, (1ULL << 31) | mpidr, MPIDR_EL1); in reset_mpidr()
1387 { SYS_DESC(SYS_MPIDR_EL1), NULL, reset_mpidr, MPIDR_EL1 },