Lines Matching refs:relocs

311 static struct uasm_reloc relocs[128];  variable
1247 struct uasm_reloc *r = relocs; in build_r4000_tlb_refill_handler()
1255 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_refill_handler()
1332 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1338 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler()
1347 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1384 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler()
1388 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1395 if (uasm_insn_has_bdelay(relocs, split)) in build_r4000_tlb_refill_handler()
1398 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler()
1407 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
1415 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_refill_handler()
1446 memset(relocs, 0, sizeof(relocs)); in build_setup_pgd()
1451 struct uasm_reloc *r = relocs; in build_setup_pgd()
1497 uasm_resolve_relocs(relocs, labels); in build_setup_pgd()
1773 struct uasm_reloc *r = relocs; in build_r3000_tlb_load_handler()
1777 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_load_handler()
1792 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_load_handler()
1804 struct uasm_reloc *r = relocs; in build_r3000_tlb_store_handler()
1808 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_store_handler()
1823 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_store_handler()
1835 struct uasm_reloc *r = relocs; in build_r3000_tlb_modify_handler()
1839 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_modify_handler()
1854 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_modify_handler()
1932 struct uasm_reloc *r = relocs; in build_r4000_tlb_load_handler()
1937 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_load_handler()
2103 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_load_handler()
2115 struct uasm_reloc *r = relocs; in build_r4000_tlb_store_handler()
2120 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_store_handler()
2158 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_store_handler()
2170 struct uasm_reloc *r = relocs; in build_r4000_tlb_modify_handler()
2175 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_modify_handler()
2214 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_modify_handler()