Lines Matching refs:UINT64
184 UINT64 *Value, in AcpiExSystemMemorySpaceHandler()
238 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder); in AcpiExSystemMemorySpaceHandler()
251 ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length)) in AcpiExSystemMemorySpaceHandler()
272 if ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length) in AcpiExSystemMemorySpaceHandler()
338 ((UINT64) Address - (UINT64) Mm->PhysicalAddress); in AcpiExSystemMemorySpaceHandler()
361 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
366 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
371 *Value = (UINT64) ACPI_GET32 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
376 *Value = (UINT64) ACPI_GET64 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
452 UINT64 *Value, in AcpiExSystemIoSpaceHandler()
517 UINT64 *Value, in AcpiExPciConfigSpaceHandler()
598 UINT64 *Value, in AcpiExCmosSpaceHandler()
635 UINT64 *Value, in AcpiExPciBarSpaceHandler()
672 UINT64 *Value, in AcpiExDataTableSpaceHandler()