Home
last modified time | relevance | path

Searched refs:Granularity (Results 1 – 16 of 16) sorted by relevance

/freebsd-9-stable/sys/contrib/dev/acpica/resources/
Drsaddr.c82 {ACPI_RSC_MOVE16, ACPI_RS_OFFSET (Data.Address16.Granularity),
83 AML_OFFSET (Address16.Granularity),
122 {ACPI_RSC_MOVE32, ACPI_RS_OFFSET (Data.Address32.Granularity),
123 AML_OFFSET (Address32.Granularity),
162 {ACPI_RSC_MOVE64, ACPI_RS_OFFSET (Data.Address64.Granularity),
163 AML_OFFSET (Address64.Granularity),
208 {ACPI_RSC_MOVE64, ACPI_RS_OFFSET (Data.ExtAddress64.Granularity),
209 AML_OFFSET (ExtAddress64.Granularity),
Drsdump.c226 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Address16.Granularity), "Granularity", …
238 …{ACPI_RSD_UINT32, ACPI_RSD_OFFSET (Address32.Granularity), "Granularity", …
250 …{ACPI_RSD_UINT64, ACPI_RSD_OFFSET (Address64.Granularity), "Granularity", …
262 …{ACPI_RSD_UINT64, ACPI_RSD_OFFSET (ExtAddress64.Granularity), "Granularity", …
Drsxface.c65 ACPI_COPY_FIELD(Out, In, Granularity); \
/freebsd-9-stable/sys/contrib/dev/acpica/compiler/
Daslresource.c216 UINT64 Granularity, in RsLargeAddressCheck() argument
244 if (!Minimum && !Maximum && !Length && !Granularity) in RsLargeAddressCheck()
271 if (Granularity) in RsLargeAddressCheck()
273 if ((Granularity + 1) & in RsLargeAddressCheck()
274 Granularity) in RsLargeAddressCheck()
295 if (Granularity & Length) in RsLargeAddressCheck()
305 if (Granularity != 0) in RsLargeAddressCheck()
348 if (Granularity & Minimum) in RsLargeAddressCheck()
358 if (Granularity & (Maximum + 1)) in RsLargeAddressCheck()
Daslrestype2e.c145 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoExtendedIoDescriptor()
147 CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.Granularity)); in RsDoExtendedIoDescriptor()
223 Descriptor->ExtAddress64.Granularity, in RsDoExtendedIoDescriptor()
325 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoExtendedMemoryDescriptor()
327 CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.Granularity)); in RsDoExtendedMemoryDescriptor()
404 Descriptor->ExtAddress64.Granularity, in RsDoExtendedMemoryDescriptor()
503 Descriptor->ExtAddress64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoExtendedSpaceDescriptor()
505 CurrentByteOffset + ASL_RESDESC_OFFSET (ExtAddress64.Granularity)); in RsDoExtendedSpaceDescriptor()
567 Descriptor->ExtAddress64.Granularity, in RsDoExtendedSpaceDescriptor()
Daslrestype2w.c153 Descriptor->Address16.Granularity = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoWordIoDescriptor()
155 CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.Granularity)); in RsDoWordIoDescriptor()
272 (UINT64) Descriptor->Address16.Granularity, in RsDoWordIoDescriptor()
368 Descriptor->Address16.Granularity = in RsDoWordBusNumberDescriptor()
371 CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.Granularity)); in RsDoWordBusNumberDescriptor()
478 (UINT64) Descriptor->Address16.Granularity, in RsDoWordBusNumberDescriptor()
585 Descriptor->Address16.Granularity = in RsDoWordSpaceDescriptor()
588 CurrentByteOffset + ASL_RESDESC_OFFSET (Address16.Granularity)); in RsDoWordSpaceDescriptor()
695 (UINT64) Descriptor->Address16.Granularity, in RsDoWordSpaceDescriptor()
Daslrestype2d.c153 Descriptor->Address32.Granularity = in RsDoDwordIoDescriptor()
156 CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.Granularity)); in RsDoDwordIoDescriptor()
281 (UINT64) Descriptor->Address32.Granularity, in RsDoDwordIoDescriptor()
392 Descriptor->Address32.Granularity = in RsDoDwordMemoryDescriptor()
395 CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.Granularity)); in RsDoDwordMemoryDescriptor()
517 (UINT64) Descriptor->Address32.Granularity, in RsDoDwordMemoryDescriptor()
624 Descriptor->Address32.Granularity = in RsDoDwordSpaceDescriptor()
627 CurrentByteOffset + ASL_RESDESC_OFFSET (Address32.Granularity)); in RsDoDwordSpaceDescriptor()
735 (UINT64) Descriptor->Address32.Granularity, in RsDoDwordSpaceDescriptor()
Daslrestype2q.c153 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoQwordIoDescriptor()
155 CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.Granularity)); in RsDoQwordIoDescriptor()
272 Descriptor->Address64.Granularity, in RsDoQwordIoDescriptor()
382 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoQwordMemoryDescriptor()
384 CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.Granularity)); in RsDoQwordMemoryDescriptor()
502 Descriptor->Address64.Granularity, in RsDoQwordMemoryDescriptor()
609 Descriptor->Address64.Granularity = InitializerOp->Asl.Value.Integer; in RsDoQwordSpaceDescriptor()
611 CurrentByteOffset + ASL_RESDESC_OFFSET (Address64.Granularity)); in RsDoQwordSpaceDescriptor()
714 Descriptor->Address64.Granularity, in RsDoQwordSpaceDescriptor()
Daslcompiler.h815 UINT64 Granularity,
/freebsd-9-stable/contrib/llvm/lib/Support/Windows/
DMemory.inc80 static const size_t Granularity = getAllocationGranularity();
81 const size_t NumBlocks = (NumBytes+Granularity-1)/Granularity;
89 if (Start && Start % Granularity != 0)
90 Start += Granularity - Start % Granularity;
95 NumBlocks*Granularity,
108 Result.Size = NumBlocks*Granularity;
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Damlresrc.h298 UINT64 Granularity; member
314 UINT64 Granularity; member
327 UINT32 Granularity; member
340 UINT16 Granularity; member
Dacrestyp.h320 UINT16 Granularity; member
332 UINT32 Granularity; member
344 UINT64 Granularity; member
357 UINT64 Granularity; member
/freebsd-9-stable/sys/contrib/dev/acpica/disassembler/
Ddmresrcl.c590 AcpiDmAddressFields (&Resource->Address16.Granularity, 16, Level); in AcpiDmWordDescriptor()
635 AcpiDmAddressFields (&Resource->Address32.Granularity, 32, Level); in AcpiDmDwordDescriptor()
680 AcpiDmAddressFields (&Resource->Address64.Granularity, 64, Level); in AcpiDmQwordDescriptor()
725 AcpiDmAddressFields (&Resource->ExtAddress64.Granularity, 64, Level); in AcpiDmExtendedDescriptor()
/freebsd-9-stable/sys/dev/acpica/
Dacpi_resource.c299 gran = res->Data.Address16.Granularity; in acpi_parse_resource()
306 gran = res->Data.Address32.Granularity; in acpi_parse_resource()
313 gran = res->Data.Address64.Granularity; in acpi_parse_resource()
322 gran = res->Data.ExtAddress64.Granularity; in acpi_parse_resource()
/freebsd-9-stable/contrib/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp764 size_t Granularity = 1 << Mapping.Scale; in createSlowPathCmp() local
767 AddrLong, ConstantInt::get(IntptrTy, Granularity - 1)); in createSlowPathCmp()
796 size_t Granularity = 1 << Mapping.Scale; in instrumentAddress() local
799 if (ClAlwaysSlowPath || (TypeSize < 8 * Granularity)) { in instrumentAddress()
/freebsd-9-stable/contrib/gdb/gdb/
Dwin32-nat.c960 if (info.HighWord.Bits.Granularity) in display_selector()
1002 if (info.HighWord.Bits.Granularity) in display_selector()