Searched refs:uasm_build_label (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/mips/kernel/ |
D | pm-cps.c | 215 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/ |
D | uasm.h | 194 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/ |
D | uasm.c | 413 void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid) in uasm_build_label() function 419 UASM_EXPORT_SYMBOL(uasm_build_label);
|
D | tlbex.c | 219 uasm_build_label(l, *p, label_tlbw_hazard_0 + instance); in uasm_bgezl_label()
|