Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dtpm_ppi_qemu.c100 struct tpm_ppi_fwcfg *fwcfg = NULL; in tpm_ppi_init() local
110 fwcfg = calloc(1, sizeof(struct tpm_ppi_fwcfg)); in tpm_ppi_init()
111 if (fwcfg == NULL) { in tpm_ppi_init()
117 fwcfg->ppi_address = htole32(TPM_PPI_ADDRESS); in tpm_ppi_init()
118 fwcfg->tpm_version = 2; in tpm_ppi_init()
119 fwcfg->ppi_version = 1; in tpm_ppi_init()
122 sizeof(struct tpm_ppi_fwcfg), fwcfg); in tpm_ppi_init()
146 free(fwcfg); in tpm_ppi_init()