Home
last modified time | relevance | path

Searched refs:ARC_CALL1 (Results 1 – 6 of 6) sorted by relevance

/arch/mips/fw/arc/
Dtree.c24 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()
Dfile.c31 return ARC_CALL1(close, FileID); in ArcClose()
43 return ARC_CALL1(get_rstatus, FileID); in ArcGetReadStatus()
Denv.c20 return (CHAR *) ARC_CALL1(get_evar, name); in ArcGetEnvironmentVariable()
Dmisc.c94 return (DISPLAY_STATUS *) ARC_CALL1(GetDisplayStatus, FileID); in ArcGetDisplayStatus()
Dmemory.c37 return (struct linux_mdesc *) ARC_CALL1(get_mdesc, Current); in ArcGetMemoryDescriptor()
/arch/mips/include/asm/
Dsgiarcs.h389 #define ARC_CALL1(dest, a1) \ macro
491 #define ARC_CALL1(dest, a1) \ macro