Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Duasm.h177 struct uasm_label { struct
182 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, argument
193 static inline void ISAFUNC(uasm_l##lb)(struct uasm_label **lab, u32 *addr) \
281 void uasm_resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab);
283 void uasm_move_labels(struct uasm_label *lab, u32 *first, u32 *end, long off);
284 void uasm_copy_handler(struct uasm_reloc *rel, struct uasm_label *lab,
/linux-4.4.14/arch/mips/mm/
Dtlbex.c210 static void uasm_bgezl_label(struct uasm_label **l, u32 **p, int instance) in uasm_bgezl_label()
310 static struct uasm_label labels[128];
505 static void build_tlb_write_entry(u32 **p, struct uasm_label **l, in build_tlb_write_entry()
694 static void build_huge_tlb_write_entry(u32 **p, struct uasm_label **l, in build_huge_tlb_write_entry()
758 struct uasm_label **l, in build_huge_handler_tail()
780 build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pmde64()
860 build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pgd_vmalloc64()
1065 build_fast_tlb_refill_handler (u32 **p, struct uasm_label **l, in build_fast_tlb_refill_handler()
1246 struct uasm_label *l = labels; in build_r4000_tlb_refill_handler()
1450 struct uasm_label *l = labels; in build_setup_pgd()
[all …]
Duasm.c359 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, int lid) in ISAFUNC()
451 struct uasm_label *lab);
454 struct uasm_label *lab) in ISAFUNC()
456 struct uasm_label *l; in ISAFUNC()
474 void ISAFUNC(uasm_move_labels)(struct uasm_label *lab, u32 *first, u32 *end, in ISAFUNC()
483 void ISAFUNC(uasm_copy_handler)(struct uasm_reloc *rel, struct uasm_label *lab, in ISAFUNC()
Dpage.c69 static struct uasm_label labels[5];
270 struct uasm_label *l = labels; in build_clear_page()
417 struct uasm_label *l = labels; in build_copy_page()
Duasm-micromips.c209 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
Duasm-mips.c232 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
/linux-4.4.14/arch/mips/kernel/
Dpm-cps.c73 static struct uasm_label labels[32] __initdata;
201 static void __init cps_gen_cache_routine(u32 **pp, struct uasm_label **pl, in cps_gen_cache_routine()
238 static int __init cps_gen_flush_fsb(u32 **pp, struct uasm_label **pl, in cps_gen_flush_fsb()
336 static void __init cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl, in cps_gen_set_top_bit()
351 struct uasm_label *l = labels; in cps_gen_entry_code()
/linux-4.4.14/drivers/watchdog/
Docteon-wdt-main.c110 static struct uasm_label labels[5] __initdata;
132 struct uasm_label *l = labels; in octeon_wdt_build_stage1()