Home
last modified time | relevance | path

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

/external/vboot_reference/futility/
Dvb1_helper.c133 struct linux_kernel_params *lh; in KernelSize()
141 lh = (struct linux_kernel_params *)kernel_buf; in KernelSize()
158 struct linux_kernel_params *lh, *params; in PickApartVmlinuz()
164 lh = (struct linux_kernel_params *)kernel_buf; in PickApartVmlinuz()
177 params = (struct linux_kernel_params *)(g_param_data); in PickApartVmlinuz()
179 offsetof(struct linux_kernel_params, e820_entries) in PickApartVmlinuz()
180 - offsetof(struct linux_kernel_params, setup_sects)); in PickApartVmlinuz()
Dkernel_blob.h37 struct linux_kernel_params { struct