Searched refs:uasm_label (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/arch/mips/include/asm/ |
| H A 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,
|
| H A D | uasm.h | 189 struct uasm_label { struct 194 void uasm_build_label(struct uasm_label **lab, u32 *addr, argument 203 static inline void uasm_l##lb(struct uasm_label **lab, u32 *addr) \ 304 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab); 306 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off); 307 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
|
| /linux-6.15/arch/mips/kvm/ |
| H A D | entry.c | 237 struct uasm_label labels[2]; in kvm_mips_build_enter_guest() 239 struct uasm_label __maybe_unused *l = labels; in kvm_mips_build_enter_guest() 383 struct uasm_label labels[2]; in kvm_mips_build_tlb_refill_exception() 386 struct uasm_label *l = labels; in kvm_mips_build_tlb_refill_exception() 471 struct uasm_label labels[2]; in kvm_mips_build_exception() 473 struct uasm_label *l = labels; in kvm_mips_build_exception() 514 struct uasm_label labels[3]; in kvm_mips_build_exit() 516 struct uasm_label *l = labels; in kvm_mips_build_exit() 740 struct uasm_label labels[2]; in kvm_mips_build_ret_from_exit() 742 struct uasm_label *l = labels; in kvm_mips_build_ret_from_exit()
|
| /linux-6.15/arch/mips/mm/ |
| H A D | tlbex.c | 298 static struct uasm_label labels[128]; 722 struct uasm_label **l, in build_huge_handler_tail() 1247 struct uasm_label *l = labels; in build_r4000_tlb_refill_handler() 1476 struct uasm_label *l = labels; in build_loongson3_tlb_refill_handler() 1549 struct uasm_label *l = labels; in build_setup_pgd() 1881 struct uasm_label *l = labels; in build_r3000_tlb_load_handler() 1911 struct uasm_label *l = labels; in build_r3000_tlb_store_handler() 1941 struct uasm_label *l = labels; in build_r3000_tlb_modify_handler() 2057 struct uasm_label *l = labels; in build_r4000_tlb_load_handler() 2239 struct uasm_label *l = labels; in build_r4000_tlb_store_handler() [all …]
|
| H A D | uasm.c | 413 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()
|
| H A D | page.c | 54 static struct uasm_label labels[5]; 268 struct uasm_label *l = labels; in build_clear_page() 417 struct uasm_label *l = labels; in build_copy_page()
|
| H A D | uasm-micromips.c | 214 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
| H A D | uasm-mips.c | 278 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | pm-cps.c | 67 static struct uasm_label labels[32]; 188 static void cps_gen_cache_routine(u32 **pp, struct uasm_label **pl, in cps_gen_cache_routine() 232 static int cps_gen_flush_fsb(u32 **pp, struct uasm_label **pl, in cps_gen_flush_fsb() 325 static void cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl, in cps_gen_set_top_bit() 340 struct uasm_label *l = labels; in cps_gen_entry_code()
|
| H A D | smp-cps.c | 99 struct uasm_label labels[2]; in mips_cps_build_core_entry() 101 struct uasm_label *l = labels; in mips_cps_build_core_entry()
|