Searched refs:fulltlb (Results 1 – 2 of 2) sorted by relevance
251 g_free(desc->fulltlb); in tlb_mmu_resize_locked()257 desc->fulltlb = g_try_new(CPUTLBEntryFull, new_size); in tlb_mmu_resize_locked()266 while (fast->table == NULL || desc->fulltlb == NULL) { in tlb_mmu_resize_locked()275 g_free(desc->fulltlb); in tlb_mmu_resize_locked()277 desc->fulltlb = g_try_new(CPUTLBEntryFull, new_size); in tlb_mmu_resize_locked()309 desc->fulltlb = g_new(CPUTLBEntryFull, n_entries); in tlb_mmu_init()348 g_free(desc->fulltlb); in tlb_destroy()931 tlb_reset_dirty_range_locked(&desc->fulltlb[i], &fast->table[i], in tlb_reset_dirty()1137 desc->vfulltlb[vidx] = desc->fulltlb[index]; in tlb_set_page_full()1156 desc->fulltlb[index] = *full; in tlb_set_page_full()[all …]
295 CPUTLBEntryFull *fulltlb; member