Searched refs:Range (Results 1 - 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Support.c33 MTFTP4_BLOCK_RANGE *Range; local
35 Range = AllocateZeroPool (sizeof (MTFTP4_BLOCK_RANGE));
37 if (Range == NULL) {
41 InitializeListHead (&Range->Link);
42 Range->Start = Start;
43 Range->End = End;
44 Range->Bound = End;
46 return Range;
78 MTFTP4_BLOCK_RANGE *Range; local
80 Range
104 MTFTP4_BLOCK_RANGE *Range; local
132 MTFTP4_BLOCK_RANGE *Range; local
177 MTFTP4_BLOCK_RANGE *Range; local
[all...]
/device/google/cuttlefish_common/common/vsoc/shm/
H A Dcircqueue.h52 struct Range { struct in class:vsoc::layout::CircularQueueBase
62 * Copy bytes from buffer_in into the part of the queue specified by Range.
64 void CopyInRange(const char* buffer_in, const Range& t);
70 void CopyOutRange(const Range& t, char* buffer_out);
89 Range* t, bool non_blocking);
141 using Range = typename CircularQueueBase<SizeLog2>::Range;
196 using Range = typename CircularQueueBase<SizeLog2>::Range;
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Support.c25 @return Range The range of the allocated block buffer.
34 MTFTP6_BLOCK_RANGE *Range; local
36 Range = AllocateZeroPool (sizeof (MTFTP6_BLOCK_RANGE));
38 if (Range == NULL) {
42 InitializeListHead (&Range->Link);
43 Range->Start = Start;
44 Range->End = End;
45 Range->Bound = End;
47 return Range;
78 MTFTP6_BLOCK_RANGE *Range; local
105 MTFTP6_BLOCK_RANGE *Range; local
133 MTFTP6_BLOCK_RANGE *Range; local
177 MTFTP6_BLOCK_RANGE *Range; local
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/MemoryTest/GenericMemoryTestDxe/
H A DLightMemoryTest.c156 NONTESTED_MEMORY_RANGE *Range; local
161 Range = NONTESTED_MEMORY_RANGE_FROM_LINK (Link);
164 Range->StartAddress,
165 Range->Length
170 Range->StartAddress,
171 Range->Length,
172 Range->Capabilities &~(EFI_MEMORY_PRESENT | EFI_MEMORY_INITIALIZED | EFI_MEMORY_TESTED | EFI_MEMORY_RUNTIME)
248 NONTESTED_MEMORY_RANGE *Range; local
273 (VOID **) &Range
276 Range
[all...]
/device/google/cuttlefish_common/common/vsoc/lib/
H A Dcircqueue_impl.h39 const Range& t) {
53 void CircularQueueBase<SizeLog2>::CopyOutRange(const Range& t,
84 RegionSignalingInterface* r, size_t bytes, Range* t, bool non_blocking) {
116 Range t;
135 Range range;
168 Range t;
203 Range range;
212 Range header = range;
214 Range payload{
219 Range subRang
[all...]
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/
H A DCbParseLib.c249 struct cb_memory_range *Range; local
267 Range = MEM_RANGE_PTR(rec, Index);
268 Start = cb_unpack64(Range->start);
269 Size = cb_unpack64(Range->size);
271 Index, Start, Start + Size - 1, Range->type));
273 MemInfoCallback (Start, Size, Range->type, pParam);
301 struct cb_memory_range *Range; local
324 Range = MEM_RANGE_PTR(rec, Index);
325 Start = cb_unpack64(Range->start);
326 Size = cb_unpack64(Range
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
H A DPcdXml.py202 Range = ' %s - %s' % (MixItem.strip(), MaxItem.strip())
203 ValidRangeExpr = ValidRangeExpr.replace(Key, Range)
226 Range = ' %s - %s' % (MixItem.strip(), MaxItem.strip())
227 ValidRangeExpr = ValidRangeExpr.replace(Key, Range)
233 Range = re.compile(PCD_PATTERN).sub(' ', MatchStr)
234 ValidRangeExpr = ValidRangeExpr.replace(MatchStr, Range)
240 Range = re.compile(PCD_PATTERN).sub(' ', MatchStr)
241 ValidRangeExpr = ValidRangeExpr.replace(MatchStr, Range)
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
H A DSmmProfileInternal.h77 MEMORY_RANGE Range; member in struct:__anon11623
H A DSmmProfile.c268 if ((Address >= mProtectionMemRange[Index].Range.Base) && (Address < mProtectionMemRange[Index].Range.Top)) {
391 mProtectionMemRange[NumberOfProtectRange].Range.Base = MemorySpaceMap[Index].BaseAddress;
392 mProtectionMemRange[NumberOfProtectRange].Range.Top = MemorySpaceMap[Index].BaseAddress + MemorySpaceMap[Index].Length;
408 ProtectBaseAddress = mProtectionMemRange[Index].Range.Base;
409 ProtectEndAddress = mProtectionMemRange[Index].Range.Top;
455 DEBUG ((EFI_D_INFO, "mProtectionMemRange[%d].Base = %lx\n", Index, mProtectionMemRange[Index].Range.Base));
456 DEBUG ((EFI_D_INFO, "mProtectionMemRange[%d].Top = %lx\n", Index, mProtectionMemRange[Index].Range.Top));
908 mProtectionMemRange[0].Range.Base = mCpuHotPlugData.SmrrBase;
909 mProtectionMemRange[0].Range
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_aepack.py15 aetypes.Range(1, 10),
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c24 Check if the specified Address is the Valid Address Range.
95 Extrct the Address Range from a Address.
101 @param[out] Range Contain the return Address Range.
108 OUT EFI_IP_ADDRESS *Range
122 Addr = (UINT8 *) Range;
124 CopyMem (Range, Address, sizeof (EFI_IP_ADDRESS));
162 EFI_IP_ADDRESS Range; local
181 ZeroMem (&Range, sizeof (EFI_IP_ADDRESS));
185 &Range
[all...]

Completed in 65 milliseconds