Searched refs:tlb_handler (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/arch/mips/mm/ |
D | tlbex.c | 311 static u32 tlb_handler[128]; variable 416 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r3000_tlb_refill_handler() 417 p = tlb_handler; in build_r3000_tlb_refill_handler() 437 if (p > tlb_handler + 32) in build_r3000_tlb_refill_handler() 441 (unsigned int)(p - tlb_handler)); in build_r3000_tlb_refill_handler() 443 memcpy((void *)ebase, tlb_handler, 0x80); in build_r3000_tlb_refill_handler() 1302 u32 *p = tlb_handler; in build_r4000_tlb_refill_handler() 1310 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r4000_tlb_refill_handler() 1382 if ((p - tlb_handler) > 64) in build_r4000_tlb_refill_handler() 1389 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() [all …]
|