Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dcpu.h57 #define CPU_AFF0(mpidr) (u_int)(((mpidr) >> 0) & 0xff) argument
58 #define CPU_AFF1(mpidr) (u_int)(((mpidr) >> 8) & 0xff) argument
59 #define CPU_AFF2(mpidr) (u_int)(((mpidr) >> 16) & 0xff) argument
60 #define CPU_AFF3(mpidr) (u_int)(((mpidr) >> 32) & 0xff) argument
H A Dcpufunc.h163 uint64_t mpidr; in get_mpidr() local
/f-stack/freebsd/arm/arm/
H A Dpmu_fdt.c91 phandle_t xref, uint32_t mpidr) in pmu_parse_affinity()
/f-stack/freebsd/arm/include/
H A Dcpuinfo.h67 uint32_t mpidr; member
/f-stack/freebsd/arm64/arm64/
H A Dmp_machdep.c209 u_int mpidr; in init_secondary() local
H A Didentcpu.c125 uint64_t mpidr; member