Lines Matching refs:relocs

311 static struct uasm_reloc relocs[128];  variable
1262 struct uasm_reloc *r = relocs; in build_r4000_tlb_refill_handler()
1270 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_refill_handler()
1347 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1353 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler()
1362 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1399 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler()
1403 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1410 if (uasm_insn_has_bdelay(relocs, split)) in build_r4000_tlb_refill_handler()
1413 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler()
1422 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
1430 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_refill_handler()
1461 memset(relocs, 0, sizeof(relocs)); in build_setup_pgd()
1466 struct uasm_reloc *r = relocs; in build_setup_pgd()
1512 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()