Home
last modified time | relevance | path

Searched refs:setup_data (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dzimage.c100 struct setup_data *sd; in setup_device_tree()
113 size += sizeof(struct setup_data); in setup_device_tree()
114 sd = (struct setup_data *)malloc(size); in setup_device_tree()
120 sd->next = hdr->setup_data; in setup_device_tree()
124 hdr->setup_data = (unsigned long)sd; in setup_device_tree()
/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h20 struct setup_data { struct
68 __u64 setup_data; member
/openbmc/qemu/hw/i386/
H A Dx86-common.c659 struct setup_data *setup_data; in x86_load_linux() local
946 kernel_size = setup_data_offset + sizeof(struct setup_data) + dtb_size; in x86_load_linux()
951 setup_data = (struct setup_data *)(kernel + setup_data_offset); in x86_load_linux()
952 setup_data->next = 0; in x86_load_linux()
953 setup_data->type = cpu_to_le32(SETUP_DTB); in x86_load_linux()
954 setup_data->len = cpu_to_le32(dtb_size); in x86_load_linux()
956 load_image_size(dtb_filename, setup_data->data, dtb_size); in x86_load_linux()
980 sev_load_ctx.setup_data = (char *)setup; in x86_load_linux()
/openbmc/qemu/include/standard-headers/asm-x86/
H A Dsetup_data.h27 struct setup_data { struct
/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.h123 unsigned char setup_data[8]; member
H A Dci_udc.c679 memcpy(&r, head->setup_data, sizeof(struct usb_ctrlrequest)); in handle_setup()
/openbmc/qemu/target/i386/
H A Dsev.h50 char *setup_data; member
H A Dsev.c2354 { .iov_base = ctx->setup_data, .iov_len = ctx->setup_size }, in build_kernel_loader_hashes()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dmactest.c1173 static uint32_t setup_data(MAC_ENGINE *p_eng) in setup_data() function
1496 setup_data(&mac_eng); in mac_test()
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]