Home
last modified time | relevance | path

Searched refs:uasm_reloc (Results 1 – 4 of 4) sorted by relevance

/arch/mips/include/asm/
Duasm.h219 struct uasm_reloc { struct
228 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid); argument
229 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
230 void uasm_move_relocs(struct uasm_reloc *rel, u32 *first, u32 *end, long off);
232 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
234 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr);
237 void uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
238 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid);
239 void uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
240 void uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid);
[all …]
/arch/mips/mm/
Duasm.c535 uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid) in uasm_r_mips_pc16()
545 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
562 uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in uasm_resolve_relocs()
574 uasm_move_relocs(struct uasm_reloc *rel, u32 *first, u32 *end, long off) in uasm_move_relocs()
592 uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, u32 *first, in uasm_copy_handler()
604 int __uasminit uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr) in uasm_insn_has_bdelay()
619 uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) in uasm_il_bltz()
627 uasm_il_b(u32 **p, struct uasm_reloc **r, int lid) in uasm_il_b()
635 uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) in uasm_il_beqz()
643 uasm_il_beqzl(u32 **p, struct uasm_reloc **r, unsigned int reg, int lid) in uasm_il_beqzl()
[all …]
Dtlbex.c233 static struct uasm_reloc relocs[128] __cpuinitdata;
440 struct uasm_reloc **r, in build_tlb_write_entry()
602 struct uasm_reloc **r, in build_restore_pagemask()
646 struct uasm_reloc **r, in build_huge_tlb_write_entry()
665 build_is_huge_pte(u32 **p, struct uasm_reloc **r, unsigned int tmp, in build_is_huge_pte()
710 struct uasm_reloc **r, in build_huge_handler_tail()
733 build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pmde64()
825 build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pgd_vmalloc64()
1048 struct uasm_reloc **r, unsigned int tmp, in build_fast_tlb_refill_handler()
1232 struct uasm_reloc *r = relocs; in build_r4000_tlb_refill_handler()
[all …]
Dpage.c70 static struct uasm_reloc __cpuinitdata relocs[5];
257 struct uasm_reloc *r = relocs; in build_clear_page()
399 struct uasm_reloc *r = relocs; in build_copy_page()