Searched defs:setup_data (Results 1 – 3 of 3) sorted by relevance
27 struct setup_data { struct28 uint64_t next;29 uint32_t type;30 uint32_t len;31 uint8_t data[];
48 char *setup_data; member
648 struct setup_data *setup_data; in x86_load_linux() local