Searched refs:uasm_copy_handler (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/mips/mm/ |
D | uasm.c | 483 void ISAFUNC(uasm_copy_handler)(struct uasm_reloc *rel, struct uasm_label *lab, in ISAFUNC() argument 493 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_copy_handler));
|
D | tlbex.c | 1347 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1362 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1403 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler() 1413 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler() 1422 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | uasm.h | 284 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
|