Searched refs:uasm_move_labels (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | uasm.c | 523 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, in uasm_move_labels() function 530 UASM_EXPORT_SYMBOL(uasm_move_labels); 540 uasm_move_labels(lab, first, end, off); in uasm_copy_handler()
|
| H A D | tlbex.c | 1461 uasm_move_labels(labels, f, f + 1, -1); in build_r4000_tlb_refill_handler()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | uasm.h | 303 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
|