Lines Matching refs:relocs

319 static struct uasm_reloc relocs[128];  variable
1310 struct uasm_reloc *r = relocs; in build_r4000_tlb_refill_handler()
1318 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_refill_handler()
1396 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1402 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler()
1411 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1448 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler()
1452 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1459 if (uasm_insn_has_bdelay(relocs, split)) in build_r4000_tlb_refill_handler()
1462 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler()
1471 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
1479 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_refill_handler()
1539 struct uasm_reloc *r = relocs; in build_loongson3_tlb_refill_handler()
1542 memset(relocs, 0, sizeof(relocs)); in build_loongson3_tlb_refill_handler()
1587 uasm_resolve_relocs(relocs, labels); in build_loongson3_tlb_refill_handler()
1606 memset(relocs, 0, sizeof(relocs)); in build_setup_pgd()
1611 struct uasm_reloc *r = relocs; in build_setup_pgd()
1665 uasm_resolve_relocs(relocs, labels); in build_setup_pgd()
1943 struct uasm_reloc *r = relocs; in build_r3000_tlb_load_handler()
1947 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_load_handler()
1962 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_load_handler()
1973 struct uasm_reloc *r = relocs; in build_r3000_tlb_store_handler()
1977 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_store_handler()
1992 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_store_handler()
2003 struct uasm_reloc *r = relocs; in build_r3000_tlb_modify_handler()
2007 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_modify_handler()
2022 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_modify_handler()
2119 struct uasm_reloc *r = relocs; in build_r4000_tlb_load_handler()
2124 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_load_handler()
2309 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_load_handler()
2320 struct uasm_reloc *r = relocs; in build_r4000_tlb_store_handler()
2325 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_store_handler()
2365 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_store_handler()
2376 struct uasm_reloc *r = relocs; in build_r4000_tlb_modify_handler()
2381 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_modify_handler()
2422 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_modify_handler()