• Home
  • Raw
  • Download

Lines Matching refs:relocs

233 static struct uasm_reloc relocs[128] __cpuinitdata;  variable
1232 struct uasm_reloc *r = relocs; in build_r4000_tlb_refill_handler()
1240 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_refill_handler()
1309 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler()
1320 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1326 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1363 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler()
1367 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1374 if (uasm_insn_has_bdelay(relocs, split)) in build_r4000_tlb_refill_handler()
1377 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler()
1386 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
1392 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_refill_handler()
1419 struct uasm_reloc *r = relocs; in build_r4000_setup_pgd()
1423 memset(relocs, 0, sizeof(relocs)); in build_r4000_setup_pgd()
1451 uasm_resolve_relocs(relocs, labels); in build_r4000_setup_pgd()
1702 struct uasm_reloc *r = relocs; in build_r3000_tlb_load_handler()
1706 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_load_handler()
1721 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_load_handler()
1732 struct uasm_reloc *r = relocs; in build_r3000_tlb_store_handler()
1736 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_store_handler()
1751 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_store_handler()
1762 struct uasm_reloc *r = relocs; in build_r3000_tlb_modify_handler()
1766 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_modify_handler()
1781 uasm_resolve_relocs(relocs, labels); in build_r3000_tlb_modify_handler()
1850 struct uasm_reloc *r = relocs; in build_r4000_tlb_load_handler()
1855 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_load_handler()
1988 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_load_handler()
1999 struct uasm_reloc *r = relocs; in build_r4000_tlb_store_handler()
2004 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_store_handler()
2035 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_store_handler()
2046 struct uasm_reloc *r = relocs; in build_r4000_tlb_modify_handler()
2051 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_modify_handler()
2083 uasm_resolve_relocs(relocs, labels); in build_r4000_tlb_modify_handler()