Lines Matching refs:This

2   This file declares SMM Base abstraction protocol.
3 This protocol is used to install SMM handlers for support of subsequent SMI/PMI activations. This
7 a required protocol for the platform processor. This protocol can be used in both boot services and
11 This protocol is responsible for registering the handler services. The order in which the handlers are
16 private communication mechanism with the driver to order it to quiesce. This model permits typical
23 This program and the accompanying materials are licensed and made available under
32 This Protocol is defined in Framework of EFI SMM Core Interface Spec
96 Register a given driver into SMRAM. This is the equivalent of performing
99 @param[in] This The protocol instance pointer.
112 @retval EFI_UNSUPPORTED This platform does not support 16-bit handlers.
120 IN EFI_SMM_BASE_PROTOCOL *This,
129 Removes a handler from execution within SMRAM. This is the equivalent of performing
132 @param[in] This The protocol instance pointer.
143 IN EFI_SMM_BASE_PROTOCOL *This,
153 @param[in] This The protocol instance pointer.
167 IN EFI_SMM_BASE_PROTOCOL *This,
175 This allows receipt of messages created with EFI_SMM_BASE_PROTOCOL.Communicate().
177 @param[in] This Protocol instance pointer.
196 IN EFI_SMM_BASE_PROTOCOL *This,
206 by Buffer. This function allocates pages from EFI SMRAM Memory as needed to grow the
209 @param[in] This Protocol instance pointer.
227 IN EFI_SMM_BASE_PROTOCOL *This,
238 @param[in] This The protocol instance pointer.
249 IN EFI_SMM_BASE_PROTOCOL *This,
254 This routine tells caller if execution context is SMM or not.
256 @param[in] This The protocol instance pointer.
268 IN EFI_SMM_BASE_PROTOCOL *This,
278 @param[in] This The protocol instance pointer.
289 IN EFI_SMM_BASE_PROTOCOL *This,
294 /// This protocol is used to install SMM handlers for support of subsequent SMI/PMI
295 /// activations. This protocol is available on both IA-32 and Itanium-based systems.