Home
last modified time | relevance | path

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

/freebsd/sys/arm64/include/
H A Dcpu.h60 #define CPU_AFF0(mpidr) (u_int)(((mpidr) >> 0) & 0xff) argument
61 #define CPU_AFF1(mpidr) (u_int)(((mpidr) >> 8) & 0xff) argument
62 #define CPU_AFF2(mpidr) (u_int)(((mpidr) >> 16) & 0xff) argument
63 #define CPU_AFF3(mpidr) (u_int)(((mpidr) >> 32) & 0xff) argument
H A Dcpufunc.h112 uint64_t mpidr; in get_mpidr() local
/freebsd/sys/arm/arm/
H A Dpmu_fdt.c88 phandle_t xref, uint32_t mpidr) in pmu_parse_affinity()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c192 uint64_t mpidr; in init_secondary() local
695 uint64_t mpidr; in cpu_mp_start() local
H A Didentcpu.c135 uint64_t mpidr; member
/freebsd/sys/arm/include/
H A Dcpuinfo.h65 uint32_t mpidr; member
/freebsd/sys/arm64/vmm/io/
H A Dvgic_v3.c98 uint64_t mpidr; member
425 mpidr_to_vcpu(struct hyp *hyp, uint64_t mpidr) in mpidr_to_vcpu()
955 uint64_t mpidr; in read_route() local
1780 uint64_t mpidr, aff1, aff2, aff3; in vgic_v3_icc_sgi1r_write() local