Searched refs:uasm_move_labels (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/mips/mm/ |
D | uasm.c | 513 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, in uasm_move_labels() function 520 UASM_EXPORT_SYMBOL(uasm_move_labels); 530 uasm_move_labels(lab, first, end, off); in uasm_copy_handler()
|
D | tlbex.c | 1443 uasm_move_labels(labels, f, f + 1, -1); in build_r4000_tlb_refill_handler()
|
/Linux-v4.19/arch/mips/include/asm/ |
D | uasm.h | 294 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
|