Searched refs:uasm_il_bne (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/arch/mips/mm/ |
H A D | page.c | 318 uasm_il_bne(&buf, &r, A0, A2, label_clear_pref); build_clear_page() 335 uasm_il_bne(&buf, &r, A0, A2, build_clear_page() 504 uasm_il_bne(&buf, &r, A2, A0, label_copy_pref_both); build_copy_page() 545 uasm_il_bne(&buf, &r, A2, A0, build_copy_page() 579 uasm_il_bne(&buf, &r, A2, A0, build_copy_page()
|
H A D | uasm.c | 548 void ISAFUNC(uasm_il_bne)(u32 **p, struct uasm_reloc **r, unsigned int reg1, uasm_il_bne() function 554 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_il_bne));
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | uasm.h | 301 void uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1,
|
/linux-4.4.14/arch/mips/kernel/ |
H A D | pm-cps.c | 234 uasm_il_bne(pp, pr, t0, t1, lbl); cps_gen_cache_routine()
|
Completed in 140 milliseconds