Home
last modified time | relevance | path

Searched full:accessors (Results 1 – 25 of 195) sorted by relevance

12345678

/linux/tools/build/feature/
H A Dtest-libunwind.c13 static unw_accessors_t accessors;
19 addr_space = unw_create_addr_space(&accessors, 0); in main()
14 static unw_accessors_t accessors; global() variable
H A Dtest-libunwind-aarch64.c
H A Dtest-libunwind-x86_64.c
H A Dtest-libunwind-x86.c
H A Dtest-libunwind-arm.c
/linux/include/linux/
H A Dvirtio_config.h415 /* Memory accessors */
465 /* Config space accessors. */
494 /* Config space accessors. */
529 /* LE (e.g. modern) Config space accessors. */
677 /* Conditional config space accessors. */
688 /* Conditional config space accessors. */
/linux/arch/powerpc/include/asm/
H A Ddcr-native.h32 /* Table based DCR accessors */
36 /* mfdcrx/mtdcrx instruction based accessors. We hand code
/linux/rust/kernel/pci/
H A Dio.rs74 /// Provides typed read and write accessors for configuration registers
92 // Return value from C function is ignored in infallible accessors.
104 // Return value from C function is ignored in infallible accessors.
/linux/drivers/soc/litex/
H A DKconfig16 accessors.
/linux/Documentation/core-api/
H A Dtimekeeping.rst1 ktime accessors
175 some drivers may actually want the higher resolution accessors
/linux/arch/arm/common/
H A DMakefile9 obj-$(CONFIG_KRAIT_L2_ACCESSORS) += krait-l2-accessors.o
H A Dkrait-l2-accessors.c8 #include <asm/krait-l2-accessors.h>
/linux/Documentation/devicetree/bindings/soc/litex/
H A Dlitex,soc-controller.yaml14 and to check if those accessors are ready to be used.
/linux/rust/kernel/
H A Dio.rs40 /// `Mmio` instance providing the actual memory accessors. Only by the conversion into an `Mmio`
234 /// - Fallible (runtime checked) accessors for different data widths
710 /// enabling the use of infallible I/O accessors with compile-time bounds checking.
779 /// Converts an `MmioRaw` into an `Mmio` instance, providing the accessors to the MMIO mapping.
791 /// [`Mmio`] wrapper using relaxed accessors.
819 /// Relaxed accessors do not provide ordering guarantees with respect to DMA or memory accesses
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h406 /* ENETC register accessors */
438 /* use these accessors only on the fast datapath under
538 /* general register accessors */
546 /* port register accessors - PF only */
553 /* global register accessors - PF only */
556 /* BDR register accessors, see ENETC_BDR() */
/linux/Documentation/driver-api/gpio/
H A Dconsumer.rst247 To access such GPIOs, a different set of accessors is defined::
253 IRQ handler, and those accessors must be used instead of spinlock-safe
254 accessors without the cansleep() name suffix.
256 Other than the fact that these accessors might sleep, and will work on GPIOs
/linux/fs/btrfs/
H A Draid-stripe-tree.h12 #include "accessors.h"
/linux/drivers/soc/qcom/
H A Dkryo-l2-accessors.c9 #include <soc/qcom/kryo-l2-accessors.h>
/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c8 * VI and CSI SoC specific data, operations and registers accessors.
146 /* Tegra210 VI registers accessors */
158 /* Tegra210 VI_CSI registers accessors */
828 /* Tegra210 CSI PHY registers accessors */
839 /* Tegra210 CSI Pixel parser registers accessors */
862 /* Tegra210 CSI CIL A/B port registers accessors */
/linux/drivers/gpu/drm/nouveau/include/nvhw/
H A Ddrf.h25 /* Helpers common to all DRF accessors. */
32 /* Helpers for DRF-MW accessors. */
61 /* DRF accessors. */
101 /* DRF-MW accessors. */
/linux/include/asm-generic/
H A Dmmiowb.h15 * 2. Ensure your I/O write accessors call mmiowb_set_pending()
/linux/arch/x86/include/asm/
H A Dnuma.h20 * should be accessed by the accessors - set_apicid_to_node() and
/linux/arch/x86/hyperv/
H A Dhv_apic.c324 * accessors since the field layout in the ICR register is in hv_apic_init()
328 * separate Hyper-V accessors for x2apic mode. The only in hv_apic_init()
/linux/drivers/net/mdio/
H A Dacpi_mdio.c19 MODULE_DESCRIPTION("ACPI MDIO bus (Ethernet PHY) accessors");
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h157 /* Generic accessors to PTE bits */
234 * Hence no need for other accessors

12345678