Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmca.c81 struct amd_et_state { struct
248 static struct amd_et_state **amd_et_state; /* Indexed by cpuid, bank. */ variable
1032 struct amd_et_state *cc; in amd_thresholding_update()
1037 cc = &amd_et_state[PCPU_GET(cpuid)][bank]; in amd_thresholding_update()
1310 amd_et_state = malloc((mp_maxid + 1) * sizeof(struct amd_et_state *), in amd_thresholding_setup()
1313 amd_et_state[i] = malloc(sizeof(struct amd_et_state) * in amd_thresholding_setup()
1466 amd_thresholding_start(struct amd_et_state *cc, int bank) in amd_thresholding_start()
1493 struct amd_et_state *cc; in amd_thresholding_monitor()
1541 cc = &amd_et_state[PCPU_GET(cpuid)][i]; in amd_thresholding_monitor()
1552 struct amd_et_state *cc; in amd_thresholding_resume()
[all …]