Home
last modified time | relevance | path

Searched refs:data_source (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/arch/x86/events/intel/
Dds.c106 static void __init __intel_pmu_pebs_data_source_skl(bool pmem, u64 *data_source) in __intel_pmu_pebs_data_source_skl() argument
110 data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl()
111 data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl()
112 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl()
113 data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_skl()
114 data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_skl()
122 static void __init __intel_pmu_pebs_data_source_grt(u64 *data_source) in __intel_pmu_pebs_data_source_grt() argument
124 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt()
125 data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_grt()
126 data_source[0x08] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_grt()
[all …]
/Linux-v6.6/include/linux/power/
Dcharger-manager.h20 enum data_source { enum
174 enum data_source battery_present;
/Linux-v6.6/lib/
Diov_iter.c294 .data_source = direction, in iov_iter_init()
312 if (WARN_ON_ONCE(i->data_source)) in _copy_to_iter()
361 if (WARN_ON_ONCE(i->data_source)) in _copy_mc_to_iter()
385 if (WARN_ON_ONCE(!i->data_source)) in _copy_from_iter()
401 if (WARN_ON_ONCE(!i->data_source)) in _copy_from_iter_nocache()
432 if (WARN_ON_ONCE(!i->data_source)) in _copy_from_iter_flushcache()
474 if (WARN_ON_ONCE(i->data_source)) in copy_page_to_iter()
504 if (WARN_ON_ONCE(i->data_source)) in copy_page_to_iter_nofault()
576 if (WARN_ON_ONCE(!i->data_source)) in copy_page_from_iter_atomic()
730 .data_source = direction, in iov_iter_kvec()
[all …]
/Linux-v6.6/include/linux/
Duio.h45 bool data_source; member
141 return i->data_source ? WRITE : READ; in iov_iter_rw()
387 .data_source = direction, in iov_iter_ubuf()
/Linux-v6.6/fs/netfs/
Diterator.c100 iov_iter_bvec(new, orig->data_source, bv, npages, orig_len - count); in netfs_extract_user_iter()
/Linux-v6.6/drivers/staging/media/atomisp/pci/
Dia_css_acc_types.h94 u32 data_source; /** Position of data in blob */ member
458 (f)->header.sp.fw.blob.data_source)
Dsh_css_firmware.c99 sh_css_fw->blob.data = (char *)sh_css_fw->blob.code + fw->blob.data_source; in setup_binary()
Dsh_css.c1354 spctrl_cfg->ddr_data_offset = fw->blob.data_source; in sh_css_setup_spctrl_config()
/Linux-v6.6/Documentation/power/
Dcharger-manager.rst152 `enum data_source battery_present;`
/Linux-v6.6/tools/perf/Documentation/
Dperf-record.txt184 mem_op and mem_lvl fields come from the (memory) data_source, it'd only
185 work with some events which set the data_source field.
/Linux-v6.6/drivers/staging/media/ipu3/
Dipu3-abi.h1522 u32 data_source; /* Position of data in blob */ member
Dipu3-css.c475 + bi->blob.data_source, in imgu_css_hw_start_sp()