Searched refs:amd_cpu (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/lib/libc/x86/sys/
H A D__vdso_gettc.c152 bool amd_cpu; local
161 amd_cpu = memcmp(v, amd_id, sizeof(amd_id) - 1) == 0 ||
184 return (amd_cpu ? 1 : 0);
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_amd.c389 struct amd_cpu { struct
393 static struct amd_cpu **amd_pcpu;
801 struct amd_cpu *pac;
959 struct amd_cpu *pac;
967 amd_pcpu[cpu] = pac = malloc(sizeof(struct amd_cpu), M_PMC,
1007 struct amd_cpu *pac;
1128 amd_pcpu = malloc(sizeof(struct amd_cpu *) * pmc_cpu_max(), M_PMC,

Completed in 48 milliseconds