Home
last modified time | relevance | path

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

/linux/arch/x86/events/intel/
H A Dds.c116 static void __init __intel_pmu_pebs_data_source_skl(bool pmem, u64 *data_source) in __intel_pmu_pebs_data_source_skl() argument
120 data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl()
121 data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl()
122 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl()
123 data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_skl()
124 data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_skl()
132 static void __init __intel_pmu_pebs_data_source_grt(u64 *data_source) in __intel_pmu_pebs_data_source_grt() argument
134 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt()
135 data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_grt()
136 data_source[0x08] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_grt()
[all …]
/linux/include/linux/power/
H A Dcharger-manager.h20 enum data_source { enum
174 enum data_source battery_present;
/linux/lib/
H A Diov_iter.c170 .data_source = direction, in iov_iter_init()
181 if (WARN_ON_ONCE(i->data_source)) in _copy_to_iter()
236 if (WARN_ON_ONCE(i->data_source)) in _copy_mc_to_iter()
255 if (WARN_ON_ONCE(!i->data_source)) in _copy_from_iter()
273 if (WARN_ON_ONCE(!i->data_source)) in _copy_from_iter_nocache()
316 if (WARN_ON_ONCE(!i->data_source)) in _copy_from_iter_flushcache()
355 if (WARN_ON_ONCE(i->data_source)) in copy_page_to_iter()
385 if (WARN_ON_ONCE(i->data_source)) in copy_page_to_iter_nofault()
467 if (WARN_ON_ONCE(!i->data_source)) in copy_page_from_iter_atomic()
684 .data_source = direction, in iov_iter_kvec()
[all …]
/linux/include/linux/
H A Duio.h46 bool data_source; member
145 return i->data_source ? WRITE : READ; in iov_iter_rw()
371 .data_source = direction, in iov_iter_ubuf()
/linux/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h94 u32 data_source; /** Position of data in blob */ member
454 (f)->header.sp.fw.blob.data_source)
H A Dsh_css_firmware.c99 sh_css_fw->blob.data = (char *)sh_css_fw->blob.code + fw->blob.data_source; in setup_binary()
/linux/fs/netfs/
H A Diterator.c100 iov_iter_bvec(new, orig->data_source, bv, npages, orig_len - count); in netfs_extract_user_iter()
/linux/net/core/
H A Ddatagram.c775 if (WARN_ON_ONCE(i->data_source)) in csum_and_copy_to_iter()
H A Dskbuff.c7282 if (WARN_ON_ONCE(!i->data_source)) in csum_and_copy_from_iter_full()
/linux/block/
H A Dblk-map.c217 iter2.data_source = ITER_SOURCE; in bio_copy_user_iov()
/linux/Documentation/power/
H A Dcharger-manager.rst152 `enum data_source battery_present;`
/linux/tools/perf/Documentation/
H A 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/drivers/staging/media/ipu3/
H A Dipu3-abi.h1522 u32 data_source; /* Position of data in blob */ member
H A Dipu3-css.c475 + bi->blob.data_source, in imgu_css_hw_start_sp()