Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/kernel/
Dpm-cps.c224 uasm_build_label(pl, *pp, lbl); in cps_gen_cache_routine()
299 uasm_build_label(pl, *pp, lbl); in cps_gen_flush_fsb()
341 uasm_build_label(pl, *pp, lbl); in cps_gen_set_top_bit()
408 uasm_build_label(&l, p, lbl_incready); in cps_gen_entry_code()
433 uasm_build_label(&l, p, lbl_poll_cont); in cps_gen_entry_code()
447 uasm_build_label(&l, p, lbl_secondary_hang); in cps_gen_entry_code()
458 uasm_build_label(&l, p, lbl_disable_coherence); in cps_gen_entry_code()
515 uasm_build_label(&l, p, lbl_hang); in cps_gen_entry_code()
547 uasm_build_label(&l, p, lbl_secondary_cont); in cps_gen_entry_code()
568 uasm_build_label(&l, p, lbl_decready); in cps_gen_entry_code()
[all …]
/linux-4.4.14/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.4.14/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.4.14/drivers/watchdog/
Docteon-wdt-main.c201 uasm_build_label(&l, p, label_enter_bootloader); in octeon_wdt_build_stage1()