Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/build/feature/
H A Dtest-libunwind.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
H A Dtest-libunwind-x86.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
H A Dtest-libunwind-aarch64.c13 static unw_accessors_t accessors; variable
19 addr_space = unw_create_addr_space(&accessors, 0); in main()
H A Dtest-libunwind-x86_64.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
H A Dtest-libunwind-arm.c14 static unw_accessors_t accessors; variable
20 addr_space = unw_create_addr_space(&accessors, 0); in main()
/openbmc/linux/arch/arm/common/
H A DMakefile9 obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
/openbmc/linux/drivers/soc/litex/
H A DKconfig16 accessors.
/openbmc/linux/Documentation/driver-api/
H A 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
/openbmc/linux/drivers/soc/qcom/
H A DMakefile31 obj-$(CONFIG_QCOM_KRYO_L2_ACCESSORS) += kryo-l2-accessors.o
/openbmc/linux/drivers/net/mdio/
H A DKconfig27 FWNODE MDIO bus (Ethernet PHY) accessors
35 OpenFirmware MDIO bus (Ethernet PHY) accessors
42 ACPI MDIO bus (Ethernet PHY) accessors
/openbmc/linux/fs/btrfs/
H A DMakefile28 extent_map.o sysfs.o accessors.o xattr.o ordered-data.o \
/openbmc/linux/Documentation/core-api/
H A Dtimekeeping.rst1 ktime accessors
175 some drivers may actually want the higher resolution accessors
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-scmi6 all the debugfs accessors rooted at /sys/kernel/debug/scmi/<n>,
/openbmc/linux/Documentation/PCI/
H A Dpciebus-howto.rst218 RMW Capability accessors (pcie_capability_clear_and_set_word(),
222 should be performed using RMW accessors to avoid problems due to
/openbmc/linux/tools/perf/util/
H A Dunwind-libunwind-local.c680 static unw_accessors_t accessors = { variable
693 void *addr_space = unw_create_addr_space(&accessors, 0); in _unwind__prepare_access()
/openbmc/linux/Documentation/driver-api/gpio/
H A 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
H A 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
/openbmc/linux/drivers/gpio/
H A DTODO48 numberspace accessors from <linux/gpio.h> and eventually delete
135 take advantage of using regmap over direct IO accessors. Note, even in
/openbmc/linux/Documentation/process/
H A Dvolatile-considered-harmful.rst58 architectures. Those accessors are written to prevent unwanted
/openbmc/linux/lib/
H A DKconfig102 I/O accessors.
113 emulated iomem accessors.
/openbmc/phosphor-host-ipmid/docs/
H A Dtesting.md160 accessors for `get_sdr::GetSdrReq`, just because they're fairly simple. The text
161 of the struct and accessors is recreated here:
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DLGPL-3.0-only35 …rial is not limited to numerical parameters, data structure layouts and accessors, or small macros…
H A DLGPL-3.0-or-later79 to numerical parameters, data structure layouts and accessors, or small macros,
/openbmc/u-boot/drivers/core/
H A DKconfig240 should be accessed using I/O port in/out accessors. The second
/openbmc/docs/designs/
H A Dbinarystore-via-blobs.md29 the only accessors are the IPMI blob store commands.

12