Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dbasl.h64 struct basl_table;
75 int basl_table_add_pointer(struct basl_table *const table,
78 int basl_table_append_bytes(struct basl_table *table, const void *bytes,
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,
95 int basl_table_append_length(struct basl_table *table, uint8_t size);
96 int basl_table_append_pointer(struct basl_table *table,
98 int basl_table_create(struct basl_table **table, struct vmctx *ctx,
[all …]
H A Dbasl.c46 struct basl_table { struct
47 STAILQ_ENTRY(basl_table) chain;
62 static struct basl_table *rsdt;
63 static struct basl_table *xsdt;
122 struct basl_table *table; in basl_dump()
252 static struct basl_table *
255 struct basl_table *table; in basl_get_table_by_signature()
277 const struct basl_table *src_table; in basl_finish_patch_pointers()
347 struct basl_table *table; in basl_finish()
659 struct basl_table *new_table; in basl_table_create()
[all …]
H A Dacpi.c334 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 Dtpm_intf_crb.c543 struct basl_table *table; in tpm_crb_build_acpi_table()