/openbmc/linux/tools/build/feature/ |
H A D | test-libunwind.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
H A D | test-libunwind-x86.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
H A D | test-libunwind-aarch64.c | 13 static unw_accessors_t accessors; variable 19 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
H A D | test-libunwind-x86_64.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
H A D | test-libunwind-arm.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
/openbmc/linux/arch/arm/common/ |
H A D | Makefile | 9 obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
|
/openbmc/linux/drivers/soc/litex/ |
H A D | Kconfig | 16 accessors.
|
/openbmc/linux/Documentation/driver-api/ |
H A D | device-io.rst | 171 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 D | Makefile | 31 obj-$(CONFIG_QCOM_KRYO_L2_ACCESSORS) += kryo-l2-accessors.o
|
/openbmc/linux/drivers/net/mdio/ |
H A D | Kconfig | 27 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 D | Makefile | 28 extent_map.o sysfs.o accessors.o xattr.o ordered-data.o \
|
/openbmc/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 1 ktime accessors 175 some drivers may actually want the higher resolution accessors
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | debugfs-scmi | 6 all the debugfs accessors rooted at /sys/kernel/debug/scmi/<n>,
|
/openbmc/linux/Documentation/PCI/ |
H A D | pciebus-howto.rst | 218 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 D | unwind-libunwind-local.c | 680 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 D | consumer.rst | 245 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 D | legacy.rst | 202 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 D | TODO | 48 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 D | volatile-considered-harmful.rst | 58 architectures. Those accessors are written to prevent unwanted
|
/openbmc/linux/lib/ |
H A D | Kconfig | 102 I/O accessors. 113 emulated iomem accessors.
|
/openbmc/phosphor-host-ipmid/docs/ |
H A D | testing.md | 160 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 D | LGPL-3.0-only | 35 …rial is not limited to numerical parameters, data structure layouts and accessors, or small macros…
|
H A D | LGPL-3.0-or-later | 79 to numerical parameters, data structure layouts and accessors, or small macros,
|
/openbmc/u-boot/drivers/core/ |
H A D | Kconfig | 240 should be accessed using I/O port in/out accessors. The second
|
/openbmc/docs/designs/ |
H A D | binarystore-via-blobs.md | 29 the only accessors are the IPMI blob store commands.
|