Home
last modified time | relevance | path

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

/qemu/target/xtensa/
H A Dmmu_helper.c193 uint32_t eibase = 20 + get_page_size(env, dtlb, wi) * 2; in split_tlb_entry_spec_way() local
194 *ei = (v >> eibase) & 0x3; in split_tlb_entry_spec_way()
200 uint32_t eibase = 27 + get_page_size(env, dtlb, wi); in split_tlb_entry_spec_way() local
201 *ei = (v >> eibase) & 0x3; in split_tlb_entry_spec_way()
209 uint32_t eibase = 29 - get_page_size(env, dtlb, wi); in split_tlb_entry_spec_way() local
210 *ei = (v >> eibase) & 0x7; in split_tlb_entry_spec_way()