Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dpm-cps.c209 uasm_build_label(pl, *pp, lbl); in cps_gen_cache_routine()
286 uasm_build_label(pl, *pp, lbl); in cps_gen_flush_fsb()
328 uasm_build_label(pl, *pp, lbl); in cps_gen_set_top_bit()
395 uasm_build_label(&l, p, lbl_incready); in cps_gen_entry_code()
420 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()
518 uasm_build_label(&l, p, lbl_hang); in cps_gen_entry_code()
550 uasm_build_label(&l, p, lbl_secondary_cont); in cps_gen_entry_code()
574 uasm_build_label(&l, p, lbl_decready); in cps_gen_entry_code()
[all …]
/linux/arch/mips/include/asm/
H A Duasm.h194 void uasm_build_label(struct uasm_label **lab, u32 *addr,
205 uasm_build_label(lab, addr, label##lb); \
/linux/arch/mips/mm/
H A Duasm.c413 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() function
419 UASM_EXPORT_SYMBOL(uasm_build_label);
H A Dtlbex.c221 uasm_build_label(l, *p, label_tlbw_hazard_0 + instance); in uasm_bgezl_label()