Searched refs:build_tlb_write_entry (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/include/asm/ |
H A D | tlbex.h | 23 void build_tlb_write_entry(u32 **p, struct uasm_label **l,
|
/linux/arch/mips/mm/ |
H A D | tlbex.c | 476 void build_tlb_write_entry(u32 **p, struct uasm_label **l, in build_tlb_write_entry() function 581 EXPORT_SYMBOL_GPL(build_tlb_write_entry); 669 build_tlb_write_entry(p, l, r, wmode); in build_huge_tlb_write_entry() 740 build_tlb_write_entry(p, l, r, tlb_indexed); in build_huge_handler_tail() 1217 build_tlb_write_entry(p, l, r, tlb_random); in build_fast_tlb_refill_handler() 1221 build_tlb_write_entry(p, l, r, tlb_random); in build_fast_tlb_refill_handler() 1226 build_tlb_write_entry(p, l, r, tlb_random); in build_fast_tlb_refill_handler() 1297 build_tlb_write_entry(&p, &l, &r, tlb_random); in build_r4000_tlb_refill_handler() 2044 build_tlb_write_entry(p, l, r, tlb_indexed); in build_r4000_tlbchange_handler_tail()
|
/linux/arch/mips/kvm/ |
H A D | entry.c | 439 build_tlb_write_entry(&p, &l, &r, tlb_random); in kvm_mips_build_tlb_refill_exception()
|