Home
last modified time | relevance | path

Searched refs:calls (Results 1 – 25 of 60) sorted by relevance

123

/device/linaro/bootloader/arm-trusted-firmware/docs/
Drt-svc-writers-guide.md43 IDs, Owning Entity Numbers (OEN), Fast and Standard calls, and the SMC32 and
54 with the SMC call type, which is either _Fast_ or _Standard_. Fast calls are
55 uninterruptible whereas Standard calls can be pre-empted. The majority of
56 Owning Entities only have allocated ranges for Fast calls: Standard calls are
61 Fast 0 ARM Architecture calls
62 Fast 1 CPU Service calls
63 Fast 2 SiP Service calls
64 Fast 3 OEM Service calls
65 Fast 4 Standard Service calls
67 Fast 48-49 Trusted Application calls
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py323 self.parent.calls.append((self, fn_name, args, kwds))
347 self.parent.calls = []
489 calls = [(handlers[0], "http_open"), (handlers[2], "http_open")]
490 for expected, got in zip(calls, o.calls):
510 self.assertEqual(o.calls[0][0], handlers[1])
511 self.assertEqual(o.calls[1][0], handlers[0])
524 self.assertEqual(o.calls, [(handlers[0], "http_open", (req,), {})])
548 assert len(o.calls) == 2
549 calls = [(handlers[0], "http_open", (req,)),
552 for expected, got in zip(calls, o.calls):
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
DSmbiosMeasurementDxe.uni4 // This driver calculates SMBIOS table based on default policy and calls TPM interface to measure t…
20 …ge en-US "This driver calculates SMBIOS table based on default policy and calls TPM interface to m…
/device/google/marlin/sepolicy/
Ddomain.te7 # Triggered by kernel code which calls request_firmware(), which
8 # eventually calls filp_open(), which attempts to look in /firmware
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c95 rotating_node_t *calls; member
249 self->calls = EMPTY_ROTATING_TREE; in newProfilerEntry()
263 return (ProfilerSubEntry*) RotatingTree_Get(&caller->calls, in getSubEntry()
282 RotatingTree_Add(&caller->calls, &self->header); in newSubEntry()
296 RotatingTree_Enum(entry->calls, freeSubEntry, NULL); in freeEntry()
576 if (entry->calls != EMPTY_ROTATING_TREE) { in statsForEntry()
580 if (RotatingTree_Enum(entry->calls, in statsForEntry()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOGBDA.ASL31 // Supported calls: Sub-function 0
35 //<TODO> Update implementation specific supported calls. Reference
50 // back functions. Call back functions are where the driver calls the
129 // modified settings flag must be cleared on all subsequent calls to
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
DcProfile.py110 if entry.calls:
112 for subentry in entry.calls:
Dtrace.py273 calls = self.calledfuncs.keys()
274 calls.sort()
275 for filename, modulename, funcname in calls:
282 calls = self.callers.keys()
283 calls.sort()
285 for ((pfile, pmod, pfunc), (cfile, cmod, cfunc)) in calls:
Dpstats.py535 for calls in callers.itervalues():
536 nc += calls
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/
DArmVirtPsciResetSystemLib.inf2 # Reset System lib using PSCI hypervisor or secure monitor calls
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmPsciResetSystemLib/
DArmPsciResetSystemLib.inf2 # Reset System lib using PSCI hypervisor or secure monitor calls
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DUefi.inf2 # Standard C library: UEFI "system calls".
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/
DREADME.txt7 …C or PEI code. To be more efficient you may want to create a script that calls this, like MyBoard…
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
DAsmSaveSecContext.asm19 ; It consumes the reset vector, calls two basic APIs from FSP binary.
DPeiCoreEntry.asm19 ; It consumes the reset vector, calls two basic APIs from FSP binary.
DSecEntry.asm19 ; It consumes the reset vector, calls two basic APIs from FSP binary.
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtPkg.dec62 # calls (HVC) or secure monitor calls (SMC).
/device/lge/bullhead/sepolicy/
Dsystem_server.te41 # system_server calls the power HAL, which reads debugfs_rpm
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopDxe.inf5 # This file is a verision of GopIo the uses WinNtThunk system calls as an IO
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
DREADME14 0) Factorial Test (numerics and function calls)
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
DPlatformPei.inf31 # After that MRC wrapper calls MRC to initialize memory and install a PPI
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpuPm.asl297 // value in case we get multiple calls, each of which only
431 // value in case we get multiple calls, each of which only
574 // value in case we get multiple calls, each of which only
717 // value in case we get multiple calls, each of which only
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DPlatformEarlyInit.inf12 # After that MRC wrapper calls MRC to initialize memory and install a PPI
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
DSecEntry.S19 # It consumes the reset vector, calls TempRamInit API from FSP binary.
DSecEntry.asm19 ; It consumes the reset vector, calls TempRamInit API from FSP binary.

123