Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dpm-cps.c219 uasm_build_label(pl, *pp, lbl); in cps_gen_cache_routine()
296 uasm_build_label(pl, *pp, lbl); in cps_gen_flush_fsb()
338 uasm_build_label(pl, *pp, lbl); in cps_gen_set_top_bit()
405 uasm_build_label(&l, p, lbl_incready); in cps_gen_entry_code()
430 uasm_build_label(&l, p, lbl_poll_cont); in cps_gen_entry_code()
458 uasm_build_label(&l, p, lbl_secondary_hang); in cps_gen_entry_code()
469 uasm_build_label(&l, p, lbl_disable_coherence); in cps_gen_entry_code()
528 uasm_build_label(&l, p, lbl_hang); in cps_gen_entry_code()
560 uasm_build_label(&l, p, lbl_secondary_cont); in cps_gen_entry_code()
584 uasm_build_label(&l, p, lbl_decready); in cps_gen_entry_code()
[all …]
/Linux-v4.19/arch/mips/include/asm/
Duasm.h184 void uasm_build_label(struct uasm_label **lab, u32 *addr,
197 uasm_build_label(lab, addr, label##lb); \
/Linux-v4.19/arch/mips/mm/
Duasm.c402 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() function
408 UASM_EXPORT_SYMBOL(uasm_build_label);
Dtlbex.c216 uasm_build_label(l, *p, label_tlbw_hazard_0 + instance); in uasm_bgezl_label()