Searched refs:Path (Results 1 – 9 of 9) sorted by relevance
/arch/mips/fw/arc/ |
D | salone.c | 11 LONG __init ArcLoad(CHAR *Path, ULONG TopAddr, ULONG *ExecAddr, ULONG *LowAddr) in ArcLoad() argument 13 return ARC_CALL4(load, Path, TopAddr, ExecAddr, LowAddr); in ArcLoad() 22 LONG __init ArcExecute(CHAR *Path, LONG Argc, CHAR *Argv[], CHAR *Envp[]) in ArcExecute() argument 24 return ARC_CALL4(exec, Path, Argc, Argv, Envp); in ArcExecute()
|
D | file.c | 23 ArcOpen(CHAR *Path, enum linux_omode OpenMode, ULONG *FileID) in ArcOpen() argument 25 return ARC_CALL3(open, Path, OpenMode, FileID); in ArcOpen()
|
D | tree.c | 62 ArcGetComponent(CHAR *Path) in ArcGetComponent() argument 64 return (pcomponent *)ARC_CALL1(component_by_path, Path); in ArcGetComponent()
|
/arch/arc/kernel/ |
D | entry.S | 294 ; Fast Path return to user mode if no pending work 299 ; --- (Slow Path #1) task preemption --- 307 ; --- (Slow Path #2) pending signal --- 337 ; --- (Slow Path #3) notify_resume ---
|
D | entry-arcv2.S | 175 ; From Linux standpoint Slow Path I/D TLB Miss is same a ProtV as they
|
D | entry-compact.S | 346 ; Level 2 interrupt return Path - from hardware standpoint
|
/arch/arm/boot/dts/ |
D | imx53-usbarmory.dts | 5 * Copyright (C) 2015, Inverse Path 51 model = "Inverse Path USB armory";
|
/arch/arc/mm/ |
D | tlbex.S | 52 ; Since the Fast Path TLB Miss handler is coded with 4 regs, the remaining 3 299 ARCFP_CODE ;Fast Path Code, candidate for ICCM
|
/arch/arc/ |
D | Kconfig | 254 Single Cycle RAMS to store Fast Path Code 264 Single Cycle RAMS to store Fast Path Data
|