Home
last modified time | relevance | path

Searched refs:ISAFUNC (Results 1 – 2 of 2) sorted by relevance

/arch/mips/mm/
Duasm.c341 void ISAFUNC(uasm_i_pref)(u32 **buf, unsigned int a, signed int b, in I_u3u1u2()
353 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_i_pref));
359 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, int lid) in ISAFUNC() function
365 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_build_label));
367 int ISAFUNC(uasm_in_compat_space_p)(long addr) in ISAFUNC() function
376 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_in_compat_space_p));
396 int ISAFUNC(uasm_rel_hi)(long val) in ISAFUNC() function
400 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_rel_hi));
402 int ISAFUNC(uasm_rel_lo)(long val) in ISAFUNC() function
406 UASM_EXPORT_SYMBOL(ISAFUNC(uasm_rel_lo));
[all …]
/arch/mips/include/asm/
Duasm.h35 #define ISAFUNC(x) CL_##x macro
38 #define ISAFUNC(x) x macro
43 #define ISAFUNC(x) x macro
46 #define ISAFUNC(x) MM_##x macro
182 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr,
185 int ISAFUNC(uasm_in_compat_space_p)(long addr);
187 int ISAFUNC(uasm_rel_hi)(long val);
188 int ISAFUNC(uasm_rel_lo)(long val);
189 void ISAFUNC(UASM_i_LA_mostly)(u32 **buf, unsigned int rs, long addr);
190 void ISAFUNC(UASM_i_LA)(u32 **buf, unsigned int rs, long addr);
[all …]