Searched refs:clflush (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/machine/x86_64/
H A Dcpufunc.h99 clflush(u_long addr) function
102 __asm __volatile("clflush %0" : : "m" (*(char *)addr));
109 __asm __volatile(".byte 0x66;clflush %0" : : "m" (*(char *)addr));
838 void clflush(u_long addr);
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/
H A Dcpufunc.h78 clflush(u_long addr) function
81 __asm __volatile("clflush %0" : : "m" (*(char *)addr));
88 __asm __volatile(".byte 0x66;clflush %0" : : "m" (*(char *)addr));
727 void clflush(u_long addr);
/haiku/headers/os/kernel/
H A DOS.h575 uint32 clflush : 8; member in struct:__anon16::__anon18

Completed in 53 milliseconds