Searched refs:Fault (Results 1 – 24 of 24) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/ |
D | FaultTolerantWriteDxe.uni | 2 // Fault Tolerant Write Dxe Driver. 4 // This driver installs Fault Tolerant Write (FTW) protocol, 20 #string STR_MODULE_ABSTRACT #language en-US "Fault Tolerant Write Dxe Driver." 22 #string STR_MODULE_DESCRIPTION #language en-US "Installs Fault Tolerant Write (FTW) protoc…
|
D | SmmFaultTolerantWriteDxe.uni | 2 // Fault Tolerant Write Smm Driver. 4 // This driver installs SMM Fault Tolerant Write (FTW) protocol, which provides fault 21 #string STR_MODULE_ABSTRACT #language en-US "Fault Tolerant Write Smm Driver." 23 #string STR_MODULE_DESCRIPTION #language en-US "Installs SMM Fault Tolerant Write (FTW) pr…
|
D | FaultTolerantWriteSmmDxe.uni | 2 // This module is the Runtime DXE part corresponding to SMM Fault Tolerant Write (FTW) module. 21 … #language en-US "The Runtime DXE part corresponding to the SMM Fault Tolerant Write (FT…
|
D | FaultTolerantWriteDxe.inf | 2 # Fault Tolerant Write Dxe Driver. 4 # This driver installs Fault Tolerant Write (FTW) protocol,
|
D | FaultTolerantWriteSmm.inf | 2 # Fault Tolerant Write Smm Driver. 4 # This driver installs SMM Fault Tolerant Write (FTW) protocol, which provides fault
|
D | SmmFaultTolerantWriteDxeExtra.uni | 17 "SMM Fault Tolerant Flash Write Driver"
|
D | FaultTolerantWriteDxeExtra.uni | 17 "Fault Tolerant Flash Write DXE Driver"
|
D | FaultTolerantWriteSmmDxeExtra.uni | 17 "Fault Tolerant Flash Write SMM/DXE Bridge Driver"
|
D | FaultTolerantWriteSmmDxe.inf | 2 # This module is the Runtime DXE part corresponding to SMM Fault Tolerant Write (FTW) module.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | SimpleXMLRPCServer.py | 103 from xmlrpclib import Fault 265 except Fault, fault: 272 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)), 365 except Fault, fault: 634 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
|
D | xmlrpclib.py | 269 class Fault(Error): class 615 if isinstance(values, Fault): 793 raise Fault(**self._stack[0]) 956 raise Fault(item['faultCode'], item['faultString']) 1021 target = FastUnmarshaller(True, False, _binary, mkdatetime, Fault) 1069 assert isinstance(params, TupleType) or isinstance(params, Fault),\ 1072 if isinstance(params, Fault): 1298 except Fault:
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWritePei/ |
D | FaultTolerantWritePei.uni | 2 // Fault Tolerant Write PEI Driver.
|
D | FaultTolerantWritePei.inf | 2 # Fault Tolerant Write PEI Driver.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_xmlrpc.py | 199 f = xmlrpclib.Fault(42, 'Test Fault') 204 f = xmlrpclib.Fault(42, 'Test Fault') 211 self.assertRaises(xmlrpclib.Fault, xmlrpclib.loads, s) 595 self.assertRaises(xmlrpclib.Fault, p.add, 6, 8) 599 self.assertRaises(xmlrpclib.Fault, p.pow, 6, 8) 897 self.assertRaises(xmlrpclib.Fault, xmlrpclib.loads, handle[44:])
|
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/ |
D | SmmDebugAgentLib.inf | 87 # Skip Page Fault exception (14) by default in SMM
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/ |
D | SmiException.S | 273 pushl $0x0e # Page Fault 463 # Page Fault Exception Handler entry when SMM Stack Guard is enabled
|
D | SmiException.asm | 289 push 0eh ; Page Fault 478 ; Page Fault Exception Handler entry when SMM Stack Guard is enabled
|
D | SmiException.nasm | 287 push 0xe ; Page Fault 475 ; Page Fault Exception Handler entry when SMM Stack Guard is enabled
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
D | SmiException.S | 162 pushq $0x0e # Page Fault
|
D | SmiException.nasm | 181 push 0xe ; Page Fault
|
D | SmiException.asm | 178 push 0eh ; Page Fault
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | NOTES.msvc | 177 you may get General Protection Fault errors at run time. The problem
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | README | 263 | Fault-tolerant write (FTW)
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | MdeModulePkg.dec | 445 …## Fault Tolerant Write protocol provides boot-time service to do fault tolerant write capability …
|