Searched refs:data_source (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/arch/x86/events/intel/ |
D | ds.c | 106 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/ |
D | charger-manager.h | 20 enum data_source { enum 174 enum data_source battery_present;
|
/Linux-v6.6/lib/ |
D | iov_iter.c | 294 .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/ |
D | uio.h | 45 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/ |
D | iterator.c | 100 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/ |
D | ia_css_acc_types.h | 94 u32 data_source; /** Position of data in blob */ member 458 (f)->header.sp.fw.blob.data_source)
|
D | sh_css_firmware.c | 99 sh_css_fw->blob.data = (char *)sh_css_fw->blob.code + fw->blob.data_source; in setup_binary()
|
D | sh_css.c | 1354 spctrl_cfg->ddr_data_offset = fw->blob.data_source; in sh_css_setup_spctrl_config()
|
/Linux-v6.6/Documentation/power/ |
D | charger-manager.rst | 152 `enum data_source battery_present;`
|
/Linux-v6.6/tools/perf/Documentation/ |
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-v6.6/drivers/staging/media/ipu3/ |
D | ipu3-abi.h | 1522 u32 data_source; /* Position of data in blob */ member
|
D | ipu3-css.c | 475 + bi->blob.data_source, in imgu_css_hw_start_sp()
|