Searched refs:uasm_label (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/mips/include/asm/ |
D | uasm.h | 177 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.1.27/arch/mips/mm/ |
D | tlbex.c | 210 static void uasm_bgezl_label(struct uasm_label **l, u32 **p, int instance) in uasm_bgezl_label() 310 static struct uasm_label labels[128]; 504 static void build_tlb_write_entry(u32 **p, struct uasm_label **l, in build_tlb_write_entry() 687 static void build_huge_tlb_write_entry(u32 **p, struct uasm_label **l, in build_huge_tlb_write_entry() 751 struct uasm_label **l, in build_huge_handler_tail() 773 build_get_pmde64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pmde64() 853 build_get_pgd_vmalloc64(u32 **p, struct uasm_label **l, struct uasm_reloc **r, in build_get_pgd_vmalloc64() 1080 build_fast_tlb_refill_handler (u32 **p, struct uasm_label **l, in build_fast_tlb_refill_handler() 1261 struct uasm_label *l = labels; in build_r4000_tlb_refill_handler() 1465 struct uasm_label *l = labels; in build_setup_pgd() [all …]
|
D | uasm.c | 359 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()
|
D | page.c | 69 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()
|
D | uasm-micromips.c | 209 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
D | uasm-mips.c | 232 __resolve_relocs(struct uasm_reloc *rel, struct uasm_label *lab) in __resolve_relocs()
|
/linux-4.1.27/arch/mips/kernel/ |
D | pm-cps.c | 73 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() 335 static void __init cps_gen_set_top_bit(u32 **pp, struct uasm_label **pl, in cps_gen_set_top_bit() 350 struct uasm_label *l = labels; in cps_gen_entry_code()
|
/linux-4.1.27/drivers/watchdog/ |
D | octeon-wdt-main.c | 110 static struct uasm_label labels[5] __initdata; 132 struct uasm_label *l = labels; in octeon_wdt_build_stage1()
|