Home
last modified time | relevance | path

Searched refs:relaxed (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.6.21/Documentation/admin-guide/perf/
Dnvidia-pmu.rst62 In this config, the PMU captures read and relaxed ordered (RO) writes from
123 to local memory. For PCIE traffic, this PMU captures read and relaxed ordered
248 PCIE2 traffic represents reads and relaxed ordered (RO) writes.
299 PCIE2 traffic represents reads and relaxed ordered (RO) writes.
/linux-6.6.21/Documentation/devicetree/bindings/
D.yamllint1 extends: relaxed
/linux-6.6.21/scripts/atomic/
Datomics.tbl4 # Upper-case implies _{acquire,release,relaxed} variants.
/linux-6.6.21/tools/memory-model/Documentation/
Dcheatsheet.txt20 Key: Relaxed: A relaxed operation is either READ_ONCE(), WRITE_ONCE(),
/linux-6.6.21/include/linux/
Dcoresight.h128 u64 (*read)(u32 offset, bool relaxed, bool _64bit);
129 void (*write)(u64 val, u32 offset, bool relaxed,
/linux-6.6.21/lib/
DKconfig.kmsan47 is a more relaxed mode, but it generates more instrumentation code and
/linux-6.6.21/Documentation/driver-api/
Ddevice-io.rst71 indicate the relaxed ordering. Use this with care.
112 these cases, although only some platforms will honor the relaxed
113 semantics. Using the relaxed read functions will provide significant
183 DMA, these "relaxed" versions of the MMIO accessors only serialize against
190 guarantees of the non-relaxed and relaxed versions.
/linux-6.6.21/Documentation/filesystems/
Disofs.rst33 check=relaxed Matches filenames with different cases
Dnilfs2.rst66 order=relaxed(*) Apply relaxed order semantics that allows modified data
Dvfat.rst118 **r**: relaxed, case insensitive
/linux-6.6.21/Documentation/core-api/
Dthis_cpu_ops.rst27 sort of relaxed atomicity guarantees. The x86, for example, can execute
309 relaxed synchronization requirements for this_cpu operations.
313 share a cache-line but the relaxed synchronization is applied to
/linux-6.6.21/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.h55 bool relaxed; member
Drockchip_vop_reg.c27 .relaxed = _relaxed, \
Drockchip_drm_vop.c225 if (reg->relaxed) in vop_reg_set()
/linux-6.6.21/Documentation/devicetree/bindings/pci/
Dpci.txt71 trusted with relaxed DMA protection, as users could easily attach
/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_mb.c495 int relaxed = !(hw->flags & CSIO_HWF_ROOT_NO_RELAXED_ORDERING); in csio_mb_iq_write() local
542 FW_IQ_CMD_FL0FETCHRO_V(relaxed) | in csio_mb_iq_write()
543 FW_IQ_CMD_FL0DATARO_V(relaxed) | in csio_mb_iq_write()
/linux-6.6.21/Documentation/scheduler/
Dsched-domains.rst12 be relaxed if the need arises), and a base domain for CPU i MUST span at least
/linux-6.6.21/arch/mips/configs/
Dloongson3_defconfig413 CONFIG_CMDLINE="ieee754=relaxed"
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2210 int relaxed = !(adapter->flags & CXGB4VF_ROOT_NO_RELAXED_ORDERING); in t4vf_sge_alloc_rxq() local
2307 FW_IQ_CMD_FL0FETCHRO_V(relaxed) | in t4vf_sge_alloc_rxq()
2308 FW_IQ_CMD_FL0DATARO_V(relaxed) | in t4vf_sge_alloc_rxq()
/linux-6.6.21/Documentation/networking/
Dmsg_zerocopy.rst255 loopback restriction can be temporarily relaxed by making
Daf_xdp.rst202 be relaxed in the future.
/linux-6.6.21/Documentation/
Dmemory-barriers.txt137 abstract CPU, memory operation ordering is very relaxed, and a CPU may actually
509 RELEASE variants in addition to fully-ordered and relaxed (no barrier
1865 however, be used to control MMIO effects on accesses through relaxed memory I/O
2486 to an I/O memory window with relaxed memory access properties, then _mandatory_
2520 address register if ordering rules are sufficiently relaxed:
2525 If ordering rules are relaxed, it must be assumed that accesses done inside an
2661 frv), and so the most relaxed case (namely DEC Alpha) must be assumed outside
2902 The DEC Alpha CPU is one of the most relaxed CPUs there is. Not only that,
/linux-6.6.21/tools/perf/Documentation/
Dperf-list.txt235 /sys/kernel/tracing, even when perf_event_paranoid is in a relaxed
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c4382 int relaxed = !(adap->flags & CXGB4_ROOT_NO_RELAXED_ORDERING); in t4_sge_alloc_rxq() local
4439 FW_IQ_CMD_FL0FETCHRO_V(relaxed) | in t4_sge_alloc_rxq()
4440 FW_IQ_CMD_FL0DATARO_V(relaxed) | in t4_sge_alloc_rxq()
/linux-6.6.21/Documentation/kbuild/
Dkconfig-language.rst569 Such a dependency can be relaxed by combining it with the compile-testing rule

12