/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | rt-svc-writers-guide.rst | 37 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 …]
|
D | arm-sip-service.rst | 7 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/ |
D | test_urllib2.py | 323 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/ |
D | SmbiosMeasurementDxe.uni | 4 // 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/ |
D | domain.te | 7 # Triggered by kernel code which calls request_firmware(), which 8 # eventually calls filp_open(), which attempts to look in /firmware
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | IgdOGBDA.ASL | 31 // 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.c | 95 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/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | cProfile.py | 110 if entry.calls: 112 for subentry in entry.calls:
|
D | trace.py | 273 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/linaro/bootloader/edk2/ArmPkg/Library/ArmPsciResetSystemLib/ |
D | ArmPsciResetSystemLib.inf | 2 # Reset System lib using PSCI hypervisor or secure monitor calls
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPsciResetSystemLib/ |
D | ArmVirtPsciResetSystemLib.inf | 2 # Reset System lib using PSCI hypervisor or secure monitor calls
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | Uefi.inf | 2 # Standard C library: UEFI "system calls".
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/ResetSystemLib/ |
D | ResetSystemLib.inf | 2 # Reset System lib using PSCI hypervisor or secure monitor calls
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Scripts/LauterbachT32/ |
D | README.txt | 7 …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/ |
D | AsmSaveSecContext.asm | 19 ; It consumes the reset vector, calls two basic APIs from FSP binary.
|
D | SecEntry.asm | 19 ; It consumes the reset vector, calls two basic APIs from FSP binary.
|
D | PeiCoreEntry.asm | 19 ; It consumes the reset vector, calls two basic APIs from FSP binary.
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/DxePciLibI440FxQ35/ |
D | DxePciLibI440FxQ35.inf | 6 # its entry point function, then delegates function calls to one of the
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/ |
D | WinNtGopDxe.inf | 5 # This file is a verision of GopIo the uses WinNtThunk system calls as an IO
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
D | MarvellYukonDxe.dsc | 66 # It is not possible to prevent ARM compiler calls to generic intrinsic functions.
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 31 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/ |
D | Flat32.nasm | 39 ; 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/ |
D | README | 14 0) Factorial Test (numerics and function calls)
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/ |
D | PlatformPei.inf | 31 # After that MRC wrapper calls MRC to initialize memory and install a PPI
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
D | CpuPm.asl | 297 // 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
|