Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/x86/sys/
H A D__vdso_gettc.c153 bool amd_cpu; in tsc_selector_idx() local
162 amd_cpu = memcmp(v, amd_id, sizeof(amd_id) - 1) == 0 || in tsc_selector_idx()
182 return (amd_cpu ? 1 : 0); in tsc_selector_idx()
/freebsd-13.1/sys/dev/hwpmc/
H A Dhwpmc_amd.c389 struct amd_cpu { struct
393 static struct amd_cpu **amd_pcpu; argument
810 struct amd_cpu *pac; in amd_intr()
968 struct amd_cpu *pac; in amd_pcpu_init()
976 amd_pcpu[cpu] = pac = malloc(sizeof(struct amd_cpu), M_PMC, in amd_pcpu_init()
1016 struct amd_cpu *pac; in amd_pcpu_fini()
1137 amd_pcpu = malloc(sizeof(struct amd_cpu *) * pmc_cpu_max(), M_PMC, in pmc_amd_initialize()