Searched refs:ARC_CALL2 (Results 1 – 4 of 4) sorted by relevance
/arch/mips/fw/arc/ |
D | file.c | 61 return ARC_CALL2(mount, name, op); in ArcMount() 67 return ARC_CALL2(get_finfo, FileID, Information); in ArcGetFileInformation()
|
D | env.c | 26 return ARC_CALL2(set_evar, name, value); in ArcSetEnvironmentVariable()
|
D | tree.c | 45 return ARC_CALL2(component_data, Buffer, Current); in ArcGetConfigurationData()
|
/arch/mips/include/asm/ |
D | sgiarcs.h | 404 #define ARC_CALL2(dest, a1, a2) \ macro 500 #define ARC_CALL2(dest, a1, a2) \ macro
|