Searched refs:uasm_label (Results 1 – 9 of 9) sorted by relevance
/arch/mips/include/asm/ |
D | tlbex.h | 18 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,
|
D | uasm.h | 179 struct uasm_label { struct 184 void uasm_build_label(struct uasm_label **lab, u32 *addr, argument 195 static inline void uasm_l##lb(struct uasm_label **lab, u32 *addr) \ 292 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab); 294 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off); 295 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
|
/arch/mips/kvm/ |
D | entry.c | 296 struct uasm_label labels[2]; in kvm_mips_build_enter_guest() 298 struct uasm_label __maybe_unused *l = labels; in kvm_mips_build_enter_guest() 470 struct uasm_label labels[2]; in kvm_mips_build_tlb_refill_exception() 472 struct uasm_label *l = labels; in kvm_mips_build_tlb_refill_exception() 545 struct uasm_label labels[2]; in kvm_mips_build_exception() 547 struct uasm_label *l = labels; in kvm_mips_build_exception() 588 struct uasm_label labels[3]; in kvm_mips_build_exit() 590 struct uasm_label *l = labels; in kvm_mips_build_exit() 820 struct uasm_label labels[2]; in kvm_mips_build_ret_from_exit() 822 struct uasm_label *l = labels; in kvm_mips_build_ret_from_exit()
|
/arch/mips/kernel/ |
D | pm-cps.c | 72 static struct uasm_label labels[32]; 195 static void cps_gen_cache_routine(u32 **pp, struct uasm_label **pl, in cps_gen_cache_routine() 239 static int cps_gen_flush_fsb(u32 **pp, struct uasm_label **pl, in cps_gen_flush_fsb() 332 static void cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl, in cps_gen_set_top_bit() 347 struct uasm_label *l = labels; in cps_gen_entry_code()
|
/arch/mips/mm/ |
D | tlbex.c | 211 static void uasm_bgezl_label(struct uasm_label **l, u32 **p, int instance) in uasm_bgezl_label() 311 static struct uasm_label labels[128]; 502 void build_tlb_write_entry(u32 **p, struct uasm_label **l, in build_tlb_write_entry() 704 static void build_huge_tlb_write_entry(u32 **p, struct uasm_label **l, in build_huge_tlb_write_entry() 768 struct uasm_label **l, in build_huge_handler_tail() 806 void build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pmde64() 897 build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pgd_vmalloc64() 1109 build_fast_tlb_refill_handler (u32 **p, struct uasm_label **l, in build_fast_tlb_refill_handler() 1306 struct uasm_label *l = labels; in build_r4000_tlb_refill_handler() 1532 struct uasm_label *l = labels; in build_loongson3_tlb_refill_handler() [all …]
|
D | uasm.c | 402 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() 490 struct uasm_label *lab); 493 struct uasm_label *lab) in uasm_resolve_relocs() 495 struct uasm_label *l; in uasm_resolve_relocs() 513 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, in uasm_move_labels() 522 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab, in uasm_copy_handler()
|
D | page.c | 68 static struct uasm_label labels[5]; 278 struct uasm_label *l = labels; in build_clear_page() 425 struct uasm_label *l = labels; 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 | 262 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|