HomeSort by relevance Sort by last modified time
    Searched defs:GET_NEXT_HOB (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/
PrePi.h 37 #define GET_NEXT_HOB(Hob) ((Hob).Raw + GET_HOB_LENGTH (Hob))
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
HobLib.h 52 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
54 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
99 In contrast with macro GET_NEXT_HOB(), this function does not skip the starting HOB pointer
101 caller is required to use GET_NEXT_HOB() if it wishes to skip current HobStart.
489 #define GET_NEXT_HOB(HobStart) \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiHob.h 254 #define GET_NEXT_HOB(Hob) ((Hob).Raw + GET_HOB_LENGTH (Hob))

Completed in 105 milliseconds