Searched refs:tlb_unused (Results 1 – 3 of 3) sorted by relevance
117 env->tlb_unused = NULL; in tlb_pre_load()127 HPPATLBEntry **unused = &env->tlb_unused; in tlb_post_load()
116 ent->unused_next = env->tlb_unused; in hppa_flush_tlb_ent()117 env->tlb_unused = ent; in hppa_flush_tlb_ent()140 HPPATLBEntry *ent = env->tlb_unused; in hppa_alloc_tlb_ent()155 env->tlb_unused = ent->unused_next; in hppa_alloc_tlb_ent()655 env->tlb_unused = &env->tlb[btlb_entries]; in hppa_ptlbe()
263 HPPATLBEntry *tlb_unused; member