Searched refs:ARC_CALL1 (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/mips/fw/arc/ |
D | tree.c | 24 return (pcomponent *) ARC_CALL1(next_component, Current); in ArcGetPeer() 30 return (pcomponent *) ARC_CALL1(child_component, Current); in ArcGetChild() 39 return (pcomponent *) ARC_CALL1(parent_component, Current); in ArcGetParent() 58 return ARC_CALL1(comp_del, ComponentToDelete); in ArcDeleteComponent() 64 return (pcomponent *)ARC_CALL1(component_by_path, Path); in ArcGetComponent()
|
D | file.c | 31 return ARC_CALL1(close, FileID); in ArcClose() 43 return ARC_CALL1(get_rstatus, FileID); in ArcGetReadStatus()
|
D | env.c | 20 return (CHAR *) ARC_CALL1(get_evar, name); in ArcGetEnvironmentVariable()
|
D | misc.c | 94 return (DISPLAY_STATUS *) ARC_CALL1(GetDisplayStatus, FileID); in ArcGetDisplayStatus()
|
D | memory.c | 43 return (struct linux_mdesc *) ARC_CALL1(get_mdesc, Current); in ArcGetMemoryDescriptor()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | sgiarcs.h | 389 #define ARC_CALL1(dest, a1) \ macro 491 #define ARC_CALL1(dest, a1) \ macro
|