Searched defs:EFI_DEADLOOP (Results 1 – 6 of 6) sorted by relevance
225 #define EFI_DEADLOOP() while(TRUE) macro236 #define EFI_DEADLOOP() while(TRUE) macro
100 #define EFI_DEADLOOP() while (TRUE) macro
79 #define EFI_DEADLOOP() { volatile UINTN __iii; __iii = 1; while (__iii); } macro
81 #define EFI_DEADLOOP() { volatile UINTN __iii; __iii = 1; while (__iii); } macro
181 #define EFI_DEADLOOP() { volatile int __iii; __iii = 1; while (__iii); } macro
237 #define EFI_DEADLOOP() { volatile UINTN __iii; __iii = 1; while (__iii); } macro