uasm_build_label  193 arch/mips/include/asm/uasm.h void uasm_build_label(struct uasm_label **lab, u32 *addr,
uasm_build_label  206 arch/mips/include/asm/uasm.h 	uasm_build_label(lab, addr, label##lb);				\
uasm_build_label  215 arch/mips/kernel/pm-cps.c 	uasm_build_label(pl, *pp, lbl);
uasm_build_label  292 arch/mips/kernel/pm-cps.c 	uasm_build_label(pl, *pp, lbl);
uasm_build_label  334 arch/mips/kernel/pm-cps.c 	uasm_build_label(pl, *pp, lbl);
uasm_build_label  401 arch/mips/kernel/pm-cps.c 		uasm_build_label(&l, p, lbl_incready);
uasm_build_label  426 arch/mips/kernel/pm-cps.c 			uasm_build_label(&l, p, lbl_poll_cont);
uasm_build_label  454 arch/mips/kernel/pm-cps.c 			uasm_build_label(&l, p, lbl_secondary_hang);
uasm_build_label  465 arch/mips/kernel/pm-cps.c 	uasm_build_label(&l, p, lbl_disable_coherence);
uasm_build_label  524 arch/mips/kernel/pm-cps.c 			uasm_build_label(&l, p, lbl_hang);
uasm_build_label  556 arch/mips/kernel/pm-cps.c 		uasm_build_label(&l, p, lbl_secondary_cont);
uasm_build_label  580 arch/mips/kernel/pm-cps.c 		uasm_build_label(&l, p, lbl_decready);
uasm_build_label  608 arch/mips/kernel/pm-cps.c 		uasm_build_label(&l, p, lbl_secondary_cont);
uasm_build_label  216 arch/mips/mm/tlbex.c 		uasm_build_label(l, *p, label_tlbw_hazard_0 + instance);
uasm_build_label  412 arch/mips/mm/uasm.c void uasm_build_label(struct uasm_label **lab, u32 *addr, int lid)
uasm_build_label  418 arch/mips/mm/uasm.c UASM_EXPORT_SYMBOL(uasm_build_label);