Lines Matching refs:setup_data
55 pointer to single linked list of struct setup_data.
223 0250/8 2.09+ setup_data 64-bit physical pointer to linked list
224 of struct setup_data
799 Field name: setup_data
806 struct setup_data. This is used to define a more extensible boot
807 parameters passing mechanism. The definition of struct setup_data is
810 struct setup_data {
827 The setup_data is a bit awkward to use for extremely large data objects,
828 both because the setup_data header has to be adjacent to the data object
849 In this case setup_data and setup_indirect will look like this::
851 struct setup_data {
854 __u32 len = sizeof(setup_data);
933 boot_params/setup_data = .bss
942 available to a BIOS-based loader (setup_data is, though).
952 by adding setup_data entries. It cannot be used to communicate properties of
959 expected to copy into a setup_data chunk.
1027 This field contains maximal allowed type for setup_data and setup_indirect structs.