Searched refs:data_source (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 117 static void __init __intel_pmu_pebs_data_source_skl(bool pmem, u64 *data_source) in __intel_pmu_pebs_data_source_skl() argument 121 data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl() 122 data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl() 123 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl() 124 data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_skl() 125 data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_skl() 133 static void __init __intel_pmu_pebs_data_source_grt(u64 *data_source) in __intel_pmu_pebs_data_source_grt() argument 135 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt() 136 data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_grt() 137 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 D | charger-manager.h | 20 enum data_source { enum 174 enum data_source battery_present;
|
| /linux/fs/netfs/ |
| H A D | iterator.c | 100 iov_iter_bvec(new, orig->data_source, bv, npages, orig_len - count); in netfs_extract_user_iter()
|
| /linux/block/ |
| H A D | blk-map.c | 217 iter2.data_source = ITER_SOURCE; in bio_copy_user_iov()
|
| /linux/Documentation/power/ |
| H A D | charger-manager.rst | 152 `enum data_source battery_present;`
|
| /linux/net/core/ |
| H A D | datagram.c | 829 if (WARN_ON_ONCE(i->data_source)) in csum_and_copy_to_iter()
|
| H A D | skbuff.c | 7380 if (WARN_ON_ONCE(!i->data_source)) in csum_and_copy_from_iter_full()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-record.txt | 188 mem_op and mem_lvl fields come from the (memory) data_source, it'd only 189 work with some events which set the data_source field.
|
| /linux/drivers/staging/media/ipu3/ |
| H A D | ipu3-abi.h | 1522 u32 data_source; /* Position of data in blob */ member
|