Searched refs:MPIDR_EL1 (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | kvm_host.h | 134 MPIDR_EL1, /* MultiProcessor Affinity Register */ enumerator 207 #define c0_MPIDR (MPIDR_EL1 * 2) /* MultiProcessor ID Register */ 580 ctxt_sys_reg(cpu_ctxt, MPIDR_EL1) = read_cpuid_mpidr(); in kvm_init_host_cpu_context()
|
H A D | cputype.h | 234 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
|
H A D | kvm_emulate.h | 414 return vcpu_read_sys_reg(vcpu, MPIDR_EL1) & MPIDR_HWID_BITMASK; in kvm_vcpu_get_mpidr_aff()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/ |
H A D | sysreg-sr.h | 81 write_sysreg(ctxt_sys_reg(ctxt, MPIDR_EL1), vmpidr_el2); in __sysreg_restore_el1_state()
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | cputype.h | 274 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
|
H A D | kvm_host.h | 293 MPIDR_EL1, /* MultiProcessor Affinity Register */ enumerator 814 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but in __vcpu_read_sys_reg_from_cpu() 816 * own MPIDR_EL1 and MPIDR_EL1 is accessed for VCPU A from VCPU B's in __vcpu_read_sys_reg_from_cpu() 859 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but in __vcpu_write_sys_reg_to_cpu() 1050 ctxt_sys_reg(cpu_ctxt, MPIDR_EL1) = read_cpuid_mpidr(); in kvm_init_host_cpu_context()
|
H A D | kvm_emulate.h | 468 return vcpu_read_sys_reg(vcpu, MPIDR_EL1) & MPIDR_HWID_BITMASK; in kvm_vcpu_get_mpidr_aff()
|
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/ |
H A D | sysreg-sr.h | 102 write_sysreg(ctxt_sys_reg(ctxt, MPIDR_EL1), vmpidr_el2); in __sysreg_restore_el1_state()
|
/kernel/linux/linux-6.6/tools/arch/arm64/include/asm/ |
H A D | cputype.h | 267 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | sys_regs.c | 74 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but in __vcpu_read_sys_reg_from_cpu() 76 * own MPIDR_EL1 and MPIDR_EL1 is accessed for VCPU A from VCPU B's in __vcpu_read_sys_reg_from_cpu() 115 * Note that MPIDR_EL1 for the guest is set by KVM via VMPIDR_EL2 but in __vcpu_write_sys_reg_to_cpu() 665 vcpu_write_sys_reg(vcpu, (1ULL << 31) | mpidr, MPIDR_EL1); in reset_mpidr() 1463 { SYS_DESC(SYS_MPIDR_EL1), NULL, reset_mpidr, MPIDR_EL1 },
|
/kernel/linux/linux-6.6/arch/arm64/kvm/ |
H A D | sys_regs.c | 706 vcpu_write_sys_reg(vcpu, mpidr, MPIDR_EL1); in reset_mpidr() 1966 { SYS_DESC(SYS_MPIDR_EL1), NULL, reset_mpidr, MPIDR_EL1 },
|
H A D | emulate-nested.c | 1012 SR_FGT(SYS_MPIDR_EL1, HFGxTR, MPIDR_EL1, 1),
|
Completed in 19 milliseconds