Home
last modified time | relevance | path

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

/openbmc/qemu/backends/tpm/
H A Dtrace-events21 tpm_emulator_startup_tpm_resume(bool is_resume, size_t buffersize) "is_resume: %d, buffer size: %zu"
H A Dtpm_emulator.c378 static int tpm_emulator_startup_tpm_resume(TPMBackend *tb, size_t buffersize, in tpm_emulator_startup_tpm_resume() function
428 return tpm_emulator_startup_tpm_resume(tb, buffersize, false); in tpm_emulator_startup_tpm()
930 if (tpm_emulator_startup_tpm_resume(tb, 0, true) < 0) { in tpm_emulator_post_load()