Searched defs:dtlb (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/target/xtensa/ |
H A D | mmu_helper.c | 83 bool dtlb, uint32_t way) in get_page_size() 106 bool dtlb, uint32_t way) in xtensa_tlb_get_addr_mask() 143 static uint32_t get_vpn_mask(const CPUXtensaState *env, bool dtlb, uint32_t way) in get_vpn_mask() 173 bool dtlb, uint32_t *vpn, in split_tlb_entry_spec_way() 228 static bool split_tlb_entry_spec(CPUXtensaState *env, uint32_t v, bool dtlb, in split_tlb_entry_spec() 247 static xtensa_tlb_entry *xtensa_tlb_get_entry(CPUXtensaState *env, bool dtlb, in xtensa_tlb_get_entry() 259 uint32_t v, bool dtlb, uint32_t *pwi) in get_tlb_entry() 276 xtensa_tlb_entry *entry, bool dtlb, in xtensa_tlb_set_entry_mmu() 286 static void xtensa_tlb_set_entry(CPUXtensaState *env, bool dtlb, in xtensa_tlb_set_entry() 460 uint32_t addr, bool dtlb, in xtensa_tlb_lookup() [all …]
|
H A D | cpu.h | 482 xtensa_tlb dtlb; member 527 xtensa_tlb_entry dtlb[10][MAX_TLB_WAY_SIZE]; member
|
H A D | translate.c | 1602 TCGv_i32 dtlb = tcg_constant_i32(par[0]); in translate_itlb() local 1930 TCGv_i32 dtlb = tcg_constant_i32(par[0]); in translate_ptlb() local 2126 TCGv_i32 dtlb = tcg_constant_i32(par[0]); in translate_rtlb() local 2414 TCGv_i32 dtlb = tcg_constant_i32(par[0]); in translate_wtlb() local
|
/openbmc/linux/arch/m68k/mm/ |
H A D | mcfmmu.c | 87 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word) in cf_tlb_miss()
|
/openbmc/linux/arch/xtensa/mm/ |
H A D | tlb.c | 232 static int check_tlb_entry(unsigned w, unsigned e, bool dtlb) in check_tlb_entry()
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | processor.h | 83 struct tlb_info dtlb; member
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.h | 222 OpenRISCTLBEntry dtlb[TLB_SIZE]; member
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.h | 499 SparcTLBEntry dtlb[64]; member
|