Home
last modified time | relevance | path

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

/linux-6.12.1/arch/xtensa/mm/
Dtlb.c232 static int check_tlb_entry(unsigned w, unsigned e, bool dtlb) in check_tlb_entry() argument
235 unsigned r0 = dtlb ? in check_tlb_entry()
237 unsigned r1 = dtlb ? in check_tlb_entry()
248 dtlb ? 'D' : 'I', w, e, vpn, in check_tlb_entry()
256 dtlb ? 'D' : 'I', w, e, r0, r1, pte); in check_tlb_entry()
/linux-6.12.1/arch/m68k/mm/
Dmcfmmu.c86 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word) in cf_tlb_miss() argument
100 mmuar = (dtlb) ? mmu_read(MMUAR) : in cf_tlb_miss()
147 if (dtlb) in cf_tlb_miss()
/linux-6.12.1/arch/m68k/include/asm/
Dmcfmmu.h110 int cf_tlb_miss(struct pt_regs *regs, int write, int dtlb, int extension_word);
/linux-6.12.1/arch/sh/include/asm/
Dprocessor.h83 struct tlb_info dtlb; member
/linux-6.12.1/Documentation/arch/arm64/
Dperf.rst219 every cycle where the number of dtlb walks were less than 10.
/linux-6.12.1/arch/microblaze/boot/dts/
Dsystem.dts89 xlnx,mmu-dtlb-size = <0x4>;