Home
last modified time | relevance | path

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

/openbmc/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[];
/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h20 struct setup_data { struct
21 __u64 next;
22 __u32 type;
23 __u32 len;
24 __u8 data[0];
68 __u64 setup_data; member
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c1173 static uint32_t setup_data(MAC_ENGINE *p_eng) in setup_data() function
/openbmc/qemu/hw/i386/
H A Dx86-common.c648 struct setup_data *setup_data; in x86_load_linux() local
/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.h123 unsigned char setup_data[8]; member
/openbmc/qemu/target/i386/
H A Dsev.h50 char *setup_data; member