Home
last modified time | relevance | path

Searched refs:uasm_move_labels (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/mips/mm/
Duasm.c513 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()
Dtlbex.c1443 uasm_move_labels(labels, f, f + 1, -1); in build_r4000_tlb_refill_handler()
/Linux-v4.19/arch/mips/include/asm/
Duasm.h294 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);