Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/aarch64/
H A Dset_id_regs.c515 vcpu_get_reg(vcpu, KVM_ARM64_SYS_REG(SYS_MPIDR_EL1), &val); in test_vcpu_ftr_id_regs()
517 vcpu_set_reg(vcpu, KVM_ARM64_SYS_REG(SYS_MPIDR_EL1), val); in test_vcpu_ftr_id_regs()
519 test_reg_vals[encoding_to_range_idx(SYS_MPIDR_EL1)] = val; in test_vcpu_ftr_id_regs()
543 test_assert_id_reg_unchanged(vcpu, SYS_MPIDR_EL1); in test_reset_preserves_id_regs()
H A Dpsci_test.c146 vcpu_get_reg(target, KVM_ARM64_SYS_REG(SYS_MPIDR_EL1), &target_mpidr); in host_test_cpu_on()
/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h166 #define SYS_MPIDR_EL1 sys_reg(3, 0, 0, 0, 5) macro
/linux/arch/arm64/include/asm/
H A Dsysreg.h279 #define SYS_MPIDR_EL1 sys_reg(3, 0, 0, 0, 5) macro
/linux/arch/arm64/kernel/
H A Dcpufeature.c3676 case SYS_MPIDR_EL1: in emulate_id_reg()
/linux/arch/arm64/kvm/
H A Demulate-nested.c1254 SR_FGT(SYS_MPIDR_EL1, HFGxTR, MPIDR_EL1, 1),
H A Dsys_regs.c2321 { SYS_DESC(SYS_MPIDR_EL1), NULL, reset_mpidr, MPIDR_EL1 },