Lines Matching refs:boot_params
19 struct boot_params boot_params __attribute__((aligned(16))); variable
39 BUILD_BUG_ON(sizeof boot_params != 4096); in copy_boot_params()
40 memcpy(&boot_params.hdr, &hdr, sizeof hdr); in copy_boot_params()
42 if (!boot_params.hdr.cmd_line_ptr && in copy_boot_params()
50 if (oldcmd->cl_offset < boot_params.hdr.setup_move_size) in copy_boot_params()
55 boot_params.hdr.cmd_line_ptr = in copy_boot_params()
72 boot_params.kbd_status = oreg.al; in keyboard_init()
95 boot_params.ist_info.signature = oreg.eax; in query_ist()
96 boot_params.ist_info.command = oreg.ebx; in query_ist()
97 boot_params.ist_info.event = oreg.ecx; in query_ist()
98 boot_params.ist_info.perf_level = oreg.edx; in query_ist()
120 if (boot_params.hdr.loadflags & CAN_USE_HEAP) { in init_heap()
125 ((size_t)boot_params.hdr.heap_end_ptr + 0x200); in init_heap()