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

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h723 void *cacheline = (void *)(kmp_uintptr_t(spin) & ~(CACHE_LINE - 1));
737 __kmp_umonitor(cacheline);
741 __kmp_mm_monitor(cacheline, 0, 0);
H A Dkmp.h1491 static inline void __kmp_umonitor(void *cacheline) { argument
1495 : "a"(cacheline)
1498 _umonitor(cacheline);
1530 __kmp_mm_monitor(void *cacheline, unsigned extensions, unsigned hints) { argument
1531 _mm_monitor(cacheline, extensions, hints);
/freebsd-current/sys/dev/ti/
H A Dif_ti.c2021 uint32_t cacheline; local
2089 cacheline = CSR_READ_4(sc, TI_PCI_BIST) & 0xFF;
2098 switch (cacheline) {
2111 cacheline);

Completed in 90 milliseconds