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

/external/linux-tools-perf/util/include/linux/
H A Dprefetch.h4 static inline void prefetch(void *a __attribute__((unused))) { } function
/external/llvm/test/MC/X86/
H A D3DNow.s73 // CHECK: prefetch (%rax) # encoding: [0x0f,0x0d,0x00]
75 prefetch (%rax) label
/external/kernel-headers/original/asm-arm/
H A Dprocessor.h107 #define prefetch(ptr) \ macro
117 #define prefetchw(ptr) prefetch(ptr)
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt_browsertest.cc168 const char* kPrefetchAuthPage = "files/login/prefetch.html";
177 // Confirm that <link rel="prefetch"> targetting an auth required
184 // prefetch resource requires authorization.
192 explicit SetPrefetchForTest(bool prefetch) argument
194 ResourceDispatcherHost::set_is_prefetch_enabled(prefetch);
/external/kernel-headers/original/asm-mips/
H A Dprocessor.h21 #include <asm/prefetch.h>
251 static inline void prefetch(const void *addr) function
/external/yaffs2/yaffs2/
H A Ddevextras.h54 #define prefetch(x) 1 macro
193 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
194 pos = pos->next, prefetch(pos->next))
/external/iptables/libiptc/
H A Dlinux_list.h30 #define prefetch(x) 1 macro
339 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
340 pos = pos->next, prefetch(pos->next))
361 for (pos = (head)->prev, prefetch(pos->prev); pos != (head); \
362 pos = pos->prev, prefetch(pos->prev))
382 prefetch(pos->member.next); \
385 prefetch(pos->member.next))
395 prefetch(pos->member.prev); \
398 prefetch(pos->member.prev))
419 prefetch(po
[all...]
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc403 explicit SetPrefetchForTest(bool prefetch) argument
405 ResourceDispatcherHost::set_is_prefetch_enabled(prefetch);
417 // only malware was a prefetch target.
/external/kernel-headers/original/asm-x86/
H A Dprocessor_32.h745 static inline void prefetch(const void *x) function
757 /* 3dnow! prefetch to get an exclusive cache line. Useful for
/external/v8/src/ia32/
H A Dassembler-ia32.cc2170 void Assembler::prefetch(const Operand& src, int level) { function in class:v8::internal::Assembler
/external/kernel-headers/original/asm-mips/pci/
H A Dbridge.h810 u64 prefetch:1; member in struct:ate_u::ate_s

Completed in 542 milliseconds