Home
last modified time | relevance | path

Searched refs:uasm_build_label (Results 1 – 4 of 4) sorted by relevance

/arch/mips/kernel/
Dpm-cps.c223 uasm_build_label(pl, *pp, lbl); in cps_gen_cache_routine()
300 uasm_build_label(pl, *pp, lbl); in cps_gen_flush_fsb()
342 uasm_build_label(pl, *pp, lbl); in cps_gen_set_top_bit()
409 uasm_build_label(&l, p, lbl_incready); in cps_gen_entry_code()
434 uasm_build_label(&l, p, lbl_poll_cont); in cps_gen_entry_code()
448 uasm_build_label(&l, p, lbl_secondary_hang); in cps_gen_entry_code()
459 uasm_build_label(&l, p, lbl_disable_coherence); in cps_gen_entry_code()
516 uasm_build_label(&l, p, lbl_hang); in cps_gen_entry_code()
548 uasm_build_label(&l, p, lbl_secondary_cont); in cps_gen_entry_code()
569 uasm_build_label(&l, p, lbl_decready); in cps_gen_entry_code()
[all …]
/arch/mips/include/asm/
Duasm.h182 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr,
195 ISAFUNC(uasm_build_label)(lab, addr, label##lb); \
/arch/mips/mm/
Duasm.c359 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, int lid) in ISAFUNC() argument
365 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_build_label));
Dtlbex.c214 uasm_build_label(l, *p, label_tlbw_hazard_0 + instance); in uasm_bgezl_label()