Searched defs:l2_index (Results 1 – 7 of 7) sorted by relevance
164 unsigned int l1_index, l2_index; in qcow2_write_raw_image() local
367 uint32_t l2_index = (address >> 24) & 0xfff; in get_aux_entry() local489 uint32_t l2_index = (address >> 24) & 0xfff; in remove_mapping() local
637 uint32_t l2_index = UINT32_MAX, l3_index = UINT32_MAX; in cpuinfo_arm_linux_init() local
432 …uint32_t l1i_index = UINT32_MAX, l1d_index = UINT32_MAX, l2_index = UINT32_MAX, l3_index = UINT32_… in cpuinfo_x86_windows_init() local
350 …uint32_t l1i_index = UINT32_MAX, l1d_index = UINT32_MAX, l2_index = UINT32_MAX, l3_index = UINT32_… in cpuinfo_x86_linux_init() local
1021 let l2_index = self.l2_table_index(address) as usize; in file_offset_read() localVariable1058 let l2_index = self.l2_table_index(address) as usize; in file_offset_write() localVariable1192 let l2_index = self.l2_table_index(address) as usize; in cluster_allocated() localVariable1264 let l2_index = self.l2_table_index(address) as usize; in deallocate_cluster() localVariable
1070 blk64_t l2_index = blk & (img->l2_size - 1); in add_l2_item() local