Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Duasm.c523 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 Dtlbex.c1461 uasm_move_labels(labels, f, f + 1, -1); in build_r4000_tlb_refill_handler()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Duasm.h303 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);