Home
last modified time | relevance | path

Searched defs:prefetch (Results 1 – 25 of 40) sorted by relevance

12

/openbmc/qemu/hw/misc/
H A Domap_gpmc.c54 struct prefetch { struct
55 uint32_t config1; /* GPMC_PREFETCH_CONFIG1 */
56 uint32_t transfercount; /* GPMC_PREFETCH_CONFIG2:TRANSFERCOUNT */
57 int startengine; /* GPMC_PREFETCH_CONTROL:STARTENGINE */
58 int fifopointer; /* GPMC_PREFETCH_STATUS:FIFOPOINTER */
59 int count; /* GPMC_PREFETCH_STATUS:COUNTVALUE */
60 MemoryRegion iomem;
61 uint8_t fifo[64];
62 } prefetch; member
/openbmc/linux/arch/parisc/include/asm/
H A Dprefetch.h23 static inline void prefetch(const void *addr) in prefetch() function
/openbmc/linux/include/linux/
H A Dprefetch.h39 #define prefetch(x) __builtin_prefetch(x) macro
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu_v2.c169 u16 prefetch; in etnaviv_iommuv2_restore_nonsec() local
193 u16 prefetch; in etnaviv_iommuv2_restore_sec() local
H A Detnaviv_buffer.c65 u16 prefetch, u32 address) in CMD_LINK()
H A Detnaviv_gpu.c650 void etnaviv_gpu_start_fe(struct etnaviv_gpu *gpu, u32 address, u16 prefetch) in etnaviv_gpu_start_fe()
667 u16 prefetch; in etnaviv_gpu_start_fe_idleloop() local
/openbmc/linux/arch/alpha/include/asm/
H A Dprocessor.h51 extern inline void prefetch(const void *ptr) in prefetch() function
/openbmc/linux/arch/arm/include/asm/
H A Dprocessor.h110 static inline void prefetch(const void *ptr) in prefetch() function
/openbmc/linux/arch/sparc/include/asm/
H A Dprocessor_64.h217 static inline void prefetch(const void *x) in prefetch() function
/openbmc/u-boot/drivers/pci/
H A Dpci_auto_old.c31 struct pci_region *prefetch, in pciauto_setup_device()
H A Dpci_auto.c22 struct pci_region *prefetch, struct pci_region *io, in dm_pciauto_setup_device()
/openbmc/linux/arch/x86/kvm/mmu/
H A Dmmu_internal.h193 const bool prefetch; member
281 u32 err, bool prefetch, int *emulation_type) in kvm_mmu_do_page_fault()
H A Dspte.c140 u64 old_spte, bool prefetch, bool can_unsync, in make_spte()
/openbmc/u-boot/arch/mips/include/asm/
H A Dprocessor.h125 static inline void prefetch(const void *addr) in prefetch() function
/openbmc/linux/arch/ia64/lib/
H A Dmemcpy_mck.S133 .prefetch: label
/openbmc/linux/arch/x86/mm/
H A Dfault.c71 unsigned char opcode, int *prefetch) in check_prefetch_opcode()
126 int prefetch = 0; in is_prefetch() local
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor_32.h192 static inline void prefetch(const void *x) in prefetch() function
/openbmc/linux/drivers/net/wireless/st/cw1200/
H A Dhwio.c172 size_t buf_len, u32 prefetch, u16 port_addr) in cw1200_indirect_read()
/openbmc/u-boot/drivers/usb/gadget/
H A Dpxa25x_udc.h21 static inline void prefetch(const void *ptr) in prefetch() function
/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c98 static inline void prefetch(const void *x) in prefetch() function
/openbmc/linux/arch/loongarch/include/asm/
H A Dprocessor.h214 #define prefetch(x) __builtin_prefetch((x), 0, 1) macro
/openbmc/linux/arch/arm/mm/
H A Dcache-l2x0.c657 u32 prefetch = readl_relaxed(base + L310_PREFETCH_CTRL); in l2c310_enable() local
1133 u32 prefetch; in l2c310_of_parse() local
/openbmc/linux/drivers/net/wireless/silabs/wfx/
H A Dhwio.c101 u32 prefetch; in wfx_indirect_read() local
/openbmc/linux/drivers/dma/dw-edma/
H A Ddw-hdma-v0-regs.h30 u32 prefetch; /* 0x0008 */ member
/openbmc/linux/include/drm/
H A Ddrm_gpuva_mgr.h514 struct drm_gpuva_op_prefetch prefetch; member

12