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
800 Field name: setup_data
807 struct setup_data. This is used to define a more extensible boot
808 parameters passing mechanism. The definition of struct setup_data is
811 struct setup_data {
828 The setup_data is a bit awkward to use for extremely large data objects,
829 both because the setup_data header has to be adjacent to the data object
850 In this case setup_data and setup_indirect will look like this::
852 struct setup_data {
935 boot_params/setup_data = .bss
944 available to a BIOS-based loader (setup_data is, though).
954 by adding setup_data entries. It cannot be used to communicate properties of
961 expected to copy into a setup_data chunk.
1029 This field contains maximal allowed type for setup_data and setup_indirect structs.