Lines Matching refs:zix
1063 UWord zix; in find_ZF_for_reading() local
1069 zix = smoff >> N_LINE_BITS; in find_ZF_for_reading()
1070 tl_assert(zix < N_SECMAP_ZLINES); in find_ZF_for_reading()
1071 lineZ = &sm->linesZ[zix]; in find_ZF_for_reading()
1092 UWord zix; in find_Z_for_writing() local
1098 zix = smoff >> N_LINE_BITS; in find_Z_for_writing()
1099 tl_assert(zix < N_SECMAP_ZLINES); in find_Z_for_writing()
1100 lineZ = &sm->linesZ[zix]; in find_Z_for_writing()
1109 *zixp = zix; in find_Z_for_writing()
1468 Word zix, fix, csvalsUsed; in cacheline_wback() local
1488 zix = fix = -1; in cacheline_wback()
1492 find_Z_for_writing( &sm, &zix, tag ); in cacheline_wback()
1495 tl_assert(zix >= 0 && zix < N_SECMAP_ZLINES); in cacheline_wback()
1496 lineZ = &sm->linesZ[zix]; in cacheline_wback()
5845 Word zix; in zsm_sset_range() local
5852 find_Z_for_writing( &sm, &zix, tag ); in zsm_sset_range()
5854 tl_assert(zix >= 0 && zix < N_SECMAP_ZLINES); in zsm_sset_range()
5855 lineZ = &sm->linesZ[zix]; in zsm_sset_range()
6994 UWord zix = shmem__get_SecMap_offset(b) >> N_LINE_BITS; in libhb_srange_get_abits() local
6995 lineZ = &sm->linesZ[zix]; in libhb_srange_get_abits()