Searched refs:uasm_il_bne (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | page.c | 327 uasm_il_bne(&buf, &r, A0, A2, label_clear_pref); in build_clear_page() 344 uasm_il_bne(&buf, &r, A0, A2, in build_clear_page() 515 uasm_il_bne(&buf, &r, A2, A0, label_copy_pref_both); in build_copy_page() 556 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page() 590 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()
|
H A D | uasm.c | 597 void uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1, in uasm_il_bne() function 603 UASM_EXPORT_SYMBOL(uasm_il_bne); variable
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | page.c | 328 uasm_il_bne(&buf, &r, A0, A2, label_clear_pref); in build_clear_page() 345 uasm_il_bne(&buf, &r, A0, A2, in build_clear_page() 516 uasm_il_bne(&buf, &r, A2, A0, label_copy_pref_both); in build_copy_page() 557 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page() 591 uasm_il_bne(&buf, &r, A2, A0, in build_copy_page()
|
H A D | uasm.c | 598 void uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1, in uasm_il_bne() function 604 UASM_EXPORT_SYMBOL(uasm_il_bne); variable
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | pm-cps.c | 232 uasm_il_bne(pp, pr, t0, t1, lbl); in cps_gen_cache_routine()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 321 void uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1,
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 326 void uasm_il_bne(u32 **p, struct uasm_reloc **r, unsigned int reg1,
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | pm-cps.c | 232 uasm_il_bne(pp, pr, t0, t1, lbl); in cps_gen_cache_routine()
|
Completed in 8 milliseconds