/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/m68k/include/asm/ |
H A D | vga.h | 18 * accessors, which are identical to the z_*() Zorro bus 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/arch/powerpc/include/asm/ |
H A D | io.h | 75 * Low level MMIO accessors 77 * This provides the non-bus specific accessors to MMIO. Those are PowerPC 78 * specific and thus shouldn't be used in generic code. The accessors 86 * for the out_* accessors has the arguments in opposite order from the usual 87 * linux PCI accessors. Unlike those, they take the address first and the value 257 * PCI and standard ISA accessors 259 * Those are globally defined linux accessors for devices on PCI or ISA 266 * own implementation of some or all of the accessors. 327 * Non ordered and non-swapping "raw" accessors 477 * PCI PIO and MMIO accessors. [all …]
|
H A D | dcr-native.h | 32 /* Table based DCR accessors */ 36 /* mfdcrx/mtdcrx instruction based accessors. We hand code
|
/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/include/linux/ |
H A D | virtio_config.h | 341 /* Memory accessors */ 391 /* Config space accessors. */ 420 /* Config space accessors. */ 455 /* LE (e.g. modern) Config space accessors. */ 603 /* Conditional config space accessors. */ 614 /* Conditional config space accessors. */
|
/openbmc/u-boot/arch/arm/mach-socfpga/include/mach/ |
H A D | clock_manager_s10.h | 10 /* Clock speed accessors */ 27 /* Clock configuration accessors */
|
H A D | clock_manager_gen5.h | 114 /* Clock speed accessors */ 125 /* Clock configuration accessors */
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | kvm_host.h | 435 /* Generate saved context simple accessors */ 493 /* Generate VZ guest context simple accessors */ 573 * These generate accessors operating on the saved context in RAM, and wrap them 574 * with the common guest C0 accessors (for use by common emulation code). 596 * These generate accessors operating on the VZ guest context in hardware, and 597 * wrap them with the common guest C0 accessors (for use by common emulation 600 * Accessors operating on the saved context in RAM are also generated to allow 622 * Define accessors for CP0 registers that are accessible to the guest. These
|
/openbmc/linux/drivers/soc/litex/ |
H A D | Kconfig | 16 accessors.
|
/openbmc/linux/arch/arm/common/ |
H A D | Makefile | 9 obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
|
H A D | krait-l2-accessors.c | 8 #include <asm/krait-l2-accessors.h>
|
/openbmc/linux/Documentation/devicetree/bindings/soc/litex/ |
H A D | litex,soc-controller.yaml | 14 and to check if those accessors are ready to be used.
|
/openbmc/linux/Documentation/core-api/ |
H A D | timekeeping.rst | 1 ktime accessors 175 some drivers may actually want the higher resolution accessors
|
/openbmc/qemu/include/qemu/ |
H A D | bswap.h | 208 * The target endian accessors are obviously only available to source 212 * For accessors that take a guest address rather than a 213 * host address, see the cpu_{ld,st}_* accessors defined in
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | kryo-l2-accessors.c | 9 #include <soc/qcom/kryo-l2-accessors.h>
|
H A D | Makefile | 31 obj-$(CONFIG_QCOM_KRYO_L2_ACCESSORS) += kryo-l2-accessors.o
|
/openbmc/u-boot/include/configs/ |
H A D | highbank.h | 25 #define CONFIG_SYS_BOOTCOUNT_LE /* Use little-endian accessors */
|
/openbmc/linux/include/asm-generic/ |
H A D | mmiowb.h | 15 * 2. Ensure your I/O write accessors call mmiowb_set_pending()
|
/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
|