/titanic_44/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acefi.h | 72 typedef uint64_t UINT64; typedef 134 UINT64 efi_call0(void *func); 135 UINT64 efi_call1(void *func, UINT64 arg1); 136 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2); 137 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3); 138 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 139 UINT64 arg4); 140 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, 141 UINT64 arg4, UINT64 arg5); 142 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3, [all …]
|
H A D | acefiex.h | 91 typedef UINT64 EFI_PHYSICAL_ADDRESS; 92 typedef UINT64 EFI_VIRTUAL_ADDRESS; 140 UINT64 NumberOfPages; 141 UINT64 Attribute; 145 UINT64 Signature; 300 UINT64 Revision; 310 UINT64 OpenMode, 311 UINT64 Attributes); 357 UINT64 Position); 363 UINT64 *Position); [all …]
|
/titanic_44/usr/src/uts/intel/sys/acpi/ |
H A D | actbl3.h | 118 UINT64 ImageAddress; 136 UINT64 EntryBaseAddress; 137 UINT64 EntryLength; 139 UINT64 EntryAddress64; 140 UINT64 ExitAddress; 141 UINT64 LogAreaAddress; 143 UINT64 ArchDependentAddress; 161 UINT64 ValidatedTables[1]; 173 UINT64 Address; 237 UINT64 Address; [all …]
|
H A D | actbl1.h | 123 UINT64 Value; /* Value used with Read/Write register */ 124 UINT64 Mask; /* Bitmask required for this register instruction */ 140 UINT64 Address; /* Physical address of the error region */ 192 UINT64 Reserved; 295 UINT64 Address; 296 UINT64 Range; 514 UINT64 ControlData; 615 UINT64 GlobalCapabilityData; 616 UINT64 GlobalControlData; 722 UINT64 ReadAckPreserve; [all …]
|
H A D | acinterp.h | 188 UINT64 Mask, 189 UINT64 FieldValue, 194 UINT64 *Datum, 202 UINT64 MergedDatum, 240 UINT64 *Value, 270 UINT64 Integer0, 271 UINT64 Integer1, 281 UINT64 284 UINT64 Operand0, 285 UINT64 Operand1); [all …]
|
H A D | actbl.h | 136 UINT64 Address; /* 64-bit address of struct or register */ 156 …UINT64 XsdtPhysicalAddress; /* 64-bit physical address of the XSDT (ACPI 2… 179 UINT64 XsdtPhysicalAddress; 203 UINT64 TableOffsetEntry[1]; /* Array of pointers to ACPI tables */ 208 #define ACPI_XSDT_ENTRY_SIZE (sizeof (UINT64)) 225 …UINT64 XFirmwareWakingVector; /* 64-bit version of the Firmware Waking Vector (A… 302 UINT64 XFacs; /* 64-bit physical address of FACS */ 303 UINT64 XDsdt; /* 64-bit physical address of DSDT */ 314 UINT64 HypervisorId; /* Hypervisor Vendor ID (ACPI 6.0) */
|
H A D | amlresrc.h | 335 UINT64 Granularity; 336 UINT64 Minimum; 337 UINT64 Maximum; 338 UINT64 TranslationOffset; 339 UINT64 AddressLength; 340 UINT64 TypeSpecific; 351 UINT64 Granularity; 352 UINT64 Minimum; 353 UINT64 Maximum; 354 UINT64 TranslationOffset; [all …]
|
H A D | actbl2.h | 548 UINT64 Address; /* Register Base Address */ 564 UINT64 BaseAddress; /* 4K aligned base address */ 565 UINT64 EndAddress; /* 4K aligned limit address */ 596 UINT64 BaseAddress; 864 UINT64 MemoryProperties; /* Memory access properties */ 873 UINT64 MemoryProperties; /* Memory access properties */ 887 UINT64 BaseAddress; /* SMMU base address */ 888 UINT64 Span; /* Length of memory range */ 896 UINT64 Interrupts[1]; /* Interrupt array */ 915 UINT64 BaseAddress; /* SMMUv3 base address */ [all …]
|
H A D | acutils.h | 229 UINT64 *RetInteger); 286 UINT64 Integer, 420 UINT64 Value); 516 UINT64 *Value); 616 UINT64 Value); 750 UINT64 InDividend, 751 UINT64 InDivisor, 752 UINT64 *OutQuotient, 753 UINT64 *OutRemainder); 757 UINT64 InDividend, [all …]
|
H A D | actypes.h | 67 #define ACPI_UINT64_MAX (UINT64)(~((UINT64) 0)) /* 0xFFFFFFFFFFFFFFFF */ 131 typedef COMPILER_DEPENDENT_UINT64 UINT64; typedef 144 #define ACPI_THREAD_ID UINT64 164 typedef UINT64 ACPI_SIZE; 165 typedef UINT64 ACPI_IO_ADDRESS; 166 typedef UINT64 ACPI_PHYSICAL_ADDRESS; 222 typedef UINT64 ACPI_IO_ADDRESS; 223 typedef UINT64 ACPI_PHYSICAL_ADDRESS; 508 typedef UINT64 ACPI_INTEGER; 524 #define ACPI_LODWORD(Integer64) ((UINT32) (UINT64)(Integer64)) [all …]
|
/titanic_44/usr/src/uts/intel/io/acpica/executer/ |
H A D | exutils.c | 72 UINT64 Value, 187 (ObjDesc->Integer.Value > (UINT64) ACPI_UINT32_MAX)) in AcpiExTruncateFor32bitTable() 193 ObjDesc->Integer.Value &= (UINT64) ACPI_UINT32_MAX; in AcpiExTruncateFor32bitTable() 308 UINT64 Value, in AcpiExDigitsNeeded() 312 UINT64 CurrentValue; in AcpiExDigitsNeeded() 359 UINT64 CompressedId) in AcpiExEisaIdToString() 386 OutString[3] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 12); in AcpiExEisaIdToString() 387 OutString[4] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 8); in AcpiExEisaIdToString() 388 OutString[5] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 4); in AcpiExEisaIdToString() 389 OutString[6] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 0); in AcpiExEisaIdToString() [all …]
|
H A D | exregion.c | 76 UINT64 *Value, in AcpiExSystemMemorySpaceHandler() 130 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder); in AcpiExSystemMemorySpaceHandler() 143 (((UINT64) Address + Length) > in AcpiExSystemMemorySpaceHandler() 144 ((UINT64) in AcpiExSystemMemorySpaceHandler() 213 ((UINT64) Address - (UINT64) MemInfo->MappedPhysicalAddress); in AcpiExSystemMemorySpaceHandler() 236 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler() 241 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler() 246 *Value = (UINT64) ACPI_GET32 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler() 251 *Value = (UINT64) ACPI_GET64 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler() 327 UINT64 *Value, in AcpiExSystemIoSpaceHandler() [all …]
|
H A D | exfldio.c | 61 UINT64 *Value, 67 UINT64 Value); 252 UINT64 *Value, in AcpiExAccessRegion() 351 UINT64 Value) in AcpiExRegisterOverflow() 363 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength)) in AcpiExRegisterOverflow() 405 UINT64 *Value, in AcpiExFieldDatumIo() 409 UINT64 LocalValue; in AcpiExFieldDatumIo() 489 (UINT64) ObjDesc->BankField.Value)) in AcpiExFieldDatumIo() 528 (UINT64) ObjDesc->IndexField.Value)) in AcpiExFieldDatumIo() 556 ObjDesc->IndexField.DataObj, Value, sizeof (UINT64)); in AcpiExFieldDatumIo() [all …]
|
H A D | exmisc.c | 166 UINT64 169 UINT64 Integer0, in AcpiExDoMathOp() 170 UINT64 Integer1) in AcpiExDoMathOp() 264 UINT64 Integer0, in AcpiExDoLogicalNumericOp() 265 UINT64 Integer1, in AcpiExDoLogicalNumericOp() 340 UINT64 Integer0; in AcpiExDoLogicalOp() 341 UINT64 Integer1; in AcpiExDoLogicalOp()
|
/titanic_44/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utmath.c | 72 UINT64 Full; 97 UINT64 Dividend, in AcpiUtShortDivide() 99 UINT64 *OutQuotient, in AcpiUtShortDivide() 162 UINT64 InDividend, in AcpiUtDivide() 163 UINT64 InDivisor, in AcpiUtDivide() 164 UINT64 *OutQuotient, in AcpiUtDivide() 165 UINT64 *OutRemainder) in AcpiUtDivide() 242 Partial2.Full = (UINT64) Quotient.Part.Lo * Divisor.Part.Lo; in AcpiUtDivide() 243 Partial3.Full = (UINT64) Partial2.Part.Hi + Partial1; in AcpiUtDivide() 311 UINT64 InDividend, [all …]
|
H A D | utnonansi.c | 279 UINT64 *RetInteger) in AcpiUtStrtoul64() 282 UINT64 ReturnValue = 0; in AcpiUtStrtoul64() 283 UINT64 Quotient; in AcpiUtStrtoul64() 284 UINT64 Dividend; in AcpiUtStrtoul64() 426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL); in AcpiUtStrtoul64() 493 UINT64 *RetInteger) in strtoul64() 497 UINT64 ReturnValue = 0; in strtoul64() 614 if (ReturnValue > ((ACPI_UINT64_MAX - (UINT64) Index) / in strtoul64() 615 (UINT64) Base)) in strtoul64()
|
H A D | utprint.c | 77 UINT64 Number, 86 UINT64 Number, 173 UINT64 Number, in AcpiUtPutNumber() 178 UINT64 DigitIndex; in AcpiUtPutNumber() 219 UINT64 *NumberPtr) in AcpiUtScanNumber() 221 UINT64 Number = 0; in AcpiUtScanNumber() 251 UINT64 Number) in AcpiUtPrintNumber() 293 UINT64 Number, in AcpiUtFormatNumber() 444 UINT64 Number; in AcpiUtVsnprintf() 663 Number = va_arg (Args, UINT64); in AcpiUtVsnprintf()
|
/titanic_44/usr/src/cmd/acpi/common/ |
H A D | utmath.c | 72 UINT64 Full; 97 UINT64 Dividend, in AcpiUtShortDivide() 99 UINT64 *OutQuotient, in AcpiUtShortDivide() 162 UINT64 InDividend, in AcpiUtDivide() 163 UINT64 InDivisor, in AcpiUtDivide() 164 UINT64 *OutQuotient, in AcpiUtDivide() 165 UINT64 *OutRemainder) in AcpiUtDivide() 242 Partial2.Full = (UINT64) Quotient.Part.Lo * Divisor.Part.Lo; in AcpiUtDivide() 243 Partial3.Full = (UINT64) Partial2.Part.Hi + Partial1; in AcpiUtDivide() 311 UINT64 InDividend, [all …]
|
H A D | utnonansi.c | 279 UINT64 *RetInteger) in AcpiUtStrtoul64() 282 UINT64 ReturnValue = 0; in AcpiUtStrtoul64() 283 UINT64 Quotient; in AcpiUtStrtoul64() 284 UINT64 Dividend; in AcpiUtStrtoul64() 426 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL); in AcpiUtStrtoul64() 493 UINT64 *RetInteger) in strtoul64() 497 UINT64 ReturnValue = 0; in strtoul64() 614 if (ReturnValue > ((ACPI_UINT64_MAX - (UINT64) Index) / in strtoul64() 615 (UINT64) Base)) in strtoul64()
|
H A D | utprint.c | 77 UINT64 Number, 86 UINT64 Number, 173 UINT64 Number, in AcpiUtPutNumber() 178 UINT64 DigitIndex; in AcpiUtPutNumber() 219 UINT64 *NumberPtr) in AcpiUtScanNumber() 221 UINT64 Number = 0; in AcpiUtScanNumber() 251 UINT64 Number) in AcpiUtPrintNumber() 293 UINT64 Number, in AcpiUtFormatNumber() 444 UINT64 Number; in AcpiUtVsnprintf() 663 Number = va_arg (Args, UINT64); in AcpiUtVsnprintf()
|
/titanic_44/usr/src/uts/intel/io/acpica/tables/ |
H A D | tbfadt.c | 58 UINT64 Address, 70 static UINT64 74 UINT64 Address64); 214 UINT64 Address, in AcpiTbInitGenericAddress() 286 static UINT64 290 UINT64 Address64) in AcpiTbSelectAddress() 297 return ((UINT64) Address32); in AcpiTbSelectAddress() 301 (Address64 != (UINT64) Address32)) in AcpiTbSelectAddress() 315 return ((UINT64) Address32); in AcpiTbSelectAddress() 613 (UINT64) Address32, Name, Flags); in AcpiTbConvertFadt() [all …]
|
/titanic_44/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.c | 225 valuep->t = UINT64; in eval_func() 240 valuep->t = UINT64; in eval_func() 287 valuep->t = UINT64; in eval_func() 310 valuep->t = UINT64; in eval_func() 328 valuep->t = UINT64; in eval_func() 370 valuep->t = UINT64; in eval_func() 467 valuep->t = UINT64; in eval_func() 504 valuep->t = UINT64; in eval_func() 542 valuep->t = UINT64; in eval_func() 562 valuep->t = UINT64; in eval_func() [all …]
|
H A D | platform.c | 1162 case UINT64: in arglist2argv() 1630 valuep->t = UINT64; in platform_payloadprop() 1637 valuep->t = UINT64; in platform_payloadprop() 1652 valuep->t = UINT64; in platform_payloadprop() 1659 valuep->t = UINT64; in platform_payloadprop() 1667 valuep->t = UINT64; in platform_payloadprop() 1674 valuep->t = UINT64; in platform_payloadprop() 1682 valuep->t = UINT64; in platform_payloadprop() 1689 valuep->t = UINT64; in platform_payloadprop() 1697 valuep->t = UINT64; in platform_payloadprop() [all …]
|
/titanic_44/usr/src/uts/intel/io/acpica/hardware/ |
H A D | hwesleep.c | 84 Arg.Integer.Value = (UINT64) IntegerArgument; in AcpiHwExecuteSleepMethod() 117 UINT64 SleepStatus; in AcpiHwExtendedSleep() 133 Status = AcpiWrite ((UINT64) ACPI_X_WAKE_STATUS, in AcpiHwExtendedSleep() 158 Status = AcpiWrite ((UINT64) (SleepTypeValue | ACPI_X_SLEEP_ENABLE), in AcpiHwExtendedSleep() 212 (void) AcpiWrite ((UINT64) (SleepTypeValue | ACPI_X_SLEEP_ENABLE), in AcpiHwExtendedWakePrep() 254 (void) AcpiWrite ((UINT64) ACPI_X_WAKE_STATUS, &AcpiGbl_FADT.SleepStatus); in AcpiHwExtendedWake()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | exioct.h | 95 UINT64 Signature; /* 8 chars string */ 96 UINT64 RequestAdr; /* 8 */ 97 UINT64 ResponseAdr; /* 8 */ 98 UINT64 VendorSpecificData; /* 8 chars string */ 113 UINT64 Signature; 389 UINT64 Target; /* 8 */ 418 UINT64 Reserved[6]; /* 48 */ 431 UINT64 BufferAddress; 505 UINT64 TargetId; /* 8 */ 518 UINT64 TargetId; /* 8 */ [all …]
|