Searched refs:data_source (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 152 static void __init __intel_pmu_pebs_data_source_skl(bool pmem, u64 *data_source) in __intel_pmu_pebs_data_source_skl() argument 156 data_source[0x08] = OP_LH | pmem_or_l4 | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl() 157 data_source[0x09] = OP_LH | pmem_or_l4 | REM | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_skl() 158 data_source[0x0b] = OP_LH | LEVEL(RAM) | REM | P(SNOOP, NONE); in __intel_pmu_pebs_data_source_skl() 159 data_source[0x0c] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOPX, FWD); in __intel_pmu_pebs_data_source_skl() 160 data_source[0x0d] = OP_LH | LEVEL(ANY_CACHE) | REM | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_skl() 168 static void __init __intel_pmu_pebs_data_source_grt(u64 *data_source) in __intel_pmu_pebs_data_source_grt() argument 170 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt() 171 data_source[0x06] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HITM); in __intel_pmu_pebs_data_source_grt() 172 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/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_firmware.c | 90 sh_css_fw->blob.data = (char *)sh_css_fw->blob.code + fw->blob.data_source; in setup_binary()
|
| H A D | sh_css.c | 1257 spctrl_cfg->ddr_data_offset = fw->blob.data_source; in sh_css_setup_spctrl_config()
|
| /linux/block/ |
| H A D | blk-map.c | 235 iter2.data_source = ITER_SOURCE; in bio_copy_user_iov()
|
| /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 | 7412 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
|
| H A D | ipu3-css.c | 476 + bi->blob.data_source, in imgu_css_hw_start_sp()
|