Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dtpm_intf_crb.c598 BASL_EXEC(basl_table_append_int(table, 0, 2)); in tpm_crb_build_acpi_table()
600 BASL_EXEC(basl_table_append_int(table, 0, 2)); in tpm_crb_build_acpi_table()
603 basl_table_append_int(table, TPM_CRB_CONTROL_AREA_ADDRESS, 8)); in tpm_crb_build_acpi_table()
605 BASL_EXEC(basl_table_append_int(table, 7, 4)); in tpm_crb_build_acpi_table()
611 basl_table_append_int(table, TPM_CRB_LOG_AREA_MINIMUM_SIZE, 4)); in tpm_crb_build_acpi_table()
H A Dbasl.c533 BASL_EXEC(basl_table_append_int(table, 0, 1)); in basl_table_append_checksum()
561 BASL_EXEC(basl_table_append_int(table, 0, size)); in basl_table_append_fwcfg()
619 basl_table_append_int(struct basl_table *const table, const uint64_t val, in basl_table_append_int() function
637 BASL_EXEC(basl_table_append_int(table, 0, size)); in basl_table_append_length()
650 BASL_EXEC(basl_table_append_int(table, 0, size)); in basl_table_append_pointer()
H A Dbasl.h94 int basl_table_append_int(struct basl_table *table, uint64_t val, uint8_t size);