Searched refs:Resource (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c3 * Module Name: dmresrcl2.c - "Large" Resource Descriptor disassembly (#2)
165 AML_RESOURCE *Resource,
172 AML_RESOURCE *Resource,
179 AML_RESOURCE *Resource,
186 AML_RESOURCE *Resource,
282 * Resource - Pointer to the resource descriptor
294 AML_RESOURCE *Resource,
307 if (Resource->Gpio.ResSourceOffset)
310 Resource, Resource
292 AcpiDmGpioCommon( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Level) argument
384 AcpiDmGpioIntDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
436 AcpiDmGpioIoDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
490 AcpiDmGpioDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
536 AcpiDmPinFunctionDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
640 AcpiDmDumpSerialBusVendorData( AML_RESOURCE *Resource, UINT32 Level) argument
706 AcpiDmI2cSerialBusDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
782 AcpiDmSpiSerialBusDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
867 AcpiDmUartSerialBusDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
955 AcpiDmSerialBusDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1015 AcpiDmPinConfigDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1110 AcpiDmPinGroupDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1195 AcpiDmPinGroupFunctionDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1269 AcpiDmPinGroupConfigDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
[all...]
H A Ddmresrcs.c3 * Module Name: dmresrcs.c - "Small" Resource Descriptor disassembly
166 * Resource - Pointer to the resource descriptor
179 AML_RESOURCE *Resource,
193 AcpiGbl_HeDecode [ACPI_GET_1BIT_FLAG (Resource->Irq.Flags)],
194 AcpiGbl_LlDecode [ACPI_EXTRACT_1BIT_FLAG (Resource->Irq.Flags, 3)],
195 AcpiGbl_ShrDecode [ACPI_EXTRACT_2BIT_FLAG (Resource->Irq.Flags, 4)]);
204 AcpiDmBitList (Resource->Irq.IrqMask);
213 * Resource - Pointer to the resource descriptor
226 AML_RESOURCE *Resource,
233 AcpiGbl_TypDecode [ACPI_EXTRACT_2BIT_FLAG (Resource
177 AcpiDmIrqDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
224 AcpiDmDmaDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
263 AcpiDmFixedDmaDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
309 AcpiDmIoDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
356 AcpiDmFixedIoDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
396 AcpiDmStartDependentDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
437 AcpiDmEndDependentDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
467 AcpiDmVendorSmallDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
[all...]
H A Ddmresrcl.c3 * Module Name: dmresrcl.c - "Large" Resource Descriptor disassembly
206 AML_RESOURCE *Resource,
222 AML_RESOURCE *Resource,
228 AML_RESOURCE *Resource);
387 * PARAMETERS: Resource - Raw AML descriptor
399 AML_RESOURCE *Resource,
408 ResourceType = Resource->Address.ResourceType;
409 SpecificFlags = Resource->Address.SpecificFlags;
410 Flags = Resource->Address.Flags;
419 "/**** Invalid Resource Typ
398 AcpiDmAddressCommon( AML_RESOURCE *Resource, UINT8 Type, UINT32 Level) argument
473 AcpiDmAddressFlags( AML_RESOURCE *Resource) argument
635 AcpiDmResourceSource( AML_RESOURCE *Resource, ACPI_SIZE MinimumTotalLength, UINT32 ResourceLength) argument
700 AcpiDmWordDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
747 AcpiDmDwordDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
794 AcpiDmQwordDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
841 AcpiDmExtendedDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
891 AcpiDmMemory24Descriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
932 AcpiDmMemory32Descriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
973 AcpiDmFixedMemory32Descriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1018 AcpiDmGenericRegisterDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1076 AcpiDmInterruptDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
1184 AcpiDmVendorLargeDescriptor( ACPI_OP_WALK_INFO *Info, AML_RESOURCE *Resource, UINT32 Length, UINT32 Level) argument
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drslist.c185 ACPI_RESOURCE *Resource; local
198 Resource = *ResourcePtr;
199 if (ACPI_IS_MISALIGNED (Resource))
202 "Misaligned resource pointer %p", Resource));
241 Resource, AmlResource, ConversionTable);
252 Resource->Length));
256 *ResourcePtr = ACPI_NEXT_RESOURCE (Resource);
265 * PARAMETERS: Resource - Pointer to the resource linked list
282 ACPI_RESOURCE *Resource,
299 /* Validate the (internal) Resource Typ
281 AcpiRsConvertResourcesToAml( ACPI_RESOURCE *Resource, ACPI_SIZE AmlSizeNeeded, UINT8 *OutputBuffer) argument
[all...]
H A Drscalc.c306 * PARAMETERS: Resource - Pointer to the resource linked list
320 ACPI_RESOURCE *Resource,
334 ResourceEnd = ACPI_ADD_PTR (ACPI_RESOURCE, Resource, ResourceListSize);
335 while (Resource < ResourceEnd)
339 if (Resource->Type > ACPI_RESOURCE_TYPE_MAX)
346 if (!Resource->Length)
353 TotalSize = AcpiGbl_AmlResourceSizes [Resource->Type];
359 switch (Resource->Type)
365 if (Resource->Data.Irq.DescriptorLength == 2)
376 if (Resource
319 AcpiRsGetAmlLength( ACPI_RESOURCE *Resource, ACPI_SIZE ResourceListSize, ACPI_SIZE *SizeNeeded) argument
[all...]
H A Drsmisc.c173 * PARAMETERS: Resource - Pointer to the resource descriptor
186 ACPI_RESOURCE *Resource,
208 if (((ACPI_SIZE) Resource) & 0x3)
214 Resource, Resource->Type, Resource->Length));
233 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset);
241 memset (Resource, 0, INIT_RESOURCE_LENGTH (Info));
242 Resource->Type = INIT_RESOURCE_TYPE (Info);
243 Resource
185 AcpiRsConvertAmlToResource( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml, ACPI_RSCONVERT_INFO *Info) argument
576 AcpiRsConvertResourceToAml( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml, ACPI_RSCONVERT_INFO *Info) argument
[all...]
H A Drsxface.c184 ACPI_RESOURCE *Resource,
511 * PARAMETERS: Resource - Pointer to a resource
526 ACPI_RESOURCE *Resource,
533 if (!Resource || !Out)
540 switch (Resource->Type)
545 ACPI_RESOURCE_ADDRESS16, &Resource->Data);
552 ACPI_RESOURCE_ADDRESS32, &Resource->Data);
560 memcpy (Out, &Resource->Data, sizeof (ACPI_RESOURCE_ADDRESS64));
644 ACPI_RESOURCE *Resource,
655 if (Resource
643 AcpiRsMatchVendorResource( ACPI_RESOURCE *Resource, void *Context) argument
720 ACPI_RESOURCE *Resource; local
[all...]
H A Drsaddr.c176 /* Resource Type, General Flags, and Type-Specific Flags */
216 /* Resource Type, General Flags, and Type-Specific Flags */
256 /* Resource Type, General Flags, and Type-Specific Flags */
296 /* Resource Type, General Flags, and Type-Specific Flags */
331 /* Resource Type (Memory, Io, BusNumber, etc.) */
419 * PARAMETERS: Resource - Pointer to the internal resource struct
431 ACPI_RESOURCE *Resource,
437 /* Validate the Resource Type */
445 /* Get the Resource Type and General Flags */
448 Resource, Am
430 AcpiRsGetAddressCommon( ACPI_RESOURCE *Resource, AML_RESOURCE *Aml) argument
489 AcpiRsSetAddressCommon( AML_RESOURCE *Aml, ACPI_RESOURCE *Resource) argument
[all...]
H A Drsdump.c225 ACPI_RESOURCE_DATA *Resource);
229 void *Resource,
363 * PARAMETERS: Resource - Buffer containing the resource
374 void *Resource,
390 Target = ACPI_ADD_PTR (UINT8, Resource, Table->Offset);
401 AcpiOsPrintf ("%s Resource\n", Name);
543 AcpiRsDumpResourceLabel ("Resource Label", ACPI_CAST_PTR (
551 AcpiRsDumpResourceLabel ("Resource Source Label", ACPI_CAST_PTR (
572 * PARAMETERS: ResourceSource - Pointer to a Resource Source struct
593 AcpiRsOutInteger8 ("Resource Sourc
373 AcpiRsDumpDescriptor( void *Resource, ACPI_RSDUMP_INFO *Table) argument
642 AcpiRsDumpAddressCommon( ACPI_RESOURCE_DATA *Resource) argument
[all...]
H A Drscreate.c183 void *Resource; local
210 Resource = ACPI_ALLOCATE_ZEROED (ListSizeNeeded);
211 CurrentResourcePtr = Resource;
212 if (!Resource)
217 /* Perform the AML-to-Resource conversion */
227 ACPI_FREE (Resource);
231 *ResourcePtr = Resource;
268 void *Resource; local
306 Resource = OutputBuffer->Pointer;
308 AcpiRsConvertAmlToResources, &Resource);
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslmapenter.c179 * PARAMETERS: Resource - GPIO resource descriptor
196 AML_RESOURCE *Resource,
223 Info->Type = Resource->Gpio.ConnectionType;
224 Info->Direction = (UINT8) (Resource->Gpio.IntFlags & 0x0003); /* _IOR, for IO descriptor */
225 Info->Polarity = (UINT8) ((Resource->Gpio.IntFlags >> 1) & 0x0003); /* _POL, for INT descriptor */
234 * PARAMETERS: Resource - A Serial resource descriptor
248 AML_RESOURCE *Resource,
263 if (Resource->DescriptorType != ACPI_RESOURCE_NAME_SERIAL_BUS)
270 switch (Resource->CommonSerialBus.Type)
274 Address = Resource
194 MpSaveGpioInfo( ACPI_PARSE_OBJECT *Op, AML_RESOURCE *Resource, UINT32 PinCount, UINT16 *PinList, char *DeviceName) argument
246 MpSaveSerialInfo( ACPI_PARSE_OBJECT *Op, AML_RESOURCE *Resource, char *DeviceName) argument
[all...]
H A Daslmapoutput.c438 AML_RESOURCE *Resource; local
446 Resource = Info->Resource;
447 switch (Resource->CommonSerialBus.Type)
H A Dasltypes.h433 AML_RESOURCE *Resource; member in struct:acpi_serial_info
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DInstructionTables.cpp27 for (const std::pair<const uint64_t, ResourceUsage> Resource :
30 if (!Resource.second.size())
32 unsigned Cycles = Resource.second.size();
34 Masks.begin(), std::find(Masks.begin(), Masks.end(), Resource.first));
H A DExecuteStage.cpp246 LLVM_DEBUG(dbgs() << "[E] Resource Available: [" << RR.first << '.'
257 for (const std::pair<ResourceRef, ResourceCycles> &Resource : Used) {
258 assert(Resource.second.getDenominator() == 1 && "Invalid cycles!");
259 dbgs() << "[E] Resource Used: [" << Resource.first.first << '.'
260 << Resource.first.second << "], ";
261 dbgs() << "cycles: " << Resource.second.getNumerator() << '\n';
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacdisasm.h336 AML_RESOURCE *Resource,
1051 AML_RESOURCE *Resource,
1058 AML_RESOURCE *Resource,
1065 AML_RESOURCE *Resource,
1072 AML_RESOURCE *Resource,
1079 AML_RESOURCE *Resource,
1086 AML_RESOURCE *Resource,
1093 AML_RESOURCE *Resource,
1100 AML_RESOURCE *Resource,
1107 AML_RESOURCE *Resource,
[all...]
H A Dacresrc.h3 * Name: acresrc.h - Resource Manager function prototypes
185 /* Resource conversion opcodes */
224 /* Resource Conversion sub-opcodes */
278 /* Resource tables indexed by internal resource type */
284 /* Resource tables indexed by raw AML resource descriptor type */
384 ACPI_RESOURCE *Resource,
395 ACPI_RESOURCE *Resource);
399 ACPI_RESOURCE *Resource,
408 ACPI_RESOURCE *Resource,
414 ACPI_RESOURCE *Resource,
[all...]
H A Damlresrc.h159 * Resource descriptor tags, as defined in the ACPI specification.
238 ACPI_PARSE_OBJECT *DescriptorTypeOp; /* Resource descriptor parse node */
251 * Resource descriptors defined in the ACPI specification.
540 * 2) Resource Source String
590 * 2) Resource Source String
611 * 2) Resource Source String
633 * 2) Resource Source String
657 * 2) Resource Source String
680 * 2) Resource Source String
700 * 2) Resource Labe
[all...]
H A Dacpixf.h1117 * Resource interfaces
1121 ACPI_RESOURCE *Resource,
1180 ACPI_RESOURCE *Resource,
/freebsd-11-stable/sys/contrib/dev/acpica/common/
H A Ddmrestag.c178 AML_RESOURCE *Resource,
209 * Resource Tag tables
908 * Resource - Pointer to the raw resource data
923 AML_RESOURCE *Resource,
937 switch (Resource->DescriptorType)
947 if (Resource->Address.ResourceType == ACPI_ADDRESS_TYPE_MEMORY_RANGE)
951 else if (Resource->Address.ResourceType == ACPI_ADDRESS_TYPE_IO_RANGE)
968 if (Resource->Gpio.ConnectionType > AML_RESOURCE_MAX_GPIOTYPE)
973 TagList = AcpiGbl_GpioResourceTags[Resource->Gpio.ConnectionType];
980 if ((Resource
921 AcpiDmGetResourceTag( UINT32 BitIndex, AML_RESOURCE *Resource, UINT8 ResourceIndex) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp345 ResourceState &Resource = *Resources[Index]; local
346 assert(Resource.isAResourceGroup() && !Resource.isReserved() &&
348 Resource.setReserved();
354 ResourceState &Resource = *Resources[Index]; local
355 Resource.clearReserved();
356 if (Resource.isAResourceGroup())
359 if (Resource.isADispatchHazard())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
H A DResourceManager.h47 /// Resource allocation strategy used by hardware scheduler resources.
151 /// Resource | Mask | MSB | Group
329 // Resource | Mask | MSB | Index
440 for (const std::unique_ptr<ResourceState> &Resource : Resources)
441 Resource->dump();
/freebsd-11-stable/usr.bin/truss/
H A Dsyscall.h75 Fcntlflag, Rusage, RusageWho, BinString, Shutdown, Resource, Rlimit, enumerator in enum:Argtype
/freebsd-11-stable/usr.sbin/acpi/acpidb/
H A Dacpidb.c116 MpSaveGpioInfo(ACPI_PARSE_OBJECT *Op, AML_RESOURCE *Resource, argument
122 MpSaveSerialInfo(ACPI_PARSE_OBJECT *Op, AML_RESOURCE *Resource, argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbcmds.c181 ACPI_RESOURCE *Resource,
916 AcpiOsPrintf ("Resource Conversion Comparison:\n");
986 ACPI_RESOURCE *Resource,
1143 * tests both the AML->Resource conversion and the Resource->AML
985 AcpiDbResourceCallback( ACPI_RESOURCE *Resource, void *Context) argument

Completed in 273 milliseconds

12