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()
113 ent->unused_next = env->tlb_unused; in hppa_flush_tlb_ent()114 env->tlb_unused = ent; in hppa_flush_tlb_ent()137 HPPATLBEntry *ent = env->tlb_unused; in hppa_alloc_tlb_ent()152 env->tlb_unused = ent->unused_next; in hppa_alloc_tlb_ent()652 env->tlb_unused = &env->tlb[btlb_entries]; in hppa_ptlbe()
260 HPPATLBEntry *tlb_unused; member