Home
last modified time | relevance | path

Searched refs:mProtectionMemRange (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c70 MEMORY_PROTECTION_RANGE *mProtectionMemRange = NULL; variable
308 …if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Ra… in IsAddressValid()
309 *Nx = mProtectionMemRange[Index].Nx; in IsAddressValid()
310 return mProtectionMemRange[Index].Present; in IsAddressValid()
408 ASSERT (mProtectionMemRange != NULL); in InitProtectedMemRange()
437 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
451 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
472 ProtectBaseAddress = mProtectionMemRange[Index].Range.Base; in InitProtectedMemRange()
473 ProtectEndAddress = mProtectionMemRange[Index].Range.Top; in InitProtectedMemRange()
890 mProtectionMemRange = mProtectionMemRangeTemplate; in InitSmmProfileInternal()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c70 MEMORY_PROTECTION_RANGE *mProtectionMemRange = NULL; variable
308 …if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Ra… in IsAddressValid()
309 *Nx = mProtectionMemRange[Index].Nx; in IsAddressValid()
310 return mProtectionMemRange[Index].Present; in IsAddressValid()
408 ASSERT (mProtectionMemRange != NULL); in InitProtectedMemRange()
437 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
451 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
472 ProtectBaseAddress = mProtectionMemRange[Index].Range.Base; in InitProtectedMemRange()
473 ProtectEndAddress = mProtectionMemRange[Index].Range.Top; in InitProtectedMemRange()
890 mProtectionMemRange = mProtectionMemRangeTemplate; in InitSmmProfileInternal()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c70 MEMORY_PROTECTION_RANGE *mProtectionMemRange = NULL; variable
308 …if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Ra… in IsAddressValid()
309 *Nx = mProtectionMemRange[Index].Nx; in IsAddressValid()
310 return mProtectionMemRange[Index].Present; in IsAddressValid()
408 ASSERT (mProtectionMemRange != NULL); in InitProtectedMemRange()
437 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
451 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
472 ProtectBaseAddress = mProtectionMemRange[Index].Range.Base; in InitProtectedMemRange()
473 ProtectEndAddress = mProtectionMemRange[Index].Range.Top; in InitProtectedMemRange()
890 mProtectionMemRange = mProtectionMemRangeTemplate; in InitSmmProfileInternal()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c70 MEMORY_PROTECTION_RANGE *mProtectionMemRange = NULL; variable
308 …if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Ra… in IsAddressValid()
309 *Nx = mProtectionMemRange[Index].Nx; in IsAddressValid()
310 return mProtectionMemRange[Index].Present; in IsAddressValid()
408 ASSERT (mProtectionMemRange != NULL); in InitProtectedMemRange()
437 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
451 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
472 ProtectBaseAddress = mProtectionMemRange[Index].Range.Base; in InitProtectedMemRange()
473 ProtectEndAddress = mProtectionMemRange[Index].Range.Top; in InitProtectedMemRange()
940 mProtectionMemRange = mProtectionMemRangeTemplate; in InitSmmProfileInternal()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c70 MEMORY_PROTECTION_RANGE *mProtectionMemRange = NULL; variable
308 …if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Ra… in IsAddressValid()
309 *Nx = mProtectionMemRange[Index].Nx; in IsAddressValid()
310 return mProtectionMemRange[Index].Present; in IsAddressValid()
408 ASSERT (mProtectionMemRange != NULL); in InitProtectedMemRange()
437 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
451 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
472 ProtectBaseAddress = mProtectionMemRange[Index].Range.Base; in InitProtectedMemRange()
473 ProtectEndAddress = mProtectionMemRange[Index].Range.Top; in InitProtectedMemRange()
940 mProtectionMemRange = mProtectionMemRangeTemplate; in InitSmmProfileInternal()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c70 MEMORY_PROTECTION_RANGE *mProtectionMemRange = NULL; variable
308 …if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Ra… in IsAddressValid()
309 *Nx = mProtectionMemRange[Index].Nx; in IsAddressValid()
310 return mProtectionMemRange[Index].Present; in IsAddressValid()
408 ASSERT (mProtectionMemRange != NULL); in InitProtectedMemRange()
437 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
451 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
472 ProtectBaseAddress = mProtectionMemRange[Index].Range.Base; in InitProtectedMemRange()
473 ProtectEndAddress = mProtectionMemRange[Index].Range.Top; in InitProtectedMemRange()
940 mProtectionMemRange = mProtectionMemRangeTemplate; in InitSmmProfileInternal()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c70 MEMORY_PROTECTION_RANGE *mProtectionMemRange = NULL; variable
308 …if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Ra… in IsAddressValid()
309 *Nx = mProtectionMemRange[Index].Nx; in IsAddressValid()
310 return mProtectionMemRange[Index].Present; in IsAddressValid()
408 ASSERT (mProtectionMemRange != NULL); in InitProtectedMemRange()
437 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
451 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
472 ProtectBaseAddress = mProtectionMemRange[Index].Range.Base; in InitProtectedMemRange()
473 ProtectEndAddress = mProtectionMemRange[Index].Range.Top; in InitProtectedMemRange()
942 mProtectionMemRange = mProtectionMemRangeTemplate; in InitSmmProfileInternal()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c70 MEMORY_PROTECTION_RANGE *mProtectionMemRange = NULL;
308 …if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Ra…
309 *Nx = mProtectionMemRange[Index].Nx;
310 return mProtectionMemRange[Index].Present;
408 ASSERT (mProtectionMemRange != NULL);
437 mProtectionMemRange[NumberOfProtectRange].Present = TRUE;
451 mProtectionMemRange[NumberOfProtectRange].Present = TRUE;
472 ProtectBaseAddress = mProtectionMemRange[Index].Range.Base;
473 ProtectEndAddress = mProtectionMemRange[Index].Range.Top;
940 mProtectionMemRange = mProtectionMemRangeTemplate;
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfile.c70 MEMORY_PROTECTION_RANGE *mProtectionMemRange = NULL; variable
308 …if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Ra… in IsAddressValid()
309 *Nx = mProtectionMemRange[Index].Nx; in IsAddressValid()
310 return mProtectionMemRange[Index].Present; in IsAddressValid()
408 ASSERT (mProtectionMemRange != NULL); in InitProtectedMemRange()
437 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
451 mProtectionMemRange[NumberOfProtectRange].Present = TRUE; in InitProtectedMemRange()
472 ProtectBaseAddress = mProtectionMemRange[Index].Range.Base; in InitProtectedMemRange()
473 ProtectEndAddress = mProtectionMemRange[Index].Range.Top; in InitProtectedMemRange()
940 mProtectionMemRange = mProtectionMemRangeTemplate; in InitSmmProfileInternal()
[all …]