/Linux-v5.10/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-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-aarch64.c | 13 static unw_accessors_t accessors; variable 19 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.10/arch/m68k/include/asm/ |
D | vga.h | 18 * accessors, which are identical to the z_*() Zorro bus accessors.
|
/Linux-v5.10/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 409 * 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.10/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.10/arch/mips/include/asm/ |
D | kvm_host.h | 501 /* Generate saved context simple accessors */ 559 /* Generate VZ guest context simple accessors */ 639 * These generate accessors operating on the saved context in RAM, and wrap them 640 * with the common guest C0 accessors (for use by common emulation code). 659 * We generate the common accessors operating exclusively on the saved context 676 * These generate accessors operating on the VZ guest context in hardware, and 677 * wrap them with the common guest C0 accessors (for use by common emulation 680 * Accessors operating on the saved context in RAM are also generated to allow 704 * Define accessors for CP0 registers that are accessible to the guest. These
|
/Linux-v5.10/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.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_hw.h | 331 /* ENETC register accessors */ 359 /* use these accessors only on the fast datapath under 449 /* general register accessors */ 455 /* port register accessors - PF only */ 461 /* global register accessors - PF only */ 464 /* BDR register accessors, see ENETC_BDR() */
|
/Linux-v5.10/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.10/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 */ 644 /* Tegra210 CSI PHY registers accessors */ 655 /* Tegra210 CSI Pixel parser registers accessors */ 678 /* Tegra210 CSI CIL A/B port registers accessors */
|
/Linux-v5.10/Documentation/core-api/ |
D | timekeeping.rst | 1 ktime accessors 174 some drivers may actually want the higher resolution accessors
|
/Linux-v5.10/Documentation/driver-api/gpio/ |
D | consumer.rst | 241 To access such GPIOs, a different set of accessors is defined:: 247 IRQ handler, and those accessors must be used instead of spinlock-safe 248 accessors without the cansleep() name suffix. 250 Other than the fact that these accessors might sleep, and will work on GPIOs
|
/Linux-v5.10/drivers/soc/qcom/ |
D | Makefile | 28 obj-$(CONFIG_QCOM_KRYO_L2_ACCESSORS) += kryo-l2-accessors.o
|
D | kryo-l2-accessors.c | 9 #include <soc/qcom/kryo-l2-accessors.h>
|
/Linux-v5.10/arch/x86/hyperv/ |
D | hv_apic.c | 277 * accessors since the field layout in the ICR register is in hv_apic_init() 281 * separate Hyper-V accessors for x2apic mode. The only in hv_apic_init()
|
/Linux-v5.10/include/asm-generic/ |
D | mmiowb.h | 15 * 2. Ensure your I/O write accessors call mmiowb_set_pending()
|
/Linux-v5.10/drivers/pci/controller/dwc/ |
D | Makefile | 26 # They contain MCFG quirks to replace the generic ECAM accessors with
|
/Linux-v5.10/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 41 /* Generic accessors to PTE bits */ 97 * Hence no need for other accessors
|
/Linux-v5.10/drivers/gpu/drm/nouveau/include/nvhw/ |
D | drf.h | 25 /* Helpers common to all DRF accessors. */ 32 /* Helpers for DRF-MW accessors. */ 61 /* DRF accessors. */ 101 /* DRF-MW accessors. */
|
/Linux-v5.10/arch/x86/include/asm/ |
D | numa.h | 29 * should be accessed by the accessors - set_apicid_to_node() and
|