Home | History | Annotate | Download | only in block

Lines Matching defs:l2_bits

175     s->l2_bits = s->cluster_bits - 3; /* L2 is always one cluster */
176 s->l2_size = 1 << s->l2_bits;
850 int fd, header_size, backing_filename_len, l1_size, i, shift, l2_bits;
905 l2_bits = s->cluster_bits - 3;
906 shift = s->cluster_bits + l2_bits;
1230 return (int64_t)s->l1_vm_state_index << (s->cluster_bits + s->l2_bits);