Searched refs:uasm_move_labels (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | uasm.c | 523 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, in uasm_move_labels() function 530 UASM_EXPORT_SYMBOL(uasm_move_labels); variable 540 uasm_move_labels(lab, first, end, off); in uasm_copy_handler()
|
H A D | tlbex.c | 1461 uasm_move_labels(labels, f, f + 1, -1); in build_r4000_tlb_refill_handler()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A 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); variable 541 uasm_move_labels(lab, first, end, off); in uasm_copy_handler()
|
H A D | tlbex.c | 1421 uasm_move_labels(labels, f, f + 1, -1); in build_r4000_tlb_refill_handler()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 303 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 308 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
|
Completed in 10 milliseconds