Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/kernel/
Dpm-cps.c224 uasm_build_label(pl, *pp, lbl); in cps_gen_cache_routine()
298 uasm_build_label(pl, *pp, lbl); in cps_gen_flush_fsb()
340 uasm_build_label(pl, *pp, lbl); in cps_gen_set_top_bit()
407 uasm_build_label(&l, p, lbl_incready); in cps_gen_entry_code()
432 uasm_build_label(&l, p, lbl_poll_cont); in cps_gen_entry_code()
446 uasm_build_label(&l, p, lbl_secondary_hang); in cps_gen_entry_code()
457 uasm_build_label(&l, p, lbl_disable_coherence); in cps_gen_entry_code()
514 uasm_build_label(&l, p, lbl_hang); in cps_gen_entry_code()
546 uasm_build_label(&l, p, lbl_secondary_cont); in cps_gen_entry_code()
567 uasm_build_label(&l, p, lbl_decready); in cps_gen_entry_code()
[all …]
/linux-4.1.27/arch/mips/include/asm/
Duasm.h182 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr,
195 ISAFUNC(uasm_build_label)(lab, addr, label##lb); \
/linux-4.1.27/arch/mips/mm/
Duasm.c359 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, int lid) in ISAFUNC() argument
365 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_build_label));
Dtlbex.c214 uasm_build_label(l, *p, label_tlbw_hazard_0 + instance); in uasm_bgezl_label()
/linux-4.1.27/drivers/watchdog/
Docteon-wdt-main.c201 uasm_build_label(&l, p, label_enter_bootloader); in octeon_wdt_build_stage1()