Home
last modified time | relevance | path

Searched refs:cl_offset (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/boot/
H A Dmain.c34 u16 cl_offset; in copy_boot_params() member
50 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()
/linux-6.15/tools/perf/util/
H A Dcacheline.h25 static inline u64 cl_offset(u64 address, bool double_cl) in cl_offset() function
/linux-6.15/include/uapi/linux/
H A Dscreen_info.h32 __u16 cl_magic, cl_offset; /* 0x20 */ member
/linux-6.15/tools/perf/
H A Dbuiltin-c2c.c553 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()