Searched refs:fulltlb (Results 1 – 2 of 2) sorted by relevance
257 g_free(desc->fulltlb); in tlb_mmu_resize_locked()263 desc->fulltlb = g_try_new(CPUTLBEntryFull, new_size); in tlb_mmu_resize_locked()272 while (fast->table == NULL || desc->fulltlb == NULL) { in tlb_mmu_resize_locked()281 g_free(desc->fulltlb); in tlb_mmu_resize_locked()283 desc->fulltlb = g_try_new(CPUTLBEntryFull, new_size); in tlb_mmu_resize_locked()315 desc->fulltlb = g_new(CPUTLBEntryFull, n_entries); in tlb_mmu_init()354 g_free(desc->fulltlb); in tlb_destroy()1150 desc->vfulltlb[vidx] = desc->fulltlb[index]; in tlb_set_page_full()1169 desc->fulltlb[index] = *full; in tlb_set_page_full()1170 full = &desc->fulltlb[index]; in tlb_set_page_full()[all …]
290 CPUTLBEntryFull *fulltlb; member