Searched defs:mpidr (Results 1 – 7 of 7) sorted by relevance
60 #define CPU_AFF0(mpidr) (u_int)(((mpidr) >> 0) & 0xff) argument61 #define CPU_AFF1(mpidr) (u_int)(((mpidr) >> 8) & 0xff) argument62 #define CPU_AFF2(mpidr) (u_int)(((mpidr) >> 16) & 0xff) argument63 #define CPU_AFF3(mpidr) (u_int)(((mpidr) >> 32) & 0xff) argument
112 uint64_t mpidr; in get_mpidr() local
88 phandle_t xref, uint32_t mpidr) in pmu_parse_affinity()
192 uint64_t mpidr; in init_secondary() local695 uint64_t mpidr; in cpu_mp_start() local
135 uint64_t mpidr; member
65 uint32_t mpidr; member
98 uint64_t mpidr; member425 mpidr_to_vcpu(struct hyp *hyp, uint64_t mpidr) in mpidr_to_vcpu()955 uint64_t mpidr; in read_route() local1780 uint64_t mpidr, aff1, aff2, aff3; in vgic_v3_icc_sgi1r_write() local