Home
last modified time | relevance | path

Searched defs:mpidr (Results 1 – 6 of 6) sorted by relevance

/kvm-unit-tests/lib/arm/asm/
H A Dgic-v3.h134 static inline u32 mpidr_compress(u64 mpidr) in mpidr_compress()
144 u64 mpidr = ((u64)compressed >> 24) << 32; in mpidr_uncompress() local
H A Dprocessor.h61 #define MPIDR_AFFINITY_LEVEL(mpidr, level) \ argument
/kvm-unit-tests/lib/arm/
H A Dgic-v3.c91 u64 mpidr = cpus[cpu], sgi1r; in gicv3_ipi_send_mask() local
H A Dsetup.c52 int mpidr_to_cpu(uint64_t mpidr) in mpidr_to_cpu()
/kvm-unit-tests/lib/arm64/asm/
H A Dprocessor.h81 #define MPIDR_AFFINITY_LEVEL(mpidr, level) \ argument
/kvm-unit-tests/arm/
H A Dselftest.c415 uint64_t mpidr = get_mpidr(); in cpu_report() local