Home
last modified time | relevance | path

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

/devicemodel/hw/platform/tpm/
A Dtpm.c108 uint64_t tpm2_buffer_hpa, tpm2_buffer_size; in init_tpm2_pt() local
135 if (!get_mmio_hpa_resource(devopts, &tpm2_buffer_hpa, &tpm2_buffer_size)) { in init_tpm2_pt()
151 if ((tpm2.control_address < tpm2_buffer_hpa) || in init_tpm2_pt()
152 (tpm2.control_address > tpm2_buffer_hpa + tpm2_buffer_size)) { in init_tpm2_pt()
155 tpm2_buffer_hpa, tpm2_buffer_hpa + tpm2_buffer_size); in init_tpm2_pt()
166 tpm2dev->dev.res[0].host_pa = tpm2_buffer_hpa; in init_tpm2_pt()
167 tpm2dev->dev.res[0].user_vm_pa = tpm2_buffer_hpa; in init_tpm2_pt()

Completed in 7 milliseconds