Searched refs:uasm_move_labels (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/mips/mm/ |
D | uasm.c | 524 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, in uasm_move_labels() function 531 UASM_EXPORT_SYMBOL(uasm_move_labels); 541 uasm_move_labels(lab, first, end, off); in uasm_copy_handler()
|
D | tlbex.c | 1421 uasm_move_labels(labels, f, f + 1, -1); in build_r4000_tlb_refill_handler()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | uasm.h | 308 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
|