/Linux-v5.15/tools/build/feature/ |
D | test-libunwind.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
D | test-libunwind-aarch64.c | 13 static unw_accessors_t accessors; variable 19 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
D | test-libunwind-arm.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
D | test-libunwind-x86.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
D | test-libunwind-x86_64.c | 14 static unw_accessors_t accessors; variable 20 addr_space = unw_create_addr_space(&accessors, 0); in main()
|
/Linux-v5.15/arch/m68k/include/asm/ |
D | vga.h | 18 * accessors, which are identical to the z_*() Zorro bus accessors.
|
/Linux-v5.15/Documentation/driver-api/ |
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-v5.15/arch/powerpc/include/asm/ |
D | io.h | 83 * Low level MMIO accessors 85 * This provides the non-bus specific accessors to MMIO. Those are PowerPC 86 * specific and thus shouldn't be used in generic code. The accessors 94 * for the out_* accessors has the arguments in opposite order from the usual 95 * linux PCI accessors. Unlike those, they take the address first and the value 228 * PCI and standard ISA accessors 230 * Those are globally defined linux accessors for devices on PCI or ISA 237 * own implementation of some or all of the accessors. 298 * Non ordered and non-swapping "raw" accessors 424 * PCI PIO and MMIO accessors. [all …]
|
D | dcr-native.h | 32 /* Table based DCR accessors */ 36 /* mfdcrx/mtdcrx instruction based accessors. We hand code
|
/Linux-v5.15/drivers/net/mdio/ |
D | Kconfig | 27 FWNODE MDIO bus (Ethernet PHY) accessors 35 OpenFirmware MDIO bus (Ethernet PHY) accessors 42 ACPI MDIO bus (Ethernet PHY) accessors
|
/Linux-v5.15/include/linux/ |
D | virtio_config.h | 277 /* Memory accessors */ 327 /* Config space accessors. */ 356 /* Config space accessors. */ 391 /* LE (e.g. modern) Config space accessors. */ 539 /* Conditional config space accessors. */ 550 /* Conditional config space accessors. */
|
/Linux-v5.15/arch/mips/include/asm/ |
D | kvm_host.h | 436 /* Generate saved context simple accessors */ 494 /* Generate VZ guest context simple accessors */ 574 * These generate accessors operating on the saved context in RAM, and wrap them 575 * with the common guest C0 accessors (for use by common emulation code). 597 * These generate accessors operating on the VZ guest context in hardware, and 598 * wrap them with the common guest C0 accessors (for use by common emulation 601 * Accessors operating on the saved context in RAM are also generated to allow 623 * Define accessors for CP0 registers that are accessible to the guest. These
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | arch_timer.h | 67 /* inline sysreg accessors that make erratum_handler() work */ 100 * These register accessors are marked inline so the compiler can
|
/Linux-v5.15/drivers/soc/litex/ |
D | Kconfig | 16 accessors.
|
/Linux-v5.15/arch/arm/common/ |
D | Makefile | 10 obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
|
D | krait-l2-accessors.c | 8 #include <asm/krait-l2-accessors.h>
|
/Linux-v5.15/drivers/net/ethernet/freescale/enetc/ |
D | enetc_hw.h | 359 /* ENETC register accessors */ 387 /* use these accessors only on the fast datapath under 477 /* general register accessors */ 485 /* port register accessors - PF only */ 491 /* global register accessors - PF only */ 494 /* BDR register accessors, see ENETC_BDR() */
|
/Linux-v5.15/Documentation/core-api/ |
D | timekeeping.rst | 1 ktime accessors 174 some drivers may actually want the higher resolution accessors
|
/Linux-v5.15/Documentation/devicetree/bindings/soc/litex/ |
D | litex,soc-controller.yaml | 14 and to check if those accessors are ready to be used.
|
/Linux-v5.15/drivers/soc/qcom/ |
D | kryo-l2-accessors.c | 9 #include <soc/qcom/kryo-l2-accessors.h>
|
D | Makefile | 28 obj-$(CONFIG_QCOM_KRYO_L2_ACCESSORS) += kryo-l2-accessors.o
|
/Linux-v5.15/Documentation/driver-api/gpio/ |
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
|
/Linux-v5.15/drivers/staging/media/tegra-video/ |
D | tegra210.c | 8 * VI and CSI SoC specific data, operations and registers accessors. 139 /* Tegra210 VI registers accessors */ 151 /* Tegra210 VI_CSI registers accessors */ 739 /* Tegra210 CSI PHY registers accessors */ 750 /* Tegra210 CSI Pixel parser registers accessors */ 773 /* Tegra210 CSI CIL A/B port registers accessors */
|
/Linux-v5.15/include/asm-generic/ |
D | mmiowb.h | 15 * 2. Ensure your I/O write accessors call mmiowb_set_pending()
|
/Linux-v5.15/arch/x86/hyperv/ |
D | hv_apic.c | 300 * accessors since the field layout in the ICR register is in hv_apic_init() 304 * separate Hyper-V accessors for x2apic mode. The only in hv_apic_init()
|