| /freebsd-9-stable/sys/contrib/dev/acpica/resources/ |
| D | rsaddr.c | 82 {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),
|
| D | rsdump.c | 226 …{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", …
|
| D | rsxface.c | 65 ACPI_COPY_FIELD(Out, In, Granularity); \
|
| /freebsd-9-stable/sys/contrib/dev/acpica/compiler/ |
| D | aslresource.c | 216 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()
|
| D | aslrestype2e.c | 145 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()
|
| D | aslrestype2w.c | 153 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()
|
| D | aslrestype2d.c | 153 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()
|
| D | aslrestype2q.c | 153 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()
|
| D | aslcompiler.h | 815 UINT64 Granularity,
|
| /freebsd-9-stable/contrib/llvm/lib/Support/Windows/ |
| D | Memory.inc | 80 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/ |
| D | amlresrc.h | 298 UINT64 Granularity; member 314 UINT64 Granularity; member 327 UINT32 Granularity; member 340 UINT16 Granularity; member
|
| D | acrestyp.h | 320 UINT16 Granularity; member 332 UINT32 Granularity; member 344 UINT64 Granularity; member 357 UINT64 Granularity; member
|
| /freebsd-9-stable/sys/contrib/dev/acpica/disassembler/ |
| D | dmresrcl.c | 590 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/ |
| D | acpi_resource.c | 299 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/ |
| D | AddressSanitizer.cpp | 764 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/ |
| D | win32-nat.c | 960 if (info.HighWord.Bits.Granularity) in display_selector() 1002 if (info.HighWord.Bits.Granularity) in display_selector()
|