Home
last modified time | relevance | path

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

/qemu/backends/tpm/
H A Dtpm_ioctl.h245 typedef uint64_t ptm_cap; typedef
279 PTM_GET_CAPABILITY = _IOR('P', 0, ptm_cap),
H A Dtpm_emulator.c75 ptm_cap caps; /* capabilities of the TPM */
257 ptm_cap caps = 0; in tpm_emulator_check_caps()
530 ptm_cap caps = PTM_CAP_GET_STATEBLOB | PTM_CAP_SET_STATEBLOB | in tpm_emulator_block_migration()
/qemu/tests/qtest/
H A Dtpm-emu.c143 ptm_cap cap = cpu_to_be64(0x3fff); in tpm_emu_ctrl_thread()