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

/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dintel_ring.h103 * same cacheline, the Head Pointer must not be greater than the Tail
109 * into the same cacheline as ring->head.
111 #define cacheline(a) round_down(a, CACHELINE_BYTES) macro
112 GEM_BUG_ON(cacheline(tail) == cacheline(head) && tail < head);
113 #undef cacheline macro
135 * same cacheline, the Head Pointer must not be greater than the Tail
H A Dselftest_timeline.c97 unsigned long cacheline; local
110 cacheline = hwsp_cacheline(tl);
111 err = radix_tree_insert(&state->cachelines, cacheline, tl);
114 pr_err("HWSP cacheline %lu already used; duplicate allocation!\n",
115 cacheline);
679 * Across a seqno wrap, we need to keep the old cacheline alive for
/openbsd-current/sys/dev/fdt/
H A Dqcsmem.c69 uint32_t cacheline; member in struct:qcsmem_ptable_entry
95 size_t cacheline; member in struct:qcsmem_partition
243 part->cacheline = pte->cacheline;
401 roundup(sizeof(*entry), part->cacheline);
426 roundup(sizeof(*entry), part->cacheline);
/openbsd-current/sys/arch/sparc64/dev/
H A Dpci_machdep.c262 int bus_frequency, lt, cl, cacheline; local
276 cacheline = max(cacheinfo.ec_linesize, 64);
329 cl = cacheline;
/openbsd-current/sys/dev/ic/
H A Dti.c1123 u_int32_t cacheline; local
1136 cacheline = CSR_READ_4(sc, TI_PCI_BIST) & 0xFF;
1145 switch(cacheline) {

Completed in 190 milliseconds