Searched refs:basl_table (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | basl.h | 64 struct basl_table; 71 int basl_table_add_checksum(struct basl_table *const table, const uint32_t off, 73 int basl_table_add_length(struct basl_table *const table, const uint32_t off, 75 int basl_table_add_pointer(struct basl_table *const table, 78 int basl_table_append_bytes(struct basl_table *table, const void *bytes, 80 int basl_table_append_checksum(struct basl_table *table, uint32_t start, 83 int basl_table_append_content(struct basl_table *table, void *data, 85 int basl_table_append_fwcfg(struct basl_table *table, 88 int basl_table_append_gas(struct basl_table *table, uint8_t space_id, 91 int basl_table_append_header(struct basl_table *table, [all …]
|
H A D | basl.c | 46 struct basl_table { struct 47 STAILQ_ENTRY(basl_table) chain; 58 static STAILQ_HEAD(basl_table_list, basl_table) basl_tables = STAILQ_HEAD_INITIALIZER( argument 62 static struct basl_table *rsdt; 63 static struct basl_table *xsdt; 97 basl_dump_table(const struct basl_table *const table, const bool mem) in basl_dump_table() 122 struct basl_table *table; in basl_dump() 146 basl_finish_install_guest_tables(struct basl_table *const table, uint32_t *const off) in basl_finish_install_guest_tables() 187 basl_finish_patch_checksums(struct basl_table *const table) in basl_finish_patch_checksums() 252 static struct basl_table * [all …]
|
H A D | acpi.c | 334 struct basl_table *table; in basl_load() 447 struct basl_table *table; in build_facs() 465 struct basl_table *table; in build_fadt() 539 struct basl_table *table; in build_hpet() 572 struct basl_table *table; in build_madt() 644 struct basl_table *table; in build_mcfg() 668 struct basl_table *table; in build_rsdp() 705 struct basl_table *table; in build_spcr()
|
H A D | tpm_intf_crb.c | 590 struct basl_table *table; in tpm_crb_build_acpi_table()
|