Lines Matching refs:relocs
319 static struct uasm_reloc relocs[128]; variable
1303 struct uasm_reloc *r = relocs; in build_r4000_tlb_refill_handler()
1311 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_refill_handler()
1389 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1395 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler()
1404 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1441 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler()
1445 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1452 if (uasm_insn_has_bdelay(relocs, split)) in build_r4000_tlb_refill_handler()
1455 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler()
1464 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
1472 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_refill_handler()
1532 struct uasm_reloc *r = relocs; in build_loongson3_tlb_refill_handler()
1535 memset(relocs, 0, sizeof(relocs)); in build_loongson3_tlb_refill_handler()
1580 uasm_resolve_relocs(relocs, labels); in build_loongson3_tlb_refill_handler()
1599 memset(relocs, 0, sizeof(relocs)); in build_setup_pgd()
1604 struct uasm_reloc *r = relocs; in build_setup_pgd()
1658 uasm_resolve_relocs(relocs, labels); in build_setup_pgd()
1936 struct uasm_reloc *r = relocs; in build_r3000_tlb_load_handler()
1940 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_load_handler()
1955 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_load_handler()
1966 struct uasm_reloc *r = relocs; in build_r3000_tlb_store_handler()
1970 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_store_handler()
1985 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_store_handler()
1996 struct uasm_reloc *r = relocs; in build_r3000_tlb_modify_handler()
2000 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_modify_handler()
2015 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_modify_handler()
2112 struct uasm_reloc *r = relocs; in build_r4000_tlb_load_handler()
2117 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_load_handler()
2302 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_load_handler()
2313 struct uasm_reloc *r = relocs; in build_r4000_tlb_store_handler()
2318 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_store_handler()
2358 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_store_handler()
2369 struct uasm_reloc *r = relocs; in build_r4000_tlb_modify_handler()
2374 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_modify_handler()
2415 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_modify_handler()