Home
last modified time | relevance | path

Searched refs:SYS_MPIDR_EL1 (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dpsci_test.c155 target_mpidr = vcpu_get_reg(target, KVM_ARM64_SYS_REG(SYS_MPIDR_EL1)); in host_test_cpu_on()
H A Dset_id_regs.c633 test_id_reg(vcpu, SYS_MPIDR_EL1); in test_vcpu_ftr_id_regs()
666 test_assert_id_reg_unchanged(vcpu, SYS_MPIDR_EL1); in test_reset_preserves_id_regs()
/linux-6.15/tools/arch/arm64/include/asm/
H A Dsysreg.h279 #define SYS_MPIDR_EL1 sys_reg(3, 0, 0, 0, 5) macro
/linux-6.15/arch/arm64/include/asm/
H A Dsysreg.h279 #define SYS_MPIDR_EL1 sys_reg(3, 0, 0, 0, 5) macro
/linux-6.15/arch/arm64/kvm/
H A Demulate-nested.c1342 SR_FGT(SYS_MPIDR_EL1, HFGxTR, MPIDR_EL1, 1),
H A Dsys_regs.c2758 { SYS_DESC(SYS_MPIDR_EL1), NULL, reset_mpidr, MPIDR_EL1 },
/linux-6.15/arch/arm64/kernel/
H A Dcpufeature.c3912 case SYS_MPIDR_EL1: in emulate_id_reg()