Lines Matching refs:boot_params
18 struct boot_params boot_params __attribute__((aligned(16))); variable
38 BUILD_BUG_ON(sizeof(boot_params) != 4096); in copy_boot_params()
39 memcpy(&boot_params.hdr, &hdr, sizeof(hdr)); in copy_boot_params()
41 if (!boot_params.hdr.cmd_line_ptr && in copy_boot_params()
49 if (oldcmd->cl_offset < boot_params.hdr.setup_move_size) in copy_boot_params()
54 boot_params.hdr.cmd_line_ptr = in copy_boot_params()
71 boot_params.kbd_status = oreg.al; in keyboard_init()
94 boot_params.ist_info.signature = oreg.eax; in query_ist()
95 boot_params.ist_info.command = oreg.ebx; in query_ist()
96 boot_params.ist_info.event = oreg.ecx; in query_ist()
97 boot_params.ist_info.perf_level = oreg.edx; in query_ist()
119 if (boot_params.hdr.loadflags & CAN_USE_HEAP) { in init_heap()
124 ((size_t)boot_params.hdr.heap_end_ptr + 0x200); in init_heap()