/linux/tools/build/feature/ |
A D | test-libunwind-arm.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
A D | test-libunwind-x86.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
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()
|
A D | test-libunwind.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
A D | test-libunwind-aarch64.c | 13 static unw_accessors_t accessors; variable 19 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
/linux/drivers/soc/qcom/ |
A D | .kryo-l2-accessors.o.cmd | 1 …accessors.o := /usr/bin/ccache /home/test/workspace/code/optee_3.16/build/../toolchains/aarch64/bi… 3 source_drivers/soc/qcom/kryo-l2-accessors.o := drivers/soc/qcom/kryo-l2-accessors.c 5 deps_drivers/soc/qcom/kryo-l2-accessors.o := \ 419 include/soc/qcom/kryo-l2-accessors.h \ 421 drivers/soc/qcom/kryo-l2-accessors.o: $(deps_drivers/soc/qcom/kryo-l2-accessors.o) 423 $(deps_drivers/soc/qcom/kryo-l2-accessors.o):
|
A D | built-in.a | 16 kryo-l2-accessors.o/
|
A D | .built-in.a.cmd | 1 …qcom/smsm.o drivers/soc/qcom/rpmhpd.o drivers/soc/qcom/rpmpd.o drivers/soc/qcom/kryo-l2-accessors.o
|
A D | Makefile | 30 obj-$(CONFIG_QCOM_KRYO_L2_ACCESSORS) += kryo-l2-accessors.o
|
/linux/drivers/soc/litex/ |
A D | Kconfig | 16 accessors.
|
/linux/arch/arm/common/ |
A D | Makefile | 10 obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
|
/linux/Documentation/driver-api/ |
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
|
/linux/Documentation/devicetree/bindings/soc/litex/ |
A D | litex,soc-controller.yaml | 14 and to check if those accessors are ready to be used.
|
/linux/drivers/net/mdio/ |
A D | Kconfig | 27 FWNODE MDIO bus (Ethernet PHY) accessors 35 OpenFirmware MDIO bus (Ethernet PHY) accessors 42 ACPI MDIO bus (Ethernet PHY) accessors
|
/linux/Documentation/core-api/ |
A D | timekeeping.rst | 1 ktime accessors 174 some drivers may actually want the higher resolution accessors
|
/linux/drivers/soc/ |
A D | built-in.a | 51 qcom/kryo-l2-accessors.o/
|
/linux/tools/perf/util/ |
A D | unwind-libunwind-local.c | 608 static unw_accessors_t accessors = { variable 621 maps->addr_space = unw_create_addr_space(&accessors, 0); in _unwind__prepare_access()
|
/linux/Documentation/driver-api/gpio/ |
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
|
A D | legacy.rst | 210 To access such GPIOs, a different set of accessors is defined:: 220 a threaded IRQ handler, and those accessors must be used instead of 221 spinlock-safe accessors without the cansleep() name suffix. 223 Other than the fact that these accessors might sleep, and will work
|
/linux/Documentation/devicetree/bindings/pci/ |
A D | host-generic-pci.yaml | 77 it requires special config space accessors that filter accesses to
|
/linux/Documentation/process/ |
A D | volatile-considered-harmful.rst | 58 architectures. Those accessors are written to prevent unwanted
|
/linux/lib/ |
A D | Kconfig | 104 I/O accessors. 115 emulated iomem accessors.
|
/linux/drivers/gpio/ |
A D | TODO | 48 numberspace accessors from <linux/gpio.h> and eventually delete
|
/linux/drivers/mtd/maps/ |
A D | Kconfig | 87 platforms, some detection and setting up ROMs-specific accessors.
|
/linux/Documentation/ |
A D | memory-barriers.txt | 1935 relaxed I/O accessors and the Documentation/core-api/dma-api.rst file for 2533 The readX() and writeX() MMIO accessors take a pointer to the 2593 The readsX() and writesX() MMIO accessors are designed for accessing 2600 The inX() and outX() accessors are intended to access legacy port-mapped 2618 As above, the insX() and outsX() accessors provide the same ordering 2627 With the exception of the string accessors (insX(), outsX(), readsX() and
|