Searched refs:handled (Results 1 – 25 of 35) sorted by relevance
12
/device/google/contexthub/firmware/os/inc/ |
D | isr.h | 64 bool handled = false; in dispatchIsr() local 70 handled = curIsr->func(curIsr); in dispatchIsr() 71 if (handled) in dispatchIsr() 76 return handled; in dispatchIsr()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/X64/ |
D | PageFaultHandler.S | 65 # NULL if the page fault is handled by PageFaultHandler 66 # OriginalHandler address if the page fault is not handled by PageFaultHandler
|
D | PageFaultHandler.asm | 68 ; NULL if the page fault is handled by PageFaultHandler 69 ; OriginalHandler address if the page fault is not handled by PageFaultHandler
|
D | PageFaultHandler.nasm | 70 ; NULL if the page fault is handled by PageFaultHandler 71 ; OriginalHandler address if the page fault is not handled by PageFaultHandler
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | interrupt-framework-design.rst | 14 #. It should be possible to route interrupts meant to be handled by secure 23 #. It should be possible to route interrupts meant to be handled by 39 the exception level(s) it is handled in. 43 context. It is always handled in Secure-EL1. 47 current execution context. It is always handled in either Non-secure EL1 52 always handled in EL3. 139 is handled by non-secure software. 209 handled in Secure-EL1. They can be delivered to Secure-EL1 via EL3 but they 210 cannot be handled in EL3. 499 non-secure state. Any non-secure interrupts will be handled as described [all …]
|
D | firmware-update.rst | 246 Once the SMC is handled, BL1 returns from exception to the normal world caller.
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/ |
D | UefiShellLevel3CommandsLib.inf | 3 # Note that the interactive versions of the time, date, and timezone functions are handled in the l…
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/ |
D | TcgMorLockSmm.inf | 7 # The secure MOR V2 is handled inside of variable driver.
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | GLClientState.h | 592 bool handled = true; in getVertexAttribParameter() local 629 handled = false; in getVertexAttribParameter() 632 handled = false; in getVertexAttribParameter() 635 return handled; in getVertexAttribParameter()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | lnotab_notes.txt | 53 line tracing. Tracing is handled by PyCode_CheckLineNumber() in codeobject.c
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | lnotab_notes.txt | 53 line tracing. Tracing is handled by PyCode_CheckLineNumber() in codeobject.c
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
D | shift.decTest | 155 -- Specials; NaNs are handled as usual
|
D | ddShift.decTest | 167 -- Specials; NaNs are handled as usual
|
D | rotate.decTest | 146 -- Specials; NaNs are handled as usual
|
D | ddRotate.decTest | 167 -- Specials; NaNs are handled as usual
|
D | dqShift.decTest | 203 -- Specials; NaNs are handled as usual
|
D | dqRotate.decTest | 203 -- Specials; NaNs are handled as usual
|
/device/google/coral/json-c/ |
D | ChangeLog | 199 Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
|
/device/google/redbull/json-c/ |
D | ChangeLog | 199 Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
|
/device/google/crosshatch/json-c/ |
D | ChangeLog | 199 Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
|
/device/google/sunfish/json-c/ |
D | ChangeLog | 199 Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
|
/device/google/bonito/json-c/ |
D | ChangeLog | 199 Removed usage of vsyslog on Win32/Win64 systems, needs to be handled
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_FROM_133.txt | 184 The following return type was not properly handled when 229 Item #247 describes a change in the way {...} blocks handled 346 #errclass was not handled properly. Instead of being expanded 2063 Both (...)+ and {...} blocks handled the guess block correctly.
|
/device/linaro/bootloader/edk2/StdLib/ |
D | ReadMe.txt | 426 handled by the UEFI Shell. Without this class, only Console I/O is supported.
|
/device/linaro/bootloader/edk2/AppPkg/ |
D | ReadMe.txt | 437 handled by the UEFI Shell. Without this class, only Console I/O is supported.
|
12