Searched refs:uasm_il_beq (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/mips/mm/ |
D | uasm.c | 574 void uasm_il_beq(u32 **p, struct uasm_reloc **r, unsigned int r1, in uasm_il_beq() function 580 UASM_EXPORT_SYMBOL(uasm_il_beq);
|
/linux-6.1.9/arch/mips/include/asm/ |
D | uasm.h | 319 void uasm_il_beq(u32 **p, struct uasm_reloc **r, unsigned int r1,
|
/linux-6.1.9/arch/mips/kernel/ |
D | pm-cps.c | 415 uasm_il_beq(&p, &r, t1, r_online, lbl_disable_coherence); in cps_gen_entry_code()
|