Home
last modified time | relevance | path

Searched defs:setup_data (Results 1 – 3 of 3) sorted by relevance

/qemu/include/standard-headers/asm-x86/
H A Dsetup_data.h27 struct setup_data { struct
28 uint64_t next;
29 uint32_t type;
30 uint32_t len;
31 uint8_t data[];
/qemu/target/i386/
H A Dsev.h48 char *setup_data; member
/qemu/hw/i386/
H A Dx86-common.c648 struct setup_data *setup_data; in x86_load_linux() local