Home
last modified time | relevance | path

Searched refs:cacheline (Results 1 – 7 of 7) sorted by relevance

/freebsd/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) { in __kmp_umonitor() argument
1495 : "a"(cacheline) in __kmp_umonitor()
1498 _umonitor(cacheline); in __kmp_umonitor()
1530 __kmp_mm_monitor(void *cacheline, unsigned extensions, unsigned hints) { in __kmp_mm_monitor() argument
1531 _mm_monitor(cacheline, extensions, hints); in __kmp_mm_monitor()
/freebsd/sys/dev/ti/
H A Dif_ti.c2021 uint32_t cacheline; in ti_chipinit() local
2089 cacheline = CSR_READ_4(sc, TI_PCI_BIST) & 0xFF; in ti_chipinit()
2098 switch (cacheline) { in ti_chipinit()
2111 cacheline); in ti_chipinit()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq756 * We fetch a "cacheline aligned" and sized amount of data
760 * cacheline size is unknown.
797 * If the ending address is on a cacheline boundary,
H A Daic7xxx.reg1302 * Partial transfer past cacheline end to be
H A Daic79xx.seq1521 * We fetch a "cacheline aligned" and sized amount of data
1525 * cacheline size is unknown.
/freebsd/contrib/jemalloc/
H A DChangeLog1238 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and