2018-03-03 02:18:41 +01:00
|
|
|
# See docs/devel/tracing.txt for syntax documentation.
|
|
|
|
|
|
|
|
# hw/tpm/tpm_crb.c
|
|
|
|
tpm_crb_mmio_read(uint64_t addr, unsigned size, uint32_t val) "CRB read 0x" TARGET_FMT_plx " len:%u val: 0x%" PRIx32
|
|
|
|
tpm_crb_mmio_write(uint64_t addr, unsigned size, uint32_t val) "CRB write 0x" TARGET_FMT_plx " len:%u val: 0x%" PRIx32
|
2018-03-03 02:28:30 +01:00
|
|
|
|
|
|
|
# hw/tpm/tpm_passthrough.c
|
|
|
|
tpm_passthrough_handle_request(void *cmd) "processing command %p"
|
|
|
|
tpm_passthrough_reset(void) "reset"
|