Searched refs:ARC_CALL1 (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/fw/arc/ |
H A D | env.c | 20 return (CHAR *) ARC_CALL1(get_evar, name); in ArcGetEnvironmentVariable()
|
H A D | misc.c | 35 return (DISPLAY_STATUS *) ARC_CALL1(GetDisplayStatus, FileID); in ArcGetDisplayStatus()
|
H A D | identify.c | 88 return (pcomponent *) ARC_CALL1(child_component, Current); in ArcGetChild()
|
H A D | memory.c | 42 return (struct linux_mdesc *) ARC_CALL1(get_mdesc, Current); in ArcGetMemoryDescriptor()
|
/kernel/linux/linux-6.6/arch/mips/fw/arc/ |
H A D | env.c | 20 return (CHAR *) ARC_CALL1(get_evar, name); in ArcGetEnvironmentVariable()
|
H A D | misc.c | 35 return (DISPLAY_STATUS *) ARC_CALL1(GetDisplayStatus, FileID); in ArcGetDisplayStatus()
|
H A D | identify.c | 88 return (pcomponent *) ARC_CALL1(child_component, Current); in ArcGetChild()
|
H A D | memory.c | 42 return (struct linux_mdesc *) ARC_CALL1(get_mdesc, Current); in ArcGetMemoryDescriptor()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | sgiarcs.h | 385 #define ARC_CALL1(dest, a1) \ macro 448 #define ARC_CALL1(dest, a1) \ macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | sgiarcs.h | 385 #define ARC_CALL1(dest, a1) \ macro 448 #define ARC_CALL1(dest, a1) \ macro
|
Completed in 5 milliseconds