Searched refs:TPM_PPI_SIZE (Results 1 – 1 of 1) sorted by relevance
28 #define TPM_PPI_SIZE 0x400 macro46 static_assert(sizeof(struct tpm_ppi_qemu) <= TPM_PPI_SIZE,74 if (off > TPM_PPI_SIZE || off + size > TPM_PPI_SIZE) { in tpm_ppi_mem_handler()91 .size = TPM_PPI_SIZE,103 ppi = calloc(1, TPM_PPI_SIZE); in tpm_ppi_init()