/linux/tools/perf/Documentation/ |
H A D | perf-mem.txt | 94 symbol_daddr, symbol_iaddr, dso_daddr, locked, tlb, mem, snoop, 104 - snoop: type of snoop (if any) for the data at the time of the sample 111 symbol_daddr, dso_daddr, snoop, tlb, locked, blocked, local_ins_lat. 117 mem, snoop, tlb, type.
|
H A D | perf-amd-ibs.txt | 167 # perf mem report -F mem,sample,snoop
|
/linux/sound/pci/hda/ |
H A D | hda_intel.c | 202 module_param_named(snoop, hda_snoop, bint, 0444); 203 MODULE_PARM_DESC(snoop, "Enable/disable snooping"); 422 unsigned short snoop; in azx_init_pci() local 423 pci_read_config_word(chip->pci, INTEL_SCH_HDA_DEVC, &snoop); in azx_init_pci() 424 if ((!azx_snoop(chip) && !(snoop & INTEL_SCH_HDA_DEVC_NOSNOOP)) || in azx_init_pci() 425 (azx_snoop(chip) && (snoop & INTEL_SCH_HDA_DEVC_NOSNOOP))) { in azx_init_pci() 426 snoop &= ~INTEL_SCH_HDA_DEVC_NOSNOOP; in azx_init_pci() 428 snoop |= INTEL_SCH_HDA_DEVC_NOSNOOP; in azx_init_pci() 429 pci_write_config_word(chip->pci, INTEL_SCH_HDA_DEVC, snoop); in azx_init_pci() 431 INTEL_SCH_HDA_DEVC, &snoop); in azx_init_pci() [all …]
|
H A D | hda_controller.h | 141 unsigned int snoop:1; member 160 return !IS_ENABLED(CONFIG_X86) || chip->snoop; in azx_snoop()
|
/linux/drivers/soc/aspeed/ |
H A D | Kconfig | 18 tristate "ASPEED LPC snoop support" 23 Provides a driver to control the LPC snoop interface which
|
H A D | Makefile | 3 obj-$(CONFIG_ASPEED_LPC_SNOOP) += aspeed-lpc-snoop.o
|
/linux/tools/perf/util/bpf_skel/ |
H A D | sample_filter.bpf.c | 151 __u32 snoop = kctx->data->data_src.mem_snoop; in perf_get_sample() local 154 return (snoopx << 5) | snoop; in perf_get_sample()
|
/linux/Documentation/devicetree/bindings/ptp/ |
H A D | timestamper.txt | 3 This binding supports non-PHY devices that snoop the MII bus and
|
/linux/Documentation/dev-tools/ |
H A D | gpio-sloppy-logic-analyzer.rst | 22 Another feature is to snoop on on-chip peripherals if the I/O cells of these 24 used as inputs or outputs for the peripheral. That means you could e.g. snoop
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | gmc_v9_0.c | 1147 bool snoop = false; in gmc_v9_0_get_coherence_flags() local 1168 snoop = true; in gmc_v9_0_get_coherence_flags() 1175 snoop = true; in gmc_v9_0_get_coherence_flags() 1185 snoop = true; in gmc_v9_0_get_coherence_flags() 1211 snoop = true; in gmc_v9_0_get_coherence_flags() 1242 snoop = true; in gmc_v9_0_get_coherence_flags() 1248 *flags |= snoop ? AMDGPU_PTE_SNOOPED : 0; in gmc_v9_0_get_coherence_flags()
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-amd-daytonax.dts | 212 snoop-ports = <0x80>, <0x81>;
|
H A D | aspeed-bmc-inventec-transformers.dts | 304 snoop-ports = <0x80>;
|
H A D | aspeed-bmc-opp-lanyang.dts | 169 snoop-ports = <0x80>;
|
H A D | aspeed-bmc-asrock-spc621d8hm3.dts | 208 snoop-ports = <0x80>;
|
H A D | aspeed-bmc-amd-ethanolx.dts | 271 snoop-ports = <0x80>, <0x81>;
|
H A D | aspeed-bmc-inventec-starscream.dts | 360 snoop-ports = <0x80>;
|
H A D | aspeed-bmc-asrock-x570d4u.dts | 280 snoop-ports = <0x80>;
|
H A D | aspeed-bmc-quanta-q71l.dts | 130 snoop-ports = <0x80>;
|
H A D | aspeed-bmc-facebook-tiogapass.dts | 77 snoop-ports = <0x80>;
|
H A D | aspeed-bmc-tyan-s8036.dts | 160 snoop-ports = <0x80>;
|
H A D | aspeed-bmc-lenovo-hr855xg2.dts | 102 snoop-ports = <0x80>;
|
H A D | aspeed-bmc-opp-zaius.dts | 180 snoop-ports = <0x80>;
|
/linux/arch/arm/mach-omap2/ |
H A D | Kconfig | 267 a snoop from completing. Under certain conditions this can cause the
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | e1000_hw.h | 458 u32 snoop; member
|
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 1200 bool snoop = (domain != SVM_RANGE_VRAM_DOMAIN); in svm_range_get_pte_flags() local 1218 snoop = true; in svm_range_get_pte_flags() 1231 snoop = true; in svm_range_get_pte_flags() 1236 snoop = true; in svm_range_get_pte_flags() 1252 snoop = true; in svm_range_get_pte_flags() 1311 pte_flags |= snoop ? AMDGPU_PTE_SNOOPED : 0; in svm_range_get_pte_flags()
|