OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DFAR
(Results
1 - 8
of
8
) sorted by null
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
DefaultExceptionHandler.c
245
DEBUG ((EFI_D_ERROR, "DFSR 0x%08x
DFAR
0x%08x IFSR 0x%08x IFAR 0x%08x\n", SystemContext.SystemContextArm->DFSR, SystemContext.SystemContextArm->
DFAR
, SystemContext.SystemContextArm->IFSR, SystemContext.SystemContextArm->IFAR));
251
DEBUG ((EFI_D_ERROR, " %a: %a 0x%08x\n", FaultStatusToString (DfsrStatus), DfsrWrite ? "write to" : "read from", SystemContext.SystemContextArm->
DFAR
));
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
ExceptionSupport.asm
44
DFAR
0x48
208
mrc p15, 0, R1, c6, c0, 0 ; Read
DFAR
209
str R1, [SP, #0x48] ; Store it in EFI_SYSTEM_CONTEXT_ARM.
DFAR
ExceptionSupport.S
44
DFAR
0x48
214
mrc p15, 0, R1, c6, c0, 0 @ Read
DFAR
215
str R1, [SP, #0x48] @ Store it in EFI_SYSTEM_CONTEXT_ARM.
DFAR
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DebugAgentException.asm
42
DFAR
0x48
188
mrc p15, 0, R1, c6, c0, 0 ; Read
DFAR
189
str R1, [SP, #0x48] ; Store it in EFI_SYSTEM_CONTEXT_ARM.
DFAR
DebugAgentException.S
42
DFAR
0x48
193
mrc p15, 0, R1, c6, c0, 0 @ Read
DFAR
194
str R1, [SP, #0x48] @ Store it in EFI_SYSTEM_CONTEXT_ARM.
DFAR
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
ExceptionSupport.ARMv6.asm
43
DFAR
0x48
186
mrc p15, 0, R1, c6, c0, 0 ; Read
DFAR
187
str R1, [SP, #0x48] ; Store it in EFI_SYSTEM_CONTEXT_ARM.
DFAR
ExceptionSupport.ARMv6.S
41
DFAR
0x48
188
mrc p15, 0, R1, c6, c0, 0 @ Read
DFAR
189
str R1, [SP, #0x48] @ Store it in EFI_SYSTEM_CONTEXT_ARM.
DFAR
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h
517
UINT32
DFAR
;
Completed in 277 milliseconds