Searched refs:cacheline (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_wait_release.h | 727 void *cacheline = (void *)(kmp_uintptr_t(spin) & ~(CACHE_LINE - 1)); 741 __kmp_umonitor(cacheline); 745 __kmp_mm_monitor(cacheline, 0, 0);
|
H A D | kmp.h | 1499 static inline void __kmp_umonitor(void *cacheline) { in __kmp_umonitor() argument 1503 : "a"(cacheline) in __kmp_umonitor() 1506 _umonitor(cacheline); in __kmp_umonitor() 1538 __kmp_mm_monitor(void *cacheline, unsigned extensions, unsigned hints) { in __kmp_mm_monitor() argument 1539 _mm_monitor(cacheline, extensions, hints); in __kmp_mm_monitor()
|
/freebsd/sys/dev/ti/ |
H A D | if_ti.c | 2021 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 D | aic7xxx.seq | 756 * 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 D | aic7xxx.reg | 1302 * Partial transfer past cacheline end to be
|
H A D | aic79xx.seq | 1521 * We fetch a "cacheline aligned" and sized amount of data 1525 * cacheline size is unknown.
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 1238 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
|