/linux/arch/parisc/include/asm/ |
A D | prefetch.h | 23 static inline void prefetch(const void *addr) in prefetch() function
|
/linux/include/linux/ |
A D | prefetch.h | 40 #define prefetch(x) __builtin_prefetch(x) macro
|
/linux/drivers/gpu/drm/etnaviv/ |
A D | etnaviv_iommu_v2.c | 169 u16 prefetch; in etnaviv_iommuv2_restore_nonsec() local 193 u16 prefetch; in etnaviv_iommuv2_restore_sec() local
|
A D | etnaviv_gpu.c | 634 void etnaviv_gpu_start_fe(struct etnaviv_gpu *gpu, u32 address, u16 prefetch) in etnaviv_gpu_start_fe() 653 u16 prefetch; in etnaviv_gpu_start_fe_idleloop() local
|
A D | etnaviv_buffer.c | 64 u16 prefetch, u32 address) in CMD_LINK()
|
/linux/arch/alpha/include/asm/ |
A D | processor.h | 63 extern inline void prefetch(const void *ptr) in prefetch() function
|
/linux/arch/x86/kvm/ |
A D | mmu.h | 121 const bool prefetch; member 179 u32 err, bool prefetch) in kvm_mmu_do_page_fault()
|
/linux/arch/arm/include/asm/ |
A D | processor.h | 112 static inline void prefetch(const void *ptr) in prefetch() function
|
/linux/arch/sparc/include/asm/ |
A D | processor_64.h | 225 static inline void prefetch(const void *x) in prefetch() function
|
/linux/arch/x86/kvm/mmu/ |
A D | spte.c | 95 u64 old_spte, bool prefetch, bool can_unsync, in make_spte()
|
/linux/arch/x86/mm/ |
A D | fault.c | 70 unsigned char opcode, int *prefetch) in check_prefetch_opcode() 125 int prefetch = 0; in is_prefetch() local
|
/linux/arch/ia64/lib/ |
A D | memcpy_mck.S | 133 .prefetch: label
|
/linux/arch/sh/include/asm/ |
A D | processor_32.h | 194 static inline void prefetch(const void *x) in prefetch() function
|
/linux/tools/testing/selftests/net/ |
A D | tcp_mmap.c | 91 static inline void prefetch(const void *x) in prefetch() function
|
/linux/drivers/net/wireless/st/cw1200/ |
A D | hwio.c | 172 size_t buf_len, u32 prefetch, u16 port_addr) in cw1200_indirect_read()
|
/linux/arch/arm/mm/ |
A D | cache-l2x0.c | 657 u32 prefetch = readl_relaxed(base + L310_PREFETCH_CTRL); in l2c310_enable() local 1133 u32 prefetch; in l2c310_of_parse() local
|
/linux/drivers/staging/wfx/ |
A D | hwio.c | 115 u32 prefetch; in indirect_read() local
|
/linux/arch/mips/include/asm/ |
A D | processor.h | 385 #define prefetch(x) __builtin_prefetch((x), 0, 1) macro
|
/linux/arch/arm64/include/asm/ |
A D | processor.h | 323 static inline void prefetch(const void *ptr) in prefetch() function
|
/linux/drivers/s390/cio/ |
A D | io_sch.h | 21 unsigned int prefetch:1;/* deny prefetch */ member
|
/linux/drivers/misc/ |
A D | pch_phub.c | 706 unsigned int prefetch = 0x000affaa; in pch_phub_probe() local
|
/linux/arch/powerpc/include/asm/ |
A D | processor.h | 363 static inline void prefetch(const void *x) in prefetch() function
|
/linux/arch/ia64/include/asm/ |
A D | processor.h | 652 prefetch (const void *x) in prefetch() function
|
/linux/arch/x86/include/asm/ |
A D | processor.h | 727 static inline void prefetch(const void *x) in prefetch() function
|
/linux/lib/zstd/decompress/ |
A D | zstd_decompress_block.c | 942 …Sequence(seqState_t* seqState, const ZSTD_longOffset_e longOffsets, const ZSTD_prefetch_e prefetch) in ZSTD_decodeSequence()
|