Searched defs:ISAFUNC (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/mips/mm/ | 
| D | uasm.c | 359 void ISAFUNC(uasm_build_label)(struct uasm_label **lab, u32 *addr, int lid)  in ISAFUNC()  function367 int ISAFUNC(uasm_in_compat_space_p)(long addr)  in ISAFUNC()  function
 396 int ISAFUNC(uasm_rel_hi)(long val)  in ISAFUNC()  function
 402 int ISAFUNC(uasm_rel_lo)(long val)  in ISAFUNC()  function
 408 void ISAFUNC(UASM_i_LA_mostly)(u32 **buf, unsigned int rs, long addr)  in ISAFUNC()  function
 426 void ISAFUNC(UASM_i_LA)(u32 **buf, unsigned int rs, long addr)  in ISAFUNC()  function
 441 void ISAFUNC(uasm_r_mips_pc16)(struct uasm_reloc **rel, u32 *addr, int lid)  in ISAFUNC()  function
 453 void ISAFUNC(uasm_resolve_relocs)(struct uasm_reloc *rel,  in ISAFUNC()  function
 465 void ISAFUNC(uasm_move_relocs)(struct uasm_reloc *rel, u32 *first, u32 *end,  in ISAFUNC()  function
 474 void ISAFUNC(uasm_move_labels)(struct uasm_label *lab, u32 *first, u32 *end,  in ISAFUNC()  function
 [all …]
 
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | uasm.h | 35 #define ISAFUNC(x)	CL_##x  macro38 #define ISAFUNC(x)	x  macro
 43 #define ISAFUNC(x)	x  macro
 46 #define ISAFUNC(x)	MM_##x  macro
 
 |