Lines Matching full:tpm
2 * QTest testcase for SYSBUS TPM TIS
21 #include "tpm-emu.h"
22 #include "tpm-util.h"
23 #include "tpm-tis-util.h"
26 * As the Sysbus tpm-tis-device is instantiated on the ARM virt
34 char *tmp_path = g_dir_make_tmp("qemu-tpm-tis-device-test.XXXXXX", NULL); in main()
58 "-device tpm-tis-device,tpmdev=dev", in main()
62 qtest_add_data_func("/tpm-tis/test_check_localities", &test, in main()
65 qtest_add_data_func("/tpm-tis/test_check_access_reg", &test, in main()
68 qtest_add_data_func("/tpm-tis/test_check_access_reg_seize", &test, in main()
71 qtest_add_data_func("/tpm-tis/test_check_access_reg_release", &test, in main()
74 qtest_add_data_func("/tpm-tis/test_check_transmit", &test, in main()