Home
last modified time | relevance | path

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

/arch/x86/lib/
A Dzimage.c121 struct setup_data *sd; in setup_device_tree()
134 size += sizeof(struct setup_data); in setup_device_tree()
135 sd = (struct setup_data *)malloc(size); in setup_device_tree()
141 sd->next = hdr->setup_data; in setup_device_tree()
145 hdr->setup_data = (unsigned long)sd; in setup_device_tree()
618 print_num64("Setup data", hdr->setup_data); in zimage_dump()
/arch/x86/include/asm/
A Dbootparam.h47 struct setup_data { struct
102 __u64 setup_data; member

Completed in 14 milliseconds