Home
last modified time | relevance | path

Searched refs:Alignment (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/contrib/edk2/Include/Library/
H A DMemoryAllocationLib.h120 IN UINTN Alignment
145 IN UINTN Alignment
170 IN UINTN Alignment
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslresource.c192 UINT32 Alignment, in RsSmallAddressCheck() argument
254 if (!Alignment) /* Alignment==0 means 64K alignment */ in RsSmallAddressCheck()
256 Alignment = ACPI_UINT16_MAX + 1; in RsSmallAddressCheck()
266 if (!Alignment) in RsSmallAddressCheck()
268 Alignment = 1; in RsSmallAddressCheck()
273 if (Minimum % Alignment) in RsSmallAddressCheck()
277 if (Maximum % Alignment) in RsSmallAddressCheck()
H A Daslrestype1.c295 Descriptor->Memory24.Alignment = (UINT16) InitializerOp->Asl.Value.Integer; in RsDoMemory24Descriptor()
297 CurrentByteOffset + ASL_RESDESC_OFFSET (Memory24.Alignment)); in RsDoMemory24Descriptor()
328 Descriptor->Memory24.Alignment, in RsDoMemory24Descriptor()
401 Descriptor->Memory32.Alignment = (UINT32) InitializerOp->Asl.Value.Integer; in RsDoMemory32Descriptor()
403 CurrentByteOffset + ASL_RESDESC_OFFSET (Memory32.Alignment)); in RsDoMemory32Descriptor()
435 Descriptor->Memory32.Alignment, in RsDoMemory32Descriptor()
H A Daslrestype1i.c512 Descriptor->Io.Alignment = in RsDoIoDescriptor()
515 CurrentByteOffset + ASL_RESDESC_OFFSET (Io.Alignment)); in RsDoIoDescriptor()
548 Descriptor->Io.Alignment, in RsDoIoDescriptor()
H A Daslcompiler.h1363 UINT32 Alignment,
/f-stack/freebsd/contrib/edk2/Include/
H A DBase.h881 #define ALIGN_VALUE(Value, Alignment) ((Value) + (((Alignment) - (Value)) & ((Alignment) - 1))) argument
896 #define ALIGN_POINTER(Pointer, Alignment) ((VOID *) (ALIGN_VALUE ((UINTN)(Pointer), (Alignment)))) argument
/f-stack/freebsd/contrib/dev/acpica/components/resources/
H A Drsio.c188 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET (Data.Io.Alignment),
189 AML_OFFSET (Io.Alignment),
H A Drsdumpinfo.c217 …{ACPI_RSD_UINT8, ACPI_RSD_OFFSET (Io.Alignment), "Alignment", …
246 …{ACPI_RSD_UINT16, ACPI_RSD_OFFSET (Memory24.Alignment), "Alignment", …
256 …{ACPI_RSD_UINT32, ACPI_RSD_OFFSET (Memory32.Alignment), "Alignment", …
/f-stack/freebsd/contrib/edk2/Include/IndustryStandard/
H A DAcpi10.h182 UINT8 Alignment;
203 UINT16 Alignment;
215 UINT32 Alignment;
/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlresrc.h325 UINT8 Alignment; member
391 UINT16 Alignment; member
410 UINT32 Alignment; member
H A Dacrestyp.h325 UINT8 Alignment; member
386 UINT16 Alignment; member
396 UINT32 Alignment; member
H A Dactbl2.h1827 UINT16 Alignment; member
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmresrcs.c327 AcpiDmDumpInteger8 (Resource->Io.Alignment, "Alignment"); in AcpiDmIoDescriptor()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dmempool_lib.rst29 Memory Alignment Constraints on x86 architecture
H A Denv_abstraction_layer.rst753 Alignment and NUMA Constraints
H A Dpacket_framework.rst1171 …efore-update and the after-update table entries visible to the packets. Alignment with the P4Runti…
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmtbinfo2.c1317 {ACPI_DMT_UINT16, ACPI_PMTT1_OFFSET (Alignment), "Alignment", 0},