Home
last modified time | relevance | path

Searched defs:cpu_spinwait (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpu.h73 #define cpu_spinwait() /* nothing */ macro
/f-stack/freebsd/i386/include/
H A Dcpu.h52 #define cpu_spinwait() ia32_pause() macro
/f-stack/freebsd/amd64/include/
H A Dcpu.h52 #define cpu_spinwait() ia32_pause() macro
/f-stack/freebsd/arm/include/
H A Dcpu.h59 #define cpu_spinwait() /* nothing */ macro
/f-stack/freebsd/arm64/include/
H A Dcpu.h53 #define cpu_spinwait() __asm __volatile("yield" ::: "memory") macro