usr.sbin/vmd/psp.c
365
if (psp_get_pstate(NULL, &major, &minor, &build, NULL) < 0)
usr.sbin/vmd/sev.c
51
if (psp_get_pstate(&pstate, NULL, NULL, NULL, NULL)) {
usr.sbin/vmd/vmd.h
598
int psp_get_pstate(uint16_t *, uint8_t *, uint8_t *, uint8_t *, uint8_t *);