Searched defs:UINTN (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/include/amd64/
H A Defibind.h110 typedef uint64_t UINTN; typedef
139 (UINTN)Adjustment = 0; \
140 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \
141 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
142 Value = (UINTN)Value + (UINTN)Adjustment
211 UINTN \
214 UINTN Inst, \
215 UINTN reason_for_cal
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/include/arm/
H A Defibind.h76 typedef uint32_t UINTN; typedef
101 #define EFI_DEADLOOP() { volatile UINTN __iii; __iii = 1; while (__iii); }
/illumos-gate/usr/src/boot/sys/boot/efi/include/arm64/
H A Defibind.h104 typedef uint64_t UINTN; typedef
139 (UINTN) Adjustment = 0; \
140 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \
141 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
142 Value = (UINTN)Value + (UINTN)Adjustment
/illumos-gate/usr/src/boot/sys/boot/efi/include/i386/
H A Defibind.h111 typedef uint32_t UINTN; typedef
140 (UINTN)Adjustment = 0; \
141 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \
142 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
143 Value = (UINTN)Value + (UINTN)Adjustment
208 UINTN \
211 UINTN Inst, \
212 UINTN reason_for_cal
[all...]
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefi.h97 typedef uint64_t UINTN; typedef
107 typedef uint32_t UINTN; typedef

Completed in 59 milliseconds