Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/futility/
H A Dvb1_helper.c154 struct linux_kernel_params *lh; in KernelSize()
162 lh = (struct linux_kernel_params *)kernel_buf; in KernelSize()
183 struct linux_kernel_params *lh, *params; in PickApartVmlinuz()
199 lh = (struct linux_kernel_params *)kernel_buf; in PickApartVmlinuz()
200 params = (struct linux_kernel_params *)(g_param_data); in PickApartVmlinuz()
202 offsetof(struct linux_kernel_params, e820_entries) in PickApartVmlinuz()
203 - offsetof(struct linux_kernel_params, setup_sects)); in PickApartVmlinuz()
H A Dkernel_blob.h41 struct linux_kernel_params { struct