Home
last modified time | relevance | path

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

/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()