Searched refs:uasm_copy_handler (Results 1 – 3 of 3) sorted by relevance
/linux/arch/mips/mm/ |
H A D | uasm.c | 533 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, in uasm_copy_handler() function 543 UASM_EXPORT_SYMBOL(uasm_copy_handler);
|
H A D | tlbex.c | 1334 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1349 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1390 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler() 1400 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler() 1409 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
|
/linux/arch/mips/include/asm/ |
H A D | uasm.h | 307 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
|