HomeSort by relevance Sort by last modified time
    Searched full:linux_kernel_params (Results 1 - 2 of 2) sorted by null

  /external/vboot_reference/futility/
kernel_blob.h 37 struct linux_kernel_params { struct
vb1_helper.c 133 struct linux_kernel_params *lh;
141 lh = (struct linux_kernel_params *)kernel_buf;
158 struct linux_kernel_params *lh, *params;
164 lh = (struct linux_kernel_params *)kernel_buf;
177 params = (struct linux_kernel_params *)(g_param_data);
179 offsetof(struct linux_kernel_params, e820_entries)
180 - offsetof(struct linux_kernel_params, setup_sects));

Completed in 73 milliseconds