Searched refs:sfi_table_header (Results 1 – 3 of 3) sorted by relevance
34 ((ptable->header.len - sizeof(struct sfi_table_header)) / \40 struct __packed sfi_table_header { struct50 struct sfi_table_header header; argument146 typedef int (*sfi_table_handler) (struct sfi_table_header *table);
26 static int sfi_table_check(struct sfi_table_header *sbh) in sfi_table_check()48 static int sfi_table_is_type(struct sfi_table_header *sbh, const char *signature) in sfi_table_is_type()71 struct sfi_table_header *sbh; in sfi_search_mmap()87 sbh = (struct sfi_table_header *)(unsigned long)sb->pentry[i]; in sfi_search_mmap()
39 tab->entry_start += sizeof(struct sfi_table_header); in get_entry_start()46 struct sfi_table_header *hdr; in finish_table()48 hdr = (struct sfi_table_header *)(uintptr_t)(tab->base + tab->ptr); in finish_table()