Home
last modified time | relevance | path

Searched refs:uasm_label (Results 1 – 9 of 9) sorted by relevance

/linux/arch/mips/kvm/
A Dentry.c290 struct uasm_label labels[2]; in kvm_mips_build_enter_guest()
292 struct uasm_label __maybe_unused *l = labels; in kvm_mips_build_enter_guest()
436 struct uasm_label labels[2]; in kvm_mips_build_tlb_refill_exception()
439 struct uasm_label *l = labels; in kvm_mips_build_tlb_refill_exception()
524 struct uasm_label labels[2]; in kvm_mips_build_exception()
526 struct uasm_label *l = labels; in kvm_mips_build_exception()
567 struct uasm_label labels[3]; in kvm_mips_build_exit()
569 struct uasm_label *l = labels; in kvm_mips_build_exit()
793 struct uasm_label labels[2]; in kvm_mips_build_ret_from_exit()
795 struct uasm_label *l = labels; in kvm_mips_build_ret_from_exit()
/linux/arch/mips/include/asm/
A Dtlbex.h18 void build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r,
23 void build_tlb_write_entry(u32 **p, struct uasm_label **l,
A Duasm.h189 struct uasm_label { struct
194 void uasm_build_label(struct uasm_label **lab, u32 *addr, argument
205 static inline void uasm_l##lb(struct uasm_label **lab, u32 *addr) \
306 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
308 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
309 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
/linux/arch/mips/mm/
A Dtlbex.c318 static struct uasm_label labels[128];
761 struct uasm_label **l, in build_huge_handler_tail()
1302 struct uasm_label *l = labels; in build_r4000_tlb_refill_handler()
1531 struct uasm_label *l = labels; in build_loongson3_tlb_refill_handler()
1603 struct uasm_label *l = labels; in build_setup_pgd()
1935 struct uasm_label *l = labels; in build_r3000_tlb_load_handler()
1965 struct uasm_label *l = labels; in build_r3000_tlb_store_handler()
1995 struct uasm_label *l = labels; in build_r3000_tlb_modify_handler()
2111 struct uasm_label *l = labels; in build_r4000_tlb_load_handler()
2312 struct uasm_label *l = labels; in build_r4000_tlb_store_handler()
[all …]
A Duasm.c413 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label()
501 struct uasm_label *lab);
504 struct uasm_label *lab) in uasm_resolve_relocs()
506 struct uasm_label *l; in uasm_resolve_relocs()
524 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, in uasm_move_labels()
533 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, in uasm_copy_handler()
A Dpage.c67 static struct uasm_label labels[5];
279 struct uasm_label *l = labels; in build_clear_page()
428 struct uasm_label *l = labels; in build_copy_page()
A Duasm-micromips.c214 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
A Duasm-mips.c278 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
/linux/arch/mips/kernel/
A Dpm-cps.c69 static struct uasm_label labels[32];
192 static void cps_gen_cache_routine(u32 **pp, struct uasm_label **pl, in cps_gen_cache_routine()
236 static int cps_gen_flush_fsb(u32 **pp, struct uasm_label **pl, in cps_gen_flush_fsb()
329 static void cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl, in cps_gen_set_top_bit()
344 struct uasm_label *l = labels; in cps_gen_entry_code()

Completed in 55 milliseconds