Searched refs:MPIDR_EL1 (Results 1 – 7 of 7) sorted by relevance
/linux/Documentation/devicetree/bindings/arm/ |
A D | cpus.yaml | 69 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.
|
/linux/arch/arm64/include/asm/ |
A D | kvm_host.h | 151 MPIDR_EL1, /* MultiProcessor Affinity Register */ enumerator 712 ctxt_sys_reg(cpu_ctxt, MPIDR_EL1) = read_cpuid_mpidr(); in kvm_init_host_cpu_context()
|
A D | cputype.h | 214 return read_cpuid(MPIDR_EL1); in read_cpuid_mpidr()
|
A D | kvm_emulate.h | 380 return vcpu_read_sys_reg(vcpu, MPIDR_EL1) & MPIDR_HWID_BITMASK; in kvm_vcpu_get_mpidr_aff()
|
/linux/arch/arm64/kvm/hyp/include/hyp/ |
A D | sysreg-sr.h | 97 write_sysreg(ctxt_sys_reg(ctxt, MPIDR_EL1), vmpidr_el2); in __sysreg_restore_el1_state()
|
/linux/Documentation/arm64/ |
A D | cpu-feature-registers.rst | 336 get_cpu_ftr(MPIDR_EL1);
|
/linux/arch/arm64/kvm/ |
A D | sys_regs.c | 590 vcpu_write_sys_reg(vcpu, (1ULL << 31) | mpidr, MPIDR_EL1); in reset_mpidr() 1465 { SYS_DESC(SYS_MPIDR_EL1), NULL, reset_mpidr, MPIDR_EL1 },
|
Completed in 15 milliseconds