Searched refs:uasm_reloc (Results 1 – 9 of 9) sorted by relevance
/arch/mips/include/asm/ |
D | uasm.h | 291 struct uasm_reloc { struct 300 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid); argument 301 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab); 302 void uasm_move_relocs(struct uasm_reloc *rel, u32 *first, u32 *end, long off); 304 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, 306 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr); 309 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid); 310 void uasm_il_bbit0(u32 **p, struct uasm_reloc **r, unsigned int reg, 312 void uasm_il_bbit1(u32 **p, struct uasm_reloc **r, unsigned int reg, 314 void uasm_il_beq(u32 **p, struct uasm_reloc **r, unsigned int r1, [all …]
|
D | tlbex.h | 18 void build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, 24 struct uasm_reloc **r,
|
/arch/mips/mm/ |
D | uasm.c | 490 void uasm_r_mips_pc16(struct uasm_reloc **rel, u32 *addr, int lid) in uasm_r_mips_pc16() 499 static inline void __resolve_relocs(struct uasm_reloc *rel, 502 void uasm_resolve_relocs(struct uasm_reloc *rel, in uasm_resolve_relocs() 514 void uasm_move_relocs(struct uasm_reloc *rel, u32 *first, u32 *end, in uasm_move_relocs() 532 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, in uasm_copy_handler() 544 int uasm_insn_has_bdelay(struct uasm_reloc *rel, u32 *addr) in uasm_insn_has_bdelay() 558 void uasm_il_bltz(u32 **p, struct uasm_reloc **r, unsigned int reg, in uasm_il_bltz() 566 void uasm_il_b(u32 **p, struct uasm_reloc **r, int lid) in uasm_il_b() 573 void uasm_il_beq(u32 **p, struct uasm_reloc **r, unsigned int r1, in uasm_il_beq() 581 void uasm_il_beqz(u32 **p, struct uasm_reloc **r, unsigned int reg, in uasm_il_beqz() [all …]
|
D | tlbex.c | 201 static void uasm_bgezl_hazard(u32 **p, struct uasm_reloc **r, int instance) in uasm_bgezl_hazard() 315 static struct uasm_reloc relocs[128]; 499 struct uasm_reloc **r, in build_tlb_write_entry() 651 static void build_restore_pagemask(u32 **p, struct uasm_reloc **r, in build_restore_pagemask() 700 struct uasm_reloc **r, in build_huge_tlb_write_entry() 719 build_is_huge_pte(u32 **p, struct uasm_reloc **r, unsigned int tmp, in build_is_huge_pte() 762 static void build_huge_handler_tail(u32 **p, struct uasm_reloc **r, in build_huge_handler_tail() 801 void build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pmde64() 892 build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pgd_vmalloc64() 1107 struct uasm_reloc **r, unsigned int tmp, in build_fast_tlb_refill_handler() [all …]
|
D | page.c | 69 static struct uasm_reloc relocs[5]; 279 struct uasm_reloc *r = relocs; in build_clear_page() 426 struct uasm_reloc *r = relocs; in build_copy_page()
|
D | uasm-micromips.c | 214 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
D | uasm-mips.c | 276 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
/arch/mips/kvm/ |
D | entry.c | 297 struct uasm_reloc relocs[2]; in kvm_mips_build_enter_guest() 299 struct uasm_reloc __maybe_unused *r = relocs; in kvm_mips_build_enter_guest() 471 struct uasm_reloc relocs[2]; in kvm_mips_build_tlb_refill_exception() 473 struct uasm_reloc *r = relocs; in kvm_mips_build_tlb_refill_exception() 546 struct uasm_reloc relocs[2]; in kvm_mips_build_exception() 548 struct uasm_reloc *r = relocs; in kvm_mips_build_exception() 589 struct uasm_reloc relocs[3]; in kvm_mips_build_exit() 591 struct uasm_reloc *r = relocs; in kvm_mips_build_exit() 821 struct uasm_reloc relocs[2]; in kvm_mips_build_ret_from_exit() 823 struct uasm_reloc *r = relocs; in kvm_mips_build_ret_from_exit()
|
/arch/mips/kernel/ |
D | pm-cps.c | 70 static struct uasm_reloc relocs[32]; 193 struct uasm_reloc **pr, in cps_gen_cache_routine() 237 struct uasm_reloc **pr, in cps_gen_flush_fsb() 330 struct uasm_reloc **pr, in cps_gen_set_top_bit() 345 struct uasm_reloc *r = relocs; in cps_gen_entry_code()
|