Home
last modified time | relevance | path

Searched refs:tlb_last (Results 1 – 3 of 3) sorted by relevance

/qemu/target/hppa/
H A Dmem_helper.c144 uint32_t i = env->tlb_last; in hppa_alloc_tlb_ent()
149 env->tlb_last = i + 1; in hppa_alloc_tlb_ent()
651 env->tlb_last = btlb_entries; in hppa_ptlbe()
H A Dmachine.c159 VMSTATE_UINT32(tlb_last, CPUHPPAState),
H A Dcpu.h254 uint32_t tlb_last; member