Searched refs:cl_offset (Results 1 – 4 of 4) sorted by relevance
34 u16 cl_offset; in copy_boot_params() member50 if (oldcmd->cl_offset < boot_params.hdr.setup_move_size) in copy_boot_params()55 boot_params.hdr.cmd_line_ptr = (cmdline_seg << 4) + oldcmd->cl_offset; in copy_boot_params()
25 static inline u64 cl_offset(u64 address, bool double_cl) in cl_offset() function
32 __u16 cl_magic, cl_offset; /* 0x20 */ member
553 addr = cl_offset(mem_info__daddr(he->mem_info)->al_addr, chk_double_cl); in offset_entry()565 l = cl_offset(mem_info__daddr(left->mem_info)->addr, chk_double_cl); in offset_cmp()568 r = cl_offset(mem_info__daddr(right->mem_info)->addr, chk_double_cl); in offset_cmp()
Completed in 15 milliseconds