/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/ |
PciSegmentLib.c | 332 specified by the StartBit and the EndBit. The value of the bit field is
337 If EndBit is greater than 7, then ASSERT().
338 If EndBit is less than StartBit, then ASSERT().
343 @param EndBit The ordinal of the most significant bit in the bit field.
354 IN UINTN EndBit
357 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit);
364 field is specified by the StartBit and the EndBit. All other bits in the
370 If EndBit is greater than 7, then ASSERT().
371 If EndBit is less than StartBit, then ASSERT().
372 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/SmmPciLibPciRootBridgeIo/ |
PciLib.c | 325 specified by the StartBit and the EndBit. The value of the bit field is
330 If EndBit is greater than 7, then ASSERT().
331 If EndBit is less than StartBit, then ASSERT().
336 @param EndBit The ordinal of the most significant bit in the bit field.
347 IN UINTN EndBit
350 return BitFieldRead8 (PciRead8 (Address), StartBit, EndBit);
357 field is specified by the StartBit and the EndBit. All other bits in the
363 If EndBit is greater than 7, then ASSERT().
364 If EndBit is less than StartBit, then ASSERT().
365 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciLibPciRootBridgeIo/ |
PciLib.c | 327 specified by the StartBit and the EndBit. The value of the bit field is
332 If EndBit is greater than 7, then ASSERT().
333 If EndBit is less than StartBit, then ASSERT().
338 @param EndBit The ordinal of the most significant bit in the bit field.
349 IN UINTN EndBit
352 return BitFieldRead8 (PciRead8 (Address), StartBit, EndBit);
359 field is specified by the StartBit and the EndBit. All other bits in the
365 If EndBit is greater than 7, then ASSERT().
366 If EndBit is less than StartBit, then ASSERT().
367 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/ |
EdkIIGlueIoLib.h | 162 the StartBit and the EndBit. The value of the bit field is returned.
166 If EndBit is greater than 7, then ASSERT().
167 If EndBit is less than StartBit, then ASSERT().
172 @param EndBit The ordinal of the most significant bit in the bit field.
183 IN UINTN EndBit
190 by the StartBit and the EndBit. All other bits in the destination I/O
196 If EndBit is greater than 7, then ASSERT().
197 If EndBit is less than StartBit, then ASSERT().
202 @param EndBit The ordinal of the most significant bit in the bit field.
214 IN UINTN EndBit,
[all...] |
EdkIIGluePciCf8Lib.h | 183 specified by the StartBit and the EndBit. The value of the bit field is
189 If EndBit is greater than 7, then ASSERT().
190 If EndBit is less than StartBit, then ASSERT().
195 @param EndBit The ordinal of the most significant bit in the bit field.
206 IN UINTN EndBit
213 field is specified by the StartBit and the EndBit. All other bits in the
220 If EndBit is greater than 7, then ASSERT().
221 If EndBit is less than StartBit, then ASSERT().
226 @param EndBit The ordinal of the most significant bit in the bit field.
238 IN UINTN EndBit,
[all...] |
EdkIIGluePciExpressLib.h | 178 specified by the StartBit and the EndBit. The value of the bit field is
183 If EndBit is greater than 7, then ASSERT().
184 If EndBit is less than StartBit, then ASSERT().
189 @param EndBit The ordinal of the most significant bit in the bit field.
200 IN UINTN EndBit
207 field is specified by the StartBit and the EndBit. All other bits in the
213 If EndBit is greater than 7, then ASSERT().
214 If EndBit is less than StartBit, then ASSERT().
219 @param EndBit The ordinal of the most significant bit in the bit field.
231 IN UINTN EndBit,
[all...] |
EdkIIGluePciLib.h | 174 specified by the StartBit and the EndBit. The value of the bit field is
179 If EndBit is greater than 7, then ASSERT().
180 If EndBit is less than StartBit, then ASSERT().
185 @param EndBit The ordinal of the most significant bit in the bit field.
196 IN UINTN EndBit
203 field is specified by the StartBit and the EndBit. All other bits in the
209 If EndBit is greater than 7, then ASSERT().
210 If EndBit is less than StartBit, then ASSERT().
215 @param EndBit The ordinal of the most significant bit in the bit field.
227 IN UINTN EndBit,
[all...] |
EdkIIGlueBaseLib.h | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
IoLib.h | 160 the StartBit and the EndBit. The value of the bit field is returned.
164 If EndBit is greater than 7, then ASSERT().
165 If EndBit is less than StartBit, then ASSERT().
170 @param EndBit The ordinal of the most significant bit in the bit field.
181 IN UINTN EndBit
188 by the StartBit and the EndBit. All other bits in the destination I/O
193 If EndBit is greater than 7, then ASSERT().
194 If EndBit is less than StartBit, then ASSERT().
195 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
200 @param EndBit The ordinal of the most significant bit in the bit field. [all...] |
S3IoLib.h | 152 the StartBit and the EndBit. The value of the bit field is returned.
156 If EndBit is greater than 7, then ASSERT().
157 If EndBit is less than StartBit, then ASSERT().
162 @param[in] EndBit The ordinal of the most significant bit in the bit field.
173 IN UINTN EndBit
181 by the StartBit and the EndBit. All other bits in the destination I/O
187 If EndBit is greater than 7, then ASSERT().
188 If EndBit is less than StartBit, then ASSERT().
189 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
194 @param[in] EndBit The ordinal of the most significant bit in the bit field. [all...] |
PciCf8Lib.h | 207 specified by the StartBit and the EndBit. The value of the bit field is
213 If EndBit is greater than 7, then ASSERT().
214 If EndBit is less than StartBit, then ASSERT().
219 @param EndBit The ordinal of the most significant bit in the bit field.
230 IN UINTN EndBit
237 field is specified by the StartBit and the EndBit. All other bits in the
244 If EndBit is greater than 7, then ASSERT().
245 If EndBit is less than StartBit, then ASSERT().
246 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
251 @param EndBit The ordinal of the most significant bit in the bit field. [all...] |
PciExpressLib.h | 201 specified by the StartBit and the EndBit. The value of the bit field is
206 If EndBit is greater than 7, then ASSERT().
207 If EndBit is less than StartBit, then ASSERT().
212 @param EndBit The ordinal of the most significant bit in the bit field.
223 IN UINTN EndBit
230 field is specified by the StartBit and the EndBit. All other bits in the
236 If EndBit is greater than 7, then ASSERT().
237 If EndBit is less than StartBit, then ASSERT().
238 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
243 @param EndBit The ordinal of the most significant bit in the bit field. [all...] |
PciLib.h | 202 specified by the StartBit and the EndBit. The value of the bit field is
207 If EndBit is greater than 7, then ASSERT().
208 If EndBit is less than StartBit, then ASSERT().
213 @param EndBit The ordinal of the most significant bit in the bit field.
224 IN UINTN EndBit
231 field is specified by the StartBit and the EndBit. All other bits in the
237 If EndBit is greater than 7, then ASSERT().
238 If EndBit is less than StartBit, then ASSERT().
239 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
244 @param EndBit The ordinal of the most significant bit in the bit field. [all...] |
PciSegmentLib.h | 209 specified by the StartBit and the EndBit. The value of the bit field is
214 If EndBit is greater than 7, then ASSERT().
215 If EndBit is less than StartBit, then ASSERT().
220 @param EndBit The ordinal of the most significant bit in the bit field.
231 IN UINTN EndBit
238 field is specified by the StartBit and the EndBit. All other bits in the
244 If EndBit is greater than 7, then ASSERT().
245 If EndBit is less than StartBit, then ASSERT().
246 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
251 @param EndBit The ordinal of the most significant bit in the bit field. [all...] |
S3PciLib.h | 173 specified by the StartBit and the EndBit. The value of the bit field is
178 If EndBit is greater than 7, then ASSERT().
179 If EndBit is less than StartBit, then ASSERT().
184 @param[in] EndBit The ordinal of the most significant bit in the bit field.
195 IN UINTN EndBit
203 field is specified by the StartBit and the EndBit. All other bits in the
209 If EndBit is greater than 7, then ASSERT().
210 If EndBit is less than StartBit, then ASSERT().
211 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT().
216 @param[in] EndBit The ordinal of the most significant bit in the bit field. [all...] |
BaseLib.h | [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/ |
PciExpressLib.c | 504 specified by the StartBit and the EndBit. The value of the bit field is
509 If EndBit is greater than 7, then ASSERT().
510 If EndBit is less than StartBit, then ASSERT().
515 @param EndBit The ordinal of the most significant bit in the bit field.
526 IN UINTN EndBit
532 EndBit
540 field is specified by the StartBit and the EndBit. All other bits in the
546 If EndBit is greater than 7, then ASSERT().
547 If EndBit is less than StartBit, then ASSERT().
548 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/ |
PciSegmentLib.c | 409 specified by the StartBit and the EndBit. The value of the bit field is
414 If EndBit is greater than 7, then ASSERT().
415 If EndBit is less than StartBit, then ASSERT().
420 @param EndBit The ordinal of the most significant bit in the bit field.
431 IN UINTN EndBit
434 return BitFieldRead8 (PciSegmentRead8 (Address), StartBit, EndBit);
441 field is specified by the StartBit and the EndBit. All other bits in the
447 If EndBit is greater than 7, then ASSERT().
448 If EndBit is less than StartBit, then ASSERT().
449 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). [all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciCf8Lib/ |
PciCf8Lib.c | 315 specified by the StartBit and the EndBit. The value of the bit field is
321 If EndBit is greater than 7, then ASSERT().
322 If EndBit is less than StartBit, then ASSERT().
327 @param EndBit The ordinal of the most significant bit in the bit field.
338 IN UINTN EndBit
352 EndBit
363 field is specified by the StartBit and the EndBit. All other bits in the
370 If EndBit is greater than 7, then ASSERT().
371 If EndBit is less than StartBit, then ASSERT().
372 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
PageTbl.c | 513 UINTN EndBit;
529 EndBit = 0;
554 EndBit = 12;
560 EndBit = 21;
571 EndBit = 30;
588 for (StartBit = 39; StartBit > EndBit; StartBit -= 9) {
623 PageTable[PTIndex] = (PFAddress & gPhyMask & ~((1ull << EndBit) - 1)) |
631 PFAddress += (1ull << EndBit);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
BaseLibInternals.h | 479 Returns the bitfield specified by the StartBit and the EndBit from Operand.
483 @param EndBit The ordinal of the most significant bit in the bit field.
492 IN UINTN EndBit
500 Performs a bitwise OR between the bit field specified by StartBit and EndBit
506 @param EndBit The ordinal of the most significant bit in the bit field.
516 IN UINTN EndBit,
525 Performs a bitwise AND between the bit field specified by StartBit and EndBit
531 @param EndBit The ordinal of the most significant bit in the bit field.
541 IN UINTN EndBit,
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
BaseLibInternals.h | 373 Returns the bitfield specified by the StartBit and the EndBit from Operand.
377 @param EndBit The ordinal of the most significant bit in the bit field.
387 IN UINTN EndBit
395 Performs a bitwise OR between the bit field specified by StartBit and EndBit
401 @param EndBit The ordinal of the most significant bit in the bit field.
412 IN UINTN EndBit,
421 Performs a bitwise AND between the bit field specified by StartBit and EndBit
427 @param EndBit The ordinal of the most significant bit in the bit field.
438 IN UINTN EndBit,
[all...] |
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/MtrrLib/ |
MtrrLib.c | 96 IN UINTN EndBit,
105 EndBit,
[all...] |
/external/clang/lib/CodeGen/ |
TargetInfo.cpp | [all...] |