Home
last modified time | relevance | path

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

1234

/device/linaro/bootloader/arm-trusted-firmware/docs/
Drt-svc-writers-guide.rst37 IDs, Owning Entity Numbers (OEN), Fast and Standard calls, and the SMC32 and
47 with the SMC call type, which is either *Fast* or *Yielding*. Fast calls are
48 uninterruptible whereas Yielding calls can be pre-empted. The majority of
49 Owning Entities only have allocated ranges for Fast calls: Yielding calls are
56 Fast 0 ARM Architecture calls
57 Fast 1 CPU Service calls
58 Fast 2 SiP Service calls
59 Fast 3 OEM Service calls
60 Fast 4 Standard Service calls
62 Fast 48-49 Trusted Application calls
[all …]
Darm-sip-service.rst7 implementer or platform provider. They are accessed via. ``SMC`` ("SMC calls")
8 instruction executed from Exception Levels below EL3. SMC calls for SiP
13 ``0xc200ffff`` for 64-bit calls, and ``0x82000000`` - ``0x8200ffff`` for 32-bit
14 calls.
/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/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/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/generic/car/common/sepolicy/
Ddumpstate.te8 # Allow dumpstate to make binder calls to hal_identity, hal_light, hal_power
/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:
/device/google/coral-sepolicy/vendor/google/
Dairbrush.te18 # Allow Airbrush to make binder calls to Darwinn and vice versa
Dhal_neuralnetworks_darwinn.te31 # Allow DarwiNN HAL to talk to stats service, and to make binder calls to it.
/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/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/
DArmVirtPsciResetSystemLib.inf2 # Reset System lib using PSCI hypervisor or secure monitor calls
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/ResetSystemLib/
DResetSystemLib.inf2 # Reset System lib using PSCI hypervisor or secure monitor 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/OvmfPkg/Library/DxePciLibI440FxQ35/
DDxePciLibI440FxQ35.inf6 # its entry point function, then delegates function calls to one of the
/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/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
DMarvellYukonDxe.dsc66 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md31 instead multiple RenderControl calls are made. The RenderControl architecture
80 of synthetic calls we have to make (such as eglMakeCurrent()).
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/Ia32/
DFlat32.nasm39 ; Protected mode portion initializes stack, configures cache, and calls C entry point
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/comparisons/
DREADME14 0) Factorial Test (numerics and function calls)

1234