Lines Matching defs:basl_table

46 struct basl_table {
47 STAILQ_ENTRY(basl_table) chain;
58 static STAILQ_HEAD(basl_table_list, basl_table) basl_tables = STAILQ_HEAD_INITIALIZER(
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)
122 struct basl_table *table;
146 basl_finish_install_guest_tables(struct basl_table *const table, uint32_t *const off)
187 basl_finish_patch_checksums(struct basl_table *const table)
252 static struct basl_table *
255 struct basl_table *table;
272 basl_finish_patch_pointers(struct basl_table *const table)
277 const struct basl_table *src_table;
329 basl_finish_set_length(struct basl_table *const table)
347 struct basl_table *table;
424 basl_table_add_checksum(struct basl_table *const table, const uint32_t off,
447 basl_table_add_length(struct basl_table *const table, const uint32_t off,
470 basl_table_add_pointer(struct basl_table *const table,
496 basl_table_append_bytes(struct basl_table *const table, const void *const bytes,
527 basl_table_append_checksum(struct basl_table *const table, const uint32_t start,
539 basl_table_append_content(struct basl_table *table, void *data, uint32_t len)
550 basl_table_append_fwcfg(struct basl_table *const table,
567 basl_table_append_gas(struct basl_table *const table, const uint8_t space_id,
583 basl_table_append_header(struct basl_table *const table,
619 basl_table_append_int(struct basl_table *const table, const uint64_t val,
631 basl_table_append_length(struct basl_table *const table, const uint8_t size)
643 basl_table_append_pointer(struct basl_table *const table,
656 basl_table_create(struct basl_table **const table, struct vmctx *ctx,
659 struct basl_table *new_table;
663 new_table = calloc(1, sizeof(struct basl_table));
688 basl_table_register_to_rsdt(struct basl_table *table)