TPM_PPI_SIZE
ppi = calloc(1, TPM_PPI_SIZE);
void *ptr = calloc(1, TPM_PPI_SIZE);
static_assert(sizeof(struct tpm_ppi_qemu) <= TPM_PPI_SIZE,
if (off > TPM_PPI_SIZE || off + size > TPM_PPI_SIZE) {
.size = TPM_PPI_SIZE,