Searched refs:data_source (Results 1 – 16 of 16) sorted by relevance
/linux/arch/x86/events/intel/ |
H A D | ds.c | 116 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 D | charger-manager.h | 20 enum data_source { enum 174 enum data_source battery_present;
|
/linux/lib/ |
H A D | iov_iter.c | 170 .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() 469 if (WARN_ON_ONCE(!i->data_source)) in copy_page_from_iter_atomic() 686 .data_source = direction, in iov_iter_kvec() [all …]
|
/linux/include/linux/ |
H A D | uio.h | 46 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 D | ia_css_acc_types.h | 94 u32 data_source; /** Position of data in blob */ member 454 (f)->header.sp.fw.blob.data_source)
|
H A D | sh_css_firmware.c | 99 sh_css_fw->blob.data = (char *)sh_css_fw->blob.code + fw->blob.data_source; in setup_binary()
|
H A D | sh_css.c | 1266 spctrl_cfg->ddr_data_offset = fw->blob.data_source; in sh_css_setup_spctrl_config()
|
/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/net/core/ |
H A D | datagram.c | 775 if (WARN_ON_ONCE(i->data_source)) in csum_and_copy_to_iter()
|
H A D | skbuff.c | 7282 if (WARN_ON_ONCE(!i->data_source)) in csum_and_copy_from_iter_full()
|
/linux/Documentation/power/ |
H A D | charger-manager.rst | 152 `enum data_source battery_present;`
|
/linux/drivers/media/pci/intel/ipu6/ |
H A D | ipu6.c | 54 u32 data_source; member
|
/linux/tools/perf/Documentation/ |
H A D | perf-record.txt | 184 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 D | ipu3-abi.h | 1522 u32 data_source; /* Position of data in blob */ member
|
H A D | ipu3-css.c | 475 + bi->blob.data_source, in imgu_css_hw_start_sp()
|