Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/kernel/
Dpm-cps.c215 uasm_build_label(pl, *pp, lbl); in cps_gen_cache_routine()
292 uasm_build_label(pl, *pp, lbl); in cps_gen_flush_fsb()
334 uasm_build_label(pl, *pp, lbl); in cps_gen_set_top_bit()
401 uasm_build_label(&l, p, lbl_incready); in cps_gen_entry_code()
426 uasm_build_label(&l, p, lbl_poll_cont); in cps_gen_entry_code()
454 uasm_build_label(&l, p, lbl_secondary_hang); in cps_gen_entry_code()
465 uasm_build_label(&l, p, lbl_disable_coherence); in cps_gen_entry_code()
524 uasm_build_label(&l, p, lbl_hang); in cps_gen_entry_code()
556 uasm_build_label(&l, p, lbl_secondary_cont); in cps_gen_entry_code()
580 uasm_build_label(&l, p, lbl_decready); in cps_gen_entry_code()
[all …]
/linux-5.19.10/arch/mips/include/asm/
Duasm.h194 void uasm_build_label(struct uasm_label **lab, u32 *addr,
207 uasm_build_label(lab, addr, label##lb); \
/linux-5.19.10/arch/mips/mm/
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);
Dtlbex.c219 uasm_build_label(l, *p, label_tlbw_hazard_0 + instance); in uasm_bgezl_label()