Searched refs:cacheline (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_wait_release.h | 531 void *cacheline = (void *)(kmp_uintptr_t(spin) & ~(CACHE_LINE - 1)); in __kmp_mwait_template() local 545 __kmp_umonitor(cacheline); in __kmp_mwait_template() 549 __kmp_mm_monitor(cacheline, 0, 0); in __kmp_mwait_template()
|
| H A D | kmp.h | 1388 static inline void __kmp_umonitor(void *cacheline) { in __kmp_umonitor() argument 1392 : "a"(cacheline) in __kmp_umonitor() 1395 _umonitor(cacheline); in __kmp_umonitor() 1424 __kmp_mm_monitor(void *cacheline, unsigned extensions, unsigned hints) { in __kmp_mm_monitor() argument 1425 _mm_monitor(cacheline, extensions, hints); in __kmp_mm_monitor()
|
| /freebsd-13.1/sys/dev/ti/ |
| H A D | if_ti.c | 2015 uint32_t cacheline; in ti_chipinit() local 2083 cacheline = CSR_READ_4(sc, TI_PCI_BIST) & 0xFF; in ti_chipinit() 2092 switch (cacheline) { in ti_chipinit() 2105 cacheline); in ti_chipinit()
|
| /freebsd-13.1/sys/dev/aic7xxx/ |
| H A D | aic7xxx.seq | 758 * We fetch a "cacheline aligned" and sized amount of data 762 * cacheline size is unknown. 799 * If the ending address is on a cacheline boundary,
|
| H A D | aic7xxx.reg | 1304 * Partial transfer past cacheline end to be
|
| H A D | aic79xx.seq | 1523 * We fetch a "cacheline aligned" and sized amount of data 1527 * cacheline size is unknown.
|
| /freebsd-13.1/contrib/jemalloc/ |
| H A D | ChangeLog | 1238 "arenas.cacheline", "arenas.subpage", "arenas.[tqcs]space_{min,max}", and
|