Searched refs:sfi_table_header (Results 1 – 3 of 3) sorted by relevance
33 ((ptable->header.len - sizeof(struct sfi_table_header)) / \39 struct __packed sfi_table_header { struct49 struct sfi_table_header header; argument145 typedef int (*sfi_table_handler) (struct sfi_table_header *table);
25 static int sfi_table_check(struct sfi_table_header *sbh) in sfi_table_check()47 static int sfi_table_is_type(struct sfi_table_header *sbh, const char *signature) in sfi_table_is_type()70 struct sfi_table_header *sbh; in sfi_search_mmap()86 sbh = (struct sfi_table_header *)(unsigned long)sb->pentry[i]; in sfi_search_mmap()
38 tab->entry_start += sizeof(struct sfi_table_header); in get_entry_start()45 struct sfi_table_header *hdr; in finish_table()47 hdr = (struct sfi_table_header *)(uintptr_t)(tab->base + tab->ptr); in finish_table()