Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/boot/
Dmain.c35 u16 cl_offset; in copy_boot_params() member
51 if (oldcmd->cl_offset < boot_params.hdr.setup_move_size) in copy_boot_params()
57 (cmdline_seg << 4) + oldcmd->cl_offset; in copy_boot_params()
/linux-6.6.21/tools/perf/util/
Dcacheline.h25 static inline u64 cl_offset(u64 address, bool double_cl) in cl_offset() function
/linux-6.6.21/include/uapi/linux/
Dscreen_info.h32 __u16 cl_magic, cl_offset; /* 0x20 */ member
/linux-6.6.21/tools/perf/
Dbuiltin-c2c.c570 addr = cl_offset(he->mem_info->daddr.al_addr, chk_double_cl); in offset_entry()
582 l = cl_offset(left->mem_info->daddr.addr, chk_double_cl); in offset_cmp()
585 r = cl_offset(right->mem_info->daddr.addr, chk_double_cl); in offset_cmp()