Searched refs:uasm_copy_handler (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | uasm.c | 532 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, in uasm_copy_handler() function 542 UASM_EXPORT_SYMBOL(uasm_copy_handler); variable
|
H A D | tlbex.c | 1393 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1408 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1449 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler() 1459 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler() 1468 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | uasm.c | 533 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, in uasm_copy_handler() function 543 UASM_EXPORT_SYMBOL(uasm_copy_handler); variable
|
H A D | tlbex.c | 1353 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1368 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler() 1409 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler() 1419 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler() 1428 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 304 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 309 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
|
Completed in 11 milliseconds