Searched refs:uasm_move_labels (Results 1 – 3 of 3) sorted by relevance
/arch/mips/mm/ |
D | uasm.c | 474 void ISAFUNC(uasm_move_labels)(struct uasm_label *lab, u32 *first, u32 *end, in ISAFUNC() argument 481 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_move_labels)); 491 ISAFUNC(uasm_move_labels(lab, first, end, off)); in ISAFUNC()
|
D | tlbex.c | 1414 uasm_move_labels(labels, f, f + 1, -1); in build_r4000_tlb_refill_handler()
|
/arch/mips/include/asm/ |
D | uasm.h | 283 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
|