Searched refs:ISAFUNC (Results 1 – 2 of 2) sorted by relevance
/arch/mips/mm/ |
D | uasm.c | 292 void __uasminit ISAFUNC(uasm_i_pref)(u32 **buf, unsigned int a, signed int b, in I_u3u1u2() 304 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_i_pref)); 310 void __uasminit ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, int lid) in ISAFUNC() function 316 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_build_label)); 318 int __uasminit ISAFUNC(uasm_in_compat_space_p)(long addr) in ISAFUNC() function 327 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_in_compat_space_p)); 347 int __uasminit ISAFUNC(uasm_rel_hi)(long val) in ISAFUNC() function 351 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_rel_hi)); 353 int __uasminit ISAFUNC(uasm_rel_lo)(long val) in ISAFUNC() function 357 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_rel_lo)); [all …]
|
/arch/mips/include/asm/ |
D | uasm.h | 39 #define ISAFUNC(x) CL_##x macro 42 #define ISAFUNC(x) x macro 47 #define ISAFUNC(x) x macro 50 #define ISAFUNC(x) MM_##x macro 166 void __uasminit ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, 169 int ISAFUNC(uasm_in_compat_space_p)(long addr); 171 int ISAFUNC(uasm_rel_hi)(long val); 172 int ISAFUNC(uasm_rel_lo)(long val); 173 void ISAFUNC(UASM_i_LA_mostly)(u32 **buf, unsigned int rs, long addr); 174 void ISAFUNC(UASM_i_LA)(u32 **buf, unsigned int rs, long addr); [all …]
|