Searched refs:OC_W32S_PER_LINE (Results 1 – 1 of 1) sorted by relevance
2288 #define OC_W32S_PER_LINE (1 << (OC_BITS_PER_LINE - 2)) macro2291 return (a >> 2) & (OC_W32S_PER_LINE - 1); in oc_line_offset()2313 UInt w32[OC_W32S_PER_LINE];2314 UChar descr[OC_W32S_PER_LINE];2327 for (i = 0; i < OC_W32S_PER_LINE; i++) { in classify_OCacheLine()2382 for (i = 0; i < OC_W32S_PER_LINE; i++) { in zeroise_OCacheLine()2555 tl_assert(0 == (tag & (4 * OC_W32S_PER_LINE - 1))); in find_OCacheLine()2573 && lineoff < OC_W32S_PER_LINE -1/*'cos 8-aligned*/); in set_aligned_word64_Origin_to_undef()2627 tl_assert(lineoff >= 0 && lineoff < OC_W32S_PER_LINE); in make_aligned_word32_undefined_w_otag()2664 tl_assert(lineoff >= 0 && lineoff < OC_W32S_PER_LINE); in make_aligned_word32_noaccess()[all …]