Searched refs:uasm_move_labels (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
H A D | uasm.c | 474 void ISAFUNC(uasm_move_labels)(struct uasm_label *lab, u32 *first, u32 *end, uasm_move_labels() function 481 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_move_labels)); 491 ISAFUNC(uasm_move_labels(lab, first, end, off)); uasm_copy_handler()
|
H A D | tlbex.c | 1400 uasm_move_labels(labels, f, f + 1, -1); build_r4000_tlb_refill_handler()
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | uasm.h | 283 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
|
Completed in 69 milliseconds