Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmodulefinder.py123 def import_hook(self, name, caller=None, fromlist=None, level=-1): argument
124 self.msg(3, "import_hook", name, caller, fromlist, level)
125 parent = self.determine_parent(caller, level=level)
134 def determine_parent(self, caller, level=-1): argument
135 self.msgin(4, "determine_parent", caller, level)
136 if not caller or level == 0:
139 pname = caller.__name__
141 if caller.__path__:
145 assert parent is caller
154 if caller.__path__:
[all …]
Dpstats.py263 for func2, caller in callers.iteritems():
264 newcallers[func_strip_path(func2)] = caller
289 for func2, caller in callers.iteritems():
292 all_callees[func2][func] = caller
517 for func, caller in target.iteritems():
518 new_callers[func] = caller
519 for func, caller in source.iteritems():
521 if isinstance(caller, tuple):
524 zip(caller, new_callers[func])])
527 new_callers[func] += caller
[all …]
Dwarnings.py186 caller = sys._getframe(stacklevel)
191 globals = caller.f_globals
192 lineno = caller.f_lineno
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dmodulefinder.py123 def import_hook(self, name, caller=None, fromlist=None, level=-1): argument
124 self.msg(3, "import_hook", name, caller, fromlist, level)
125 parent = self.determine_parent(caller, level=level)
134 def determine_parent(self, caller, level=-1): argument
135 self.msgin(4, "determine_parent", caller, level)
136 if not caller or level == 0:
139 pname = caller.__name__
141 if caller.__path__:
145 assert parent is caller
154 if caller.__path__:
[all …]
Dwarnings.py190 caller = sys._getframe(stacklevel)
195 globals = caller.f_globals
196 lineno = caller.f_lineno
/device/linaro/bootloader/OpenPlatformPkg/Documentation/Marvell/Drivers/
DSpiDriver.txt82 param[in] DataOut Pointer to caller-allocated buffer
84 param[out] DataIn Pointer to caller-allocated buffer
108 param[in] Cmd Pointer to caller-allocated buffer
111 param[in] DataOut Pointer to caller-allocated buffer
113 param[out] DataIn Pointer to caller-allocated buffer
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c261 getSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in getSubEntry() argument
263 return (ProfilerSubEntry*) RotatingTree_Get(&caller->calls, in getSubEntry()
268 newSubEntry(ProfilerObject *pObj, ProfilerEntry *caller, ProfilerEntry* entry) in newSubEntry() argument
282 RotatingTree_Add(&caller->calls, &self->header); in newSubEntry()
329 ProfilerEntry *caller = self->previous->ctxEntry; in initContext() local
330 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in initContext()
332 subentry = newSubEntry(pObj, caller, entry); in initContext()
355 ProfilerEntry *caller = self->previous->ctxEntry; in Stop() local
356 ProfilerSubEntry *subentry = getSubEntry(pObj, caller, entry); in Stop()
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dfirmware-update.rst192 if (normal world caller) synchronous exception
220 if (secure world caller) return -EPERM
246 Once the SMC is handled, BL1 returns from exception to the normal world caller.
267 if (secure world caller)
270 else // normal world caller
284 BL1 returns from exception to the caller. If authentication succeeds then BL1
303 if (secure world caller) return -EPERM
309 ``image_id``, in the other security world to the caller. The current
313 BL1 saves the normal world caller's context, sets the secure image state to
330 if (normal world caller and no INTERRUPTED secure image) return -EPERM
[all …]
Drt-svc-writers-guide.rst81 from an AArch32 caller.
214 The ``flags`` parameter to this function indicates the caller security state
215 in bit[0], where a value of ``1`` indicates a non-secure caller. The
256 #. Returning the result to the caller. The `SMCCC`_ allows for up to 256 bits
Darm-sip-service.rst85 If the call is successful, the caller wouldn't observe the SMC returning.
Dpsci-lib-integration-guide.rst72 The invocation may or may not return back to the caller depending on
269 caller if PSCI API causes power down of the CPU. In this case, when the CPU
402 the specified ``security_state`` (first argument) for the current CPU. The caller
417 ``cpu_idx`` (first argument). The caller must ensure that
Dplatform-migration-guide.rst240 invoked to perform actions specific to the caller core which makes the argument
244 operations on the current caller core instead of ``platform_get_entrypoint()``,
332 Application Binary Interface for the ARM 64-bit architecture. The caller should
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenHypercallLib/Ia32/
Dhypercall.nasm13 ; saved by the caller
/device/generic/opengl-transport/host/commands/emugen/
DREADME18 Note: In this document, the caller is referred to as Encoder or Client
52 Since ‘foo’ returns value, the caller is expected to read back the return packet from the server->c…
63 in : Data is sent from the caller to the calle
64 out: Data is sent from the callee to the caller
65 in_out: data is sent from the caller and return in place.
83 The caller packet will have the following form:
307 is the encoding context as provided by the caller.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
DProcessorAsms.S131 # This allows the caller to switch the stack and goes to the new entry point
169 # This allows the caller to switch the stack and goes to the new entry point
DProcessorAsms.Asm151 ; This allows the caller to switch the stack and goes to the new entry point
186 ; This allows the caller to switch the stack and goes to the new entry point
/device/linaro/bootloader/edk2/Nt32Pkg/Sec/
DStack.asm85 mov dword ptr [ebp], eax ; From now, Temporary's PPI caller's stack is in permenent memory
/device/linaro/bootloader/edk2/EmulatorPkg/Sec/Ia32/
DSwitchRam.asm85 mov dword ptr [ebp], eax ; From now, Temporary's PPI caller's stack is in permenent memory
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/X64/
DProcessorAsms.S30 # This allows the caller to switch the stack and goes to the new entry point
DProcessorAsms.Asm26 ; This allows the caller to switch the stack and goes to the new entry point
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt287 copies the data out to the caller, and recycles the index of the head
313 - Each tail descriptor is re-pointed to the caller-supplied packet buffer
315 Available Ring. The caller is responsible to hang on to the unmodified buffer
341 caller.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
DEbcLowLevel.nasm59 ; "The caller is responsible for allocating space for parameters to the
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni60 " caller. If not specified, then 0 will be returned.\r\n"
75 " * To exit a UEFI shell script with exit-code value returned to the caller:\r\n"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/
DCommonTools.env549 # Let the caller define a NULL toolchain if they don't care. This way you can
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DFAQ260 against a buffer overflow of a 4K string space, other than the caller of

12