Home
last modified time | relevance | path

Searched refs:HR_VALID_MASK (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Include/Library/
DHandleParsingLib.h154 #define HR_VALID_MASK (BIT1|BIT2|BIT3|BIT4|BIT5|BIT6|BIT7|BIT8|BIT9|BIT10|BIT11) macro
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.c1991 if ((Mask & HR_VALID_MASK) != Mask) { in ParseHandleDatabaseByRelationship()