Lines Matching refs:relocs
319 static struct uasm_reloc relocs[128]; variable
1308 struct uasm_reloc *r = relocs; in build_r4000_tlb_refill_handler()
1316 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_refill_handler()
1393 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1399 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler()
1408 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1445 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler()
1449 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1456 if (uasm_insn_has_bdelay(relocs, split)) 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()
1476 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_refill_handler()
1536 struct uasm_reloc *r = relocs; in build_loongson3_tlb_refill_handler()
1539 memset(relocs, 0, sizeof(relocs)); in build_loongson3_tlb_refill_handler()
1584 uasm_resolve_relocs(relocs, labels); in build_loongson3_tlb_refill_handler()
1603 memset(relocs, 0, sizeof(relocs)); in build_setup_pgd()
1608 struct uasm_reloc *r = relocs; in build_setup_pgd()
1662 uasm_resolve_relocs(relocs, labels); in build_setup_pgd()
1940 struct uasm_reloc *r = relocs; in build_r3000_tlb_load_handler()
1944 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_load_handler()
1959 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_load_handler()
1970 struct uasm_reloc *r = relocs; in build_r3000_tlb_store_handler()
1974 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_store_handler()
1989 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_store_handler()
2000 struct uasm_reloc *r = relocs; in build_r3000_tlb_modify_handler()
2004 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_modify_handler()
2019 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_modify_handler()
2116 struct uasm_reloc *r = relocs; in build_r4000_tlb_load_handler()
2121 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_load_handler()
2305 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_load_handler()
2316 struct uasm_reloc *r = relocs; in build_r4000_tlb_store_handler()
2321 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_store_handler()
2361 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_store_handler()
2372 struct uasm_reloc *r = relocs; in build_r4000_tlb_modify_handler()
2377 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_modify_handler()
2418 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_modify_handler()