Home
last modified time | relevance | path

Searched refs:snoop (Results 1 – 25 of 47) sorted by relevance

12

/linux/tools/perf/Documentation/
H A Dperf-mem.txt94 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 Dperf-amd-ibs.txt167 # perf mem report -F mem,sample,snoop
/linux/sound/pci/hda/
H A Dhda_intel.c202 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 Dhda_controller.h141 unsigned int snoop:1; member
160 return !IS_ENABLED(CONFIG_X86) || chip->snoop; in azx_snoop()
/linux/drivers/soc/aspeed/
H A DKconfig18 tristate "ASPEED LPC snoop support"
23 Provides a driver to control the LPC snoop interface which
H A DMakefile3 obj-$(CONFIG_ASPEED_LPC_SNOOP) += aspeed-lpc-snoop.o
/linux/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c151 __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 Dtimestamper.txt3 This binding supports non-PHY devices that snoop the MII bus and
/linux/Documentation/dev-tools/
H A Dgpio-sloppy-logic-analyzer.rst22 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 Dgmc_v9_0.c1147 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 Daspeed-bmc-amd-daytonax.dts212 snoop-ports = <0x80>, <0x81>;
H A Daspeed-bmc-inventec-transformers.dts304 snoop-ports = <0x80>;
H A Daspeed-bmc-opp-lanyang.dts169 snoop-ports = <0x80>;
H A Daspeed-bmc-asrock-spc621d8hm3.dts208 snoop-ports = <0x80>;
H A Daspeed-bmc-amd-ethanolx.dts271 snoop-ports = <0x80>, <0x81>;
H A Daspeed-bmc-inventec-starscream.dts360 snoop-ports = <0x80>;
H A Daspeed-bmc-asrock-x570d4u.dts280 snoop-ports = <0x80>;
H A Daspeed-bmc-quanta-q71l.dts130 snoop-ports = <0x80>;
H A Daspeed-bmc-facebook-tiogapass.dts77 snoop-ports = <0x80>;
H A Daspeed-bmc-tyan-s8036.dts160 snoop-ports = <0x80>;
H A Daspeed-bmc-lenovo-hr855xg2.dts102 snoop-ports = <0x80>;
H A Daspeed-bmc-opp-zaius.dts180 snoop-ports = <0x80>;
/linux/arch/arm/mach-omap2/
H A DKconfig267 a snoop from completing. Under certain conditions this can cause the
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h458 u32 snoop; member
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1200 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()

12