Searched refs:rw_t2t_mask_bits (Results 1 – 1 of 1) sorted by relevance
70 const UINT8 rw_t2t_mask_bits[8] = variable2096 p_t2t->attr[offset / TAG_BITS_PER_BYTE] |= rw_t2t_mask_bits[offset % TAG_BITS_PER_BYTE]; in rw_t2t_update_attributes()2119 … p_t2t->attr[offset /TAG_BITS_PER_BYTE] |= rw_t2t_mask_bits[offset % TAG_BITS_PER_BYTE]; in rw_t2t_update_attributes()2308 … if (p_t2t->tag_hdr[T2T_STATIC_LOCK0 + num_static_lock_bytes] & rw_t2t_mask_bits[xx++]) in rw_t2t_update_lock_attributes()2314 … if (p_t2t->tag_hdr[T2T_STATIC_LOCK0 + num_static_lock_bytes] & rw_t2t_mask_bits[xx++]) in rw_t2t_update_lock_attributes()2351 if (p_t2t->lockbyte[num_dyn_lock_bytes].lock_byte & rw_t2t_mask_bits[xx]) in rw_t2t_update_lock_attributes()2411 return ((p_t2t->attr[index /8] & rw_t2t_mask_bits[index % 8]) == 0) ? FALSE:TRUE; in rw_t2t_is_lock_res_byte()2449 return ((p_t2t->lock_attr[index /8] & rw_t2t_mask_bits[index % 8]) == 0) ? FALSE:TRUE; in rw_t2t_is_read_only_byte()