Lines Matching refs:This

4   This generic implementation of the Legacy Region 2 Protocol does not actually 
5 perform any lock/unlock operations. This module may be used on platforms
11 This program and the accompanying materials
41 @param This[in] Indicates the EFI_LEGACY_REGION_PROTOCOL instance.
47 @param Granularity[out] The number of bytes in the last region affected. This may be less
60 IN EFI_LEGACY_REGION2_PROTOCOL *This,
79 This function changes the attributes of a memory range to not allow writes.
81 @param This[in] Indicates the EFI_LEGACY_REGION_PROTOCOL instance.
87 @param Granularity[out] The number of bytes in the last region affected. This may be less
99 IN EFI_LEGACY_REGION2_PROTOCOL *This,
117 This function makes the attributes of a region read only. Once a region is boot-locked with this
121 @param This[in] Indicates the EFI_LEGACY_REGION_PROTOCOL instance.
127 @param Granularity[out] The number of bytes in the last region affected. This may be less
142 IN EFI_LEGACY_REGION2_PROTOCOL *This,
158 This function changes the attributes of a memory range to allow writes.
160 @param This[in] Indicates the EFI_LEGACY_REGION_PROTOCOL instance.
166 @param Granularity[out] The number of bytes in the last region affected. This may be less
178 IN EFI_LEGACY_REGION2_PROTOCOL *This,
196 This function is used to discover the granularity of the attributes for the memory in the legacy
200 @param This[in] Indicates the EFI_LEGACY_REGION2_PROTOCOL instance.
204 region information is deposited. This buffer will contain a list of
205 DescriptorCount number of region descriptors. This function will
209 @retval EFI_UNSUPPORTED This function is not supported.
215 IN EFI_LEGACY_REGION2_PROTOCOL *This,