Lines Matching +full:0 +full:x40e
99 0) Global changes:
131 0) Global changes:
174 0) Global changes:
202 Check that EBDA pointer is in valid memory. If the memory at 0x40e is
234 0) Global changes:
282 defined subtables (Types 0x80-0x7F).
567 AcpiExec/iASL/AcpiHelp: Added a few changes for support of GCC 10.2.0.
620 UserDefined 0x9X OpRegions. Having 2 different types of OpRegions leads
627 UserDefined(0x93) OpRegions for the GPO2 (UID 3) device, because no pins
631 and has added the Cherry Trail specific UserDefined(0x93) opregion to its
933 PCHG 0x777788889999BBBB // Integer
936 PKG1 [0x1111 0x2222] // Package
937 \BF1 0x7980 // BufferField
938 RCRV 0x0123456789ABCDEF // Field Unit
1364 Name (NUM0,0)
1374 Name (NUM0, 0x0)
1379 Name (NUM1, 0x1) // Forward reference
1521 0) Support for ACPI specification version 6.3:
1560 rename subtable 0 to "memory proximity domain attributes".
1645 #define ACPI_LV_EVALUATION 0x00080000
1664 A "0x" is now prepended to each of the hex values in the output string.
1668 "0x01,0x02,0x03,0x04,0x05,0x06"
1800 OperationRegion(TOP1, GenericSerialBus, 0x00, 0x100)
1808 CreateWordField(BUFF, 0x02, DATA) // DATA = Data (Word)
1810 Store(0x5416, DATA) // Save 0x5416 into the data buffer
1829 OperationRegion (OPR1, SystemMemory, 0x100, 0x100)
1832 Offset (0), // Never needed
1839 dsdt.asl 14: Offset (0),
1891 0002D690 Length 0x0006 nsnames-0502 [Not a Descriptor - too small]
1892 0002CD70 Length 0x002C utcache-0453 [Operand] Integer RefCount 0x0001
1933 SyncLevel: 0
2225 macros. All "(void *) NULL" constructs are converted to "(void *) 0".
2319 acpidump file. Processing a table could be ended early if a 0x40 (@)
2416 DSDT @ 0xdfffd0c0 (10999 bytes)
2420 Checksum 0xf3 (Ok)
2466 Store (0x3FFF, Local0) /* Hex equivalent */
2476 Local0 = 0xAAAABBBBCCCCDDDDEEEEFFFF // AE_HEX_OVERFLOW
2511 Name (INT1, 0x1234)
2644 0) ACPI 6.2 support:
2692 Remove a notify value (0x0C) for graceful shutdown
2774 0) ACPICA licensing:
2891 dsdt.asl 1507: Store(0x1, Arg0)
3092 kernel. The value is increased from 0xFFFF to 0xFFFFF loops (65,535 to
3180 0xFFFFFFFF, the "Ones" value is now returned, which is 0xFFFFFFFFFFFFFFFF
3567 opcodes is surrounded by an "If(0)" construct. As this feature becomes
3657 OperationRegion (OPR1, SystemMemory, 0x400, 32)
3745 If (Arg0 == 0x02)
3747 Local0 = 0x05
3752 ElseIf (Arg0 == 0x02)
3754 Local0 = 0x05
3834 0x12345678)
3837 DefinitionBlock ("", "SSDT", 2, "Intel", "Template", 0xABCDEF01)
4541 If (LOr (LOr (LEqual (And (R510, 0x03FB), 0x02E0), LEqual (
4542 And (R520, 0x03FB), 0x02E0)), LOr (LEqual (And (R530,
4543 0x03FB),
4544 0x02E0), LEqual (And (R540, 0x03FB), 0x02E0))))
4546 And (MEMB, 0xFFFFFFF0, SRMB)
4549 And (PDBM, 0xFFFFFFFFFFFFFFF9, PDBM)
4551 Or (PDBM, 0x02, PDBM)
4555 If (((R510 & 0x03FB) == 0x02E0) ||
4556 ((R520 & 0x03FB) == 0x02E0) ||
4557 ((R530 & 0x03FB) == 0x02E0) ||
4558 ((R540 & 0x03FB) == 0x02E0))
4560 SRMB = (MEMB & 0xFFFFFFF0)
4563 PDBM &= 0xFFFFFFFFFFFFFFF9
4565 PDBM |= 0x02
4569 Store (0x1234, Local1)
4570 Multiply (Add (Add (Local1, TEST), 0x20), Local2, Local3)
4571 Multiply (Local2, Add (Add (Local1, TEST), 0x20), Local3)
4572 Add (Local1, Add (TEST, Multiply (0x20, Local2)), Local3)
4573 Store (Index (PKG1, 0x03), Local6)
4575 Add (Local1, 0x0F, Local2)
4577 Multiply (Add (Add (Local1, TEST), 0x20), ToBCD (Local1), Local3)
4580 Local1 = 0x1234
4581 Local3 = (((Local1 + TEST) + 0x20) * Local2)
4582 Local3 = (Local2 * ((Local1 + TEST) + 0x20))
4583 Local3 = (Local1 + (TEST + (0x20 * Local2)))
4584 Local6 = Index (PKG1, 0x03)
4586 Local2 = (Local1 + 0x0F)
4588 Local3 = (((Local1 + TEST) + 0x20) * ToBCD (Local1))
4744 0) ACPI 5.1 support in ACPICA:
4977 to the GPE 0/1 FADT-defined blocks.
6030 lone end tag descriptor in the following cases: A Return(0) was executed,
6163 (0xA3), and it also causes the compiler to ignore all ASL source code
6169 debugger to execute all of the sleep states, 0-5, automatically.
6720 0. Jung-uk Kim.
6964 the allowable range was 0x80-0xFF (user-defined spaces), now the range is
6965 0x0A-0xFF to allow for custom and new IDs without changing the compiler.
7280 0) ACPI 5.0 Support:
7525 0) ACPI 5.0 News:
7653 For Linux, add strict-aliasing=0 for gcc 4
8905 0x prefix for hex output, always use %u for unsigned integer decimal
9534 The SCI enable bit (bit 0, SCI_EN) is defined by the ACPI specification
10450 0) Git source tree / acpica.org
10934 opcode, a control method will now implicitly return an integer of value 0
12027 manner: PM1_CONTROL[0] (SCI_EN), PM1_CONTROL[9], and PM1_STATUS[11].
12372 WAIT_FOREVER (0xFFFF) and the code does not examine the return value to
12566 large namespaces (especially 64-bit.) Increased the value from 0x400 to
12567 0x800.
13429 list (range 0 - 15)
13875 SyncLevel parameter is outside the legal range of 0 through 15.
14131 interpreted as a hexadecimal value ('0'-'9', 'A'-'F', 'a', 'f'), starting
14199 characters in the file are in the range 0x00 to 0x7F.
14336 operator (such as LLess(Buffer(1){0},Buffer(1){1}). The internal result
14607 referencing bit 0 instead of bit 1.
14613 was 0 or 1. The optimizer shortened the AML code to a single byte opcode
14618 the range 0-7. Maximum 8 channels can be specified. BusMaster operand is
14836 (0)
14866 (returns 0 as per the ACPI specification).
14905 (prefixed with "0x").
15059 decimal values (0-255) separated by commas. ToHexString - explicit byte-
15061 conversion of buffer to string of hex values (0-FF) separated by commas.
15068 (0-FF) separated by spaces.
15307 EBDA by simply scanning from memory location 0 to 0x400. The correct
15448 x = 0,1,2,3,4.
15627 wide, 0x0F instead of 0x03.)
16093 Fix ex_digits_needed for 0. (Takayoshi Kochi)
16182 Return only 0 or 1 for our interrupt handler status (Andrew
16363 isn't very clear. The full 256 Block 0/1 GPEs are now supported
16844 0) ACPI Specification 2.0B is released and is now available at:
17135 Name(DEB,0x00)
18004 will increase the limit, 2 will decrease, and 0 will reset to the
19206 This reserved value was changed from 0 since Unix systems allow a
19207 thread ID of 0.
19220 address space was set to 0, not 0x7f as it should be.
19536 (0x3005)
19587 CBN_ OpRegions when the _STA returns 0x8.