Home
last modified time | relevance | path

Searched refs:accessors (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v6.6/tools/build/feature/
Dtest-libunwind-aarch64.c13 static unw_accessors_t accessors; variable
19 addr_space = unw_create_addr_space(&accessors, 0); in main()
Dtest-libunwind-arm.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
Dtest-libunwind-x86.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
Dtest-libunwind-x86_64.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
Dtest-libunwind.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
/Linux-v6.6/arch/arm/common/
DMakefile9 obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
/Linux-v6.6/drivers/soc/litex/
DKconfig16 accessors.
/Linux-v6.6/Documentation/driver-api/
Ddevice-io.rst171 These are the most generic accessors, providing serialization against other
183 DMA, these "relaxed" versions of the MMIO accessors only serialize against
225 accessed first, a helper is provided for each combination of 64-bit accessors
235 These are low-level MMIO accessors without barriers or byteorder changes and
249 architectures, these are mapped to readl()/writel() style accessors
266 There are no direct 64-bit I/O port accessors, but pci_iomap() in combination
272 accessors add a small delay. On architectures that do not have ISA buses,
283 MMIO accessors, these do not perform a byteswap on big-endian kernels, so the
317 writes. This may or may not be enforced when using __raw I/O accessors or
493 used together with ioread32()/iowrite32() and similar accessors
/Linux-v6.6/drivers/soc/qcom/
DMakefile31 obj-$(CONFIG_QCOM_KRYO_L2_ACCESSORS) += kryo-l2-accessors.o
/Linux-v6.6/fs/btrfs/
DMakefile28 extent_map.o sysfs.o accessors.o xattr.o ordered-data.o \
/Linux-v6.6/drivers/net/mdio/
DKconfig27 FWNODE MDIO bus (Ethernet PHY) accessors
35 OpenFirmware MDIO bus (Ethernet PHY) accessors
42 ACPI MDIO bus (Ethernet PHY) accessors
/Linux-v6.6/Documentation/ABI/testing/
Ddebugfs-scmi6 all the debugfs accessors rooted at /sys/kernel/debug/scmi/<n>,
/Linux-v6.6/Documentation/core-api/
Dtimekeeping.rst1 ktime accessors
175 some drivers may actually want the higher resolution accessors
Dassoc_array.rst249 The caller should lock exclusively against other modifiers and accessors
/Linux-v6.6/Documentation/PCI/
Dpciebus-howto.rst218 RMW Capability accessors (pcie_capability_clear_and_set_word(),
222 should be performed using RMW accessors to avoid problems due to
/Linux-v6.6/tools/perf/util/
Dunwind-libunwind-local.c680 static unw_accessors_t accessors = { variable
693 void *addr_space = unw_create_addr_space(&accessors, 0); in _unwind__prepare_access()
/Linux-v6.6/Documentation/driver-api/gpio/
Dconsumer.rst245 To access such GPIOs, a different set of accessors is defined::
251 IRQ handler, and those accessors must be used instead of spinlock-safe
252 accessors without the cansleep() name suffix.
254 Other than the fact that these accessors might sleep, and will work on GPIOs
Dlegacy.rst202 To access such GPIOs, a different set of accessors is defined::
211 a threaded IRQ handler, and those accessors must be used instead of
212 spinlock-safe accessors without the cansleep() name suffix.
214 Other than the fact that these accessors might sleep, and will work
/Linux-v6.6/drivers/gpio/
DTODO48 numberspace accessors from <linux/gpio.h> and eventually delete
135 take advantage of using regmap over direct IO accessors. Note, even in
/Linux-v6.6/Documentation/process/
Dvolatile-considered-harmful.rst58 architectures. Those accessors are written to prevent unwanted
/Linux-v6.6/lib/
DKconfig102 I/O accessors.
113 emulated iomem accessors.
/Linux-v6.6/drivers/mtd/maps/
DKconfig87 platforms, some detection and setting up ROMs-specific accessors.
/Linux-v6.6/Documentation/
Dmemory-barriers.txt1949 subsection for more information about I/O accessors and MMIO ordering.
2554 The readX() and writeX() MMIO accessors take a pointer to the
2614 The readsX() and writesX() MMIO accessors are designed for accessing
2621 The inX() and outX() accessors are intended to access legacy port-mapped
2639 As above, the insX() and outsX() accessors provide the same ordering
2648 With the exception of the string accessors (insX(), outsX(), readsX() and
/Linux-v6.6/LICENSES/preferred/
DLGPL-2.1269 layouts and accessors, and small macros and small inline functions (ten
DLGPL-2.0257 layouts and accessors, and small macros and small inline functions (ten

12