Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dtpm_intf_crb.c36 (TPM_CRB_ADDRESS + offsetof(struct tpm_crb_regs, ctrl_req))
40 (TPM_CRB_ADDRESS + offsetof(struct tpm_crb_regs, data_buffer))
51 struct tpm_crb_regs { struct
143 static_assert(sizeof(struct tpm_crb_regs) == TPM_CRB_REGS_SIZE, argument
173 struct tpm_crb_regs regs;
297 case offsetof(struct tpm_crb_regs, loc_ctrl): { in tpm_crb_mem_handler()
316 case offsetof(struct tpm_crb_regs, ctrl_req): { in tpm_crb_mem_handler()
333 case offsetof(struct tpm_crb_regs, ctrl_cancel): { in tpm_crb_mem_handler()
341 case offsetof(struct tpm_crb_regs, ctrl_start): { in tpm_crb_mem_handler()
362 case offsetof(struct tpm_crb_regs, cmd_size): in tpm_crb_mem_handler()
[all …]