Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dtpm_ppi_qemu.c29 #define TPM_PPI_SIZE 0x1000 macro
47 static_assert(sizeof(struct tpm_ppi_qemu) <= TPM_PPI_SIZE,
75 if (off > TPM_PPI_SIZE || off + size > TPM_PPI_SIZE) { in tpm_ppi_mem_handler()
92 .size = TPM_PPI_SIZE,