Searched defs:prefetch (Results 1 – 17 of 17) sorted by relevance
| /arch/parisc/include/asm/ |
| A D | prefetch.h | 23 static inline void prefetch(const void *addr) in prefetch() function
|
| /arch/alpha/include/asm/ |
| A D | processor.h | 47 extern inline void prefetch(const void *ptr) in prefetch() function
|
| /arch/arm/include/asm/ |
| A D | processor.h | 110 static inline void prefetch(const void *ptr) in prefetch() function
|
| /arch/sparc/include/asm/ |
| A D | processor_64.h | 217 static inline void prefetch(const void *x) in prefetch() function
|
| /arch/x86/kvm/mmu/ |
| A D | mmu_internal.h | 240 const bool prefetch; member 351 u64 err, bool prefetch, in kvm_mmu_do_page_fault()
|
| A D | spte.c | 189 u64 old_spte, bool prefetch, bool synchronizing, in make_spte()
|
| A D | mmu.c | 2926 gfn_t gfn, bool synchronizing, bool prefetch) in mmu_try_to_unsync_pages() 3040 bool prefetch = !fault || fault->prefetch; in mmu_set_spte() local
|
| /arch/sh/include/asm/ |
| A D | processor_32.h | 192 static inline void prefetch(const void *x) in prefetch() function
|
| /arch/riscv/include/asm/ |
| A D | processor.h | 157 static inline void prefetch(const void *x) in prefetch() function
|
| /arch/x86/mm/ |
| A D | fault.c | 72 unsigned char opcode, int *prefetch) in check_prefetch_opcode() 127 int prefetch = 0; in is_prefetch() local
|
| /arch/loongarch/include/asm/ |
| A D | processor.h | 214 #define prefetch(x) __builtin_prefetch((x), 0, 1) macro
|
| /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
|
| /arch/mips/include/asm/ |
| A D | processor.h | 387 #define prefetch(x) __builtin_prefetch((x), 0, 1) macro
|
| /arch/arm64/include/asm/ |
| A D | processor.h | 388 static inline void prefetch(const void *ptr) in prefetch() function
|
| /arch/powerpc/include/asm/ |
| A D | processor.h | 403 static inline void prefetch(const void *x) in prefetch() function
|
| /arch/x86/include/asm/ |
| A D | processor.h | 624 static inline void prefetch(const void *x) in prefetch() function
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-pci-defs.h | 1864 uint32_t prefetch:3; member 1879 uint32_t prefetch:3; member 1894 uint32_t prefetch:3; member
|
Completed in 46 milliseconds