Searched defs:TempCommBufferSize (Results 1 - 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/LockBox/SmmLockBox/
H A DSmmLockBox.c268 UINTN TempCommBufferSize; local
279 TempCommBufferSize = *CommBufferSize;
284 if (TempCommBufferSize < sizeof(EFI_SMM_LOCK_BOX_PARAMETER_HEADER)) {
288 if (!SmmIsBufferOutsideSmmValid ((UINTN)CommBuffer, TempCommBufferSize)) {
303 if (TempCommBufferSize < sizeof(EFI_SMM_LOCK_BOX_PARAMETER_SAVE)) {
310 if (TempCommBufferSize < sizeof(EFI_SMM_LOCK_BOX_PARAMETER_UPDATE)) {
317 if (TempCommBufferSize < sizeof(EFI_SMM_LOCK_BOX_PARAMETER_RESTORE)) {
324 if (TempCommBufferSize < sizeof(EFI_SMM_LOCK_BOX_PARAMETER_SET_ATTRIBUTES)) {
331 if (TempCommBufferSize < sizeof(EFI_SMM_LOCK_BOX_PARAMETER_RESTORE_ALL_IN_PLACE)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
H A DFirmwarePerformanceSmm.c216 UINTN TempCommBufferSize; local
225 TempCommBufferSize = *CommBufferSize;
227 if(TempCommBufferSize < sizeof (SMM_BOOT_RECORD_COMMUNICATE)) {
231 if (!SmmIsBufferOutsideSmmValid ((UINTN)CommBuffer, TempCommBufferSize)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmCorePerformanceLib/
H A DSmmCorePerformanceLib.c489 UINTN TempCommBufferSize; local
500 TempCommBufferSize = *CommBufferSize;
502 if(TempCommBufferSize < sizeof (SMM_PERF_COMMUNICATE_EX)) {
506 if (!SmmIsBufferOutsideSmmValid ((UINTN)CommBuffer, TempCommBufferSize)) {
601 UINTN TempCommBufferSize; local
612 TempCommBufferSize = *CommBufferSize;
614 if(TempCommBufferSize < sizeof (SMM_PERF_COMMUNICATE)) {
618 if (!SmmIsBufferOutsideSmmValid ((UINTN)CommBuffer, TempCommBufferSize)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFaultTolerantWriteSmm.c321 UINTN TempCommBufferSize; local
330 TempCommBufferSize = *CommBufferSize;
332 if (TempCommBufferSize < SMM_FTW_COMMUNICATE_HEADER_SIZE) {
336 CommBufferPayloadSize = TempCommBufferSize - SMM_FTW_COMMUNICATE_HEADER_SIZE;
338 if (!SmmIsBufferOutsideSmmValid ((UINTN)CommBuffer, TempCommBufferSize)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableSmm.c482 UINTN TempCommBufferSize; local
491 TempCommBufferSize = *CommBufferSize;
493 if (TempCommBufferSize < SMM_VARIABLE_COMMUNICATE_HEADER_SIZE) {
497 CommBufferPayloadSize = TempCommBufferSize - SMM_VARIABLE_COMMUNICATE_HEADER_SIZE;
503 if (!SmmIsBufferOutsideSmmValid ((UINTN)CommBuffer, TempCommBufferSize)) {
700 InfoSize = TempCommBufferSize - SMM_VARIABLE_COMMUNICATE_HEADER_SIZE;
/device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
H A DOpalPasswordSupportLib.c665 UINTN TempCommBufferSize; local
674 TempCommBufferSize = *CommBufferSize;
675 if (TempCommBufferSize < OFFSET_OF (OPAL_SMM_COMMUNICATE_HEADER, Data)) {
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
H A DSmramProfileRecord.c2354 UINTN TempCommBufferSize; local
2366 TempCommBufferSize = *CommBufferSize;
2368 if (TempCommBufferSize < sizeof (SMRAM_PROFILE_PARAMETER_HEADER)) {
2373 if (mSmramReadyToLock && !SmmIsBufferOutsideSmmValid ((UINTN)CommBuffer, TempCommBufferSize)) {
2390 if (TempCommBufferSize != sizeof (SMRAM_PROFILE_PARAMETER_GET_PROFILE_INFO)) {
2398 if (TempCommBufferSize != sizeof (SMRAM_PROFILE_PARAMETER_GET_PROFILE_DATA)) {
2406 if (TempCommBufferSize != sizeof (SMRAM_PROFILE_PARAMETER_GET_PROFILE_DATA_BY_OFFSET)) {
2414 if (TempCommBufferSize != sizeof (SMRAM_PROFILE_PARAMETER_REGISTER_IMAGE)) {
2425 if (TempCommBufferSize != sizeof (SMRAM_PROFILE_PARAMETER_UNREGISTER_IMAGE)) {
2436 if (TempCommBufferSize !
[all...]

Completed in 135 milliseconds