Searched defs:prefetch (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/arch/parisc/include/asm/
H A Dprefetch.h23 static inline void prefetch(const void *addr) function
/linux-master/include/linux/
H A Dprefetch.h39 #define prefetch(x) __builtin_prefetch(x) macro
/linux-master/arch/alpha/include/asm/
H A Dprocessor.h51 extern inline void prefetch(const void *ptr) function
/linux-master/fs/bcachefs/
H A Dbtree_journal_iter.h26 bool prefetch; member in struct:btree_and_journal_iter
/linux-master/arch/arm/include/asm/
H A Dprocessor.h110 static inline void prefetch(const void *ptr) function
/linux-master/arch/sparc/include/asm/
H A Dprocessor_64.h217 static inline void prefetch(const void *x) function
/linux-master/drivers/net/wireless/st/cw1200/
H A Dhwio.c171 cw1200_indirect_read(struct cw1200_common *priv, u32 addr, void *buf, size_t buf_len, u32 prefetch, u16 port_addr) argument
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu_v2.c169 u16 prefetch; local
193 u16 prefetch; local
H A Detnaviv_buffer.c64 CMD_LINK(struct etnaviv_cmdbuf *buffer, u16 prefetch, u32 address) argument
H A Detnaviv_gpu.c681 etnaviv_gpu_start_fe(struct etnaviv_gpu *gpu, u32 address, u16 prefetch) argument
698 u16 prefetch; local
/linux-master/drivers/net/wireless/silabs/wfx/
H A Dhwio.c101 u32 prefetch; local
/linux-master/arch/sh/include/asm/
H A Dprocessor_32.h192 static inline void prefetch(const void *x) function
/linux-master/drivers/dma/dw-edma/
H A Ddw-hdma-v0-regs.h30 u32 prefetch; /* 0x0008 */ member in struct:dw_hdma_v0_ch_regs
/linux-master/arch/x86/kvm/mmu/
H A Dspte.c137 make_spte(struct kvm_vcpu *vcpu, struct kvm_mmu_page *sp, const struct kvm_memory_slot *slot, unsigned int pte_access, gfn_t gfn, kvm_pfn_t pfn, u64 old_spte, bool prefetch, bool can_unsync, bool host_writable, u64 *new_spte) argument
H A Dmmu_internal.h194 const bool prefetch; member in struct:kvm_page_fault
282 kvm_mmu_do_page_fault(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, u32 err, bool prefetch, int *emulation_type) argument
/linux-master/arch/loongarch/include/asm/
H A Dprocessor.h214 #define prefetch(x) __builtin_prefetch((x), 0, 1) macro
/linux-master/drivers/s390/cio/
H A Dio_sch.h21 unsigned int prefetch:1;/* deny prefetch */ member in struct:io_subchannel_private::__anon1395
/linux-master/tools/testing/selftests/net/
H A Dtcp_mmap.c98 static inline void prefetch(const void *x) function
/linux-master/arch/mips/include/asm/
H A Dprocessor.h387 #define prefetch(x) __builtin_prefetch((x), 0, 1) macro
/linux-master/arch/x86/mm/
H A Dfault.c128 int prefetch = 0; local
72 check_prefetch_opcode(struct pt_regs *regs, unsigned char *instr, unsigned char opcode, int *prefetch) argument
/linux-master/drivers/gpu/drm/xe/
H A Dxe_vm_types.h354 struct xe_vma_op_prefetch prefetch; member in union:xe_vma_op::__anon107
/linux-master/drivers/misc/
H A Dpch_phub.c706 unsigned int prefetch = 0x000affaa; local
/linux-master/arch/arm/mm/
H A Dcache-l2x0.c657 u32 prefetch = readl_relaxed(base + L310_PREFETCH_CTRL); local
1133 u32 prefetch; local
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h392 static inline void prefetch(const void *x) function
/linux-master/arch/arm64/include/asm/
H A Dprocessor.h358 static inline void prefetch(const void *ptr) function

Completed in 269 milliseconds

12