Lines Matching full:processor

6   processor and handle context save and restore operations.
32 /// Processor exception to be hooked.
38 /// IA-32 processor exception types.
93 /// IA-32 processor context definition.
132 /// x64 processor exception types.
187 /// x64 processor context definition.
235 /// Itanium Processor Family Exception types.
280 /// IPF processor context definition.
435 /// EBC processor exception types.
454 /// EBC processor context definition.
471 /// ARM processor exception types.
488 /// ARM processor context definition.
515 /// AARCH64 processor exception types.
597 UINT64 SPSR; // Saved Processor Status Register
604 /// RISC-V processor exception types.
633 /// RISC-V processor exception types for interrupts.
684 /// LoongArch processor exception types.
733 /// LoongArch processor Interrupt types.
866 processor index is returned.
882 @param ProcessorIndex Specifies which processor the callback function applies to.
902 Registers a function to be called when a given processor exception occurs.
905 @param ProcessorIndex Specifies which processor the callback function applies to.
907 when the processor exception specified by ExceptionType occurs.
908 @param ExceptionType Specifies which processor exception to hook.
927 Invalidates processor instruction cache for a memory range. Subsequent execution in this range
931 @param ProcessorIndex Specifies which processor's instruction cache is to be invalidated.
933 @param Length Specifies the minimum number of bytes in the processor's instruction
951 /// processor exceptions occur.
955 /// Declares the processor architecture for this instance of the EFI Debug Support protocol.