Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dmem_helper.c141 uint32_t i = env->tlb_last; in hppa_alloc_tlb_ent()
146 env->tlb_last = i + 1; in hppa_alloc_tlb_ent()
648 env->tlb_last = btlb_entries; in hppa_ptlbe()
H A Dmachine.c159 VMSTATE_UINT32(tlb_last, CPUHPPAState),
H A Dcpu.h251 uint32_t tlb_last; member