Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dbasl.h95 struct basl_table;
102 int basl_table_add_checksum(struct basl_table *const table, const uint32_t off,
104 int basl_table_add_length(struct basl_table *const table, const uint32_t off,
106 int basl_table_add_pointer(struct basl_table *const table,
109 int basl_table_append_bytes(struct basl_table *table, const void *bytes,
111 int basl_table_append_checksum(struct basl_table *table, uint32_t start,
114 int basl_table_append_content(struct basl_table *table, void *data,
116 int basl_table_append_fwcfg(struct basl_table *table,
119 int basl_table_append_gas(struct basl_table *table, uint8_t space_id,
122 int basl_table_append_header(struct basl_table *table,
[all …]
H A Dbasl.c50 struct basl_table { struct
51 STAILQ_ENTRY(basl_table) chain;
62 static STAILQ_HEAD(basl_table_list, basl_table) basl_tables = STAILQ_HEAD_INITIALIZER( argument
66 static struct basl_table *rsdt;
67 static struct basl_table *xsdt;
101 basl_dump_table(const struct basl_table *const table, const bool mem) in basl_dump_table()
126 struct basl_table *table; in basl_dump()
150 basl_finish_install_guest_tables(struct basl_table *const table, uint32_t *const off) in basl_finish_install_guest_tables()
197 basl_finish_patch_checksums(struct basl_table *const table) in basl_finish_patch_checksums()
262 static struct basl_table *
[all …]
H A Dacpi.c335 struct basl_table *table; in basl_load()
447 struct basl_table *table; in build_facs()
464 struct basl_table *table; in build_fadt()
537 struct basl_table *table; in build_hpet()
563 struct basl_table *table; in build_madt()
635 struct basl_table *table; in build_mcfg()
659 struct basl_table *table; in build_rsdp()
696 struct basl_table *table; in build_spcr()
H A Dtpm_intf_crb.c544 struct basl_table *table; in tpm_crb_build_acpi_table()