Lines Matching refs:relocs

318 static struct uasm_reloc relocs[128];  variable
1267 struct uasm_reloc *r = relocs; in build_r4000_tlb_refill_handler()
1275 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_refill_handler()
1353 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1359 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler()
1368 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1405 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler()
1409 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1416 if (uasm_insn_has_bdelay(relocs, split)) 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()
1436 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_refill_handler()
1496 struct uasm_reloc *r = relocs; in build_loongson3_tlb_refill_handler()
1499 memset(relocs, 0, sizeof(relocs)); in build_loongson3_tlb_refill_handler()
1544 uasm_resolve_relocs(relocs, labels); in build_loongson3_tlb_refill_handler()
1563 memset(relocs, 0, sizeof(relocs)); in build_setup_pgd()
1568 struct uasm_reloc *r = relocs; in build_setup_pgd()
1622 uasm_resolve_relocs(relocs, labels); in build_setup_pgd()
1900 struct uasm_reloc *r = relocs; in build_r3000_tlb_load_handler()
1904 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_load_handler()
1919 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_load_handler()
1930 struct uasm_reloc *r = relocs; in build_r3000_tlb_store_handler()
1934 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_store_handler()
1949 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_store_handler()
1960 struct uasm_reloc *r = relocs; in build_r3000_tlb_modify_handler()
1964 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_modify_handler()
1979 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_modify_handler()
2076 struct uasm_reloc *r = relocs; in build_r4000_tlb_load_handler()
2081 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_load_handler()
2247 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_load_handler()
2258 struct uasm_reloc *r = relocs; in build_r4000_tlb_store_handler()
2263 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_store_handler()
2303 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_store_handler()
2314 struct uasm_reloc *r = relocs; in build_r4000_tlb_modify_handler()
2319 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_modify_handler()
2360 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_modify_handler()