1ACPIEXEC(1) General Commands Manual ACPIEXEC(1)
2
3
4
6 acpiexec - ACPI AML execution and debug utility
7
9 acpiexec [<option>...] <aml-file> ...
10
11
13 This manual page briefly documents the acpiexec command. The option
14 list is taken from the acpiexec interactive help.
15
16 acpiexec provides a simulated execution environment for AML code so
17 that it can be more easily tested and debugged.
18
19 Much more detailed documentation may be found at
20 http://www.acpica.org/documentation/.
21
22
24 -? Display the help message
25
26 -b command-line
27 Batch mode command line execution (cmd1;cmd2;...)
28
29 -M [<method>]
30 Batch mode method execution (Default: MAIN)
31
32 -da Disable method abort on error
33
34 -di Disable execution of _STA/_INI methods during init
35
36 -do Disable Operation Region address simulation
37
38 -dr Disable repair of method return values
39
40 -dt Disable allocation tracking (performance)
41
42 -ef Enable display of final memory statistics
43
44 -ei Enable additional tests for ACPICA interfaces
45
46 -em Enable interpreter Serialized mode
47
48 -es Enable interpreter Slack mode
49
50 -et Enable debug semaphore timeour
51
52 -f <value>
53 Operation Region initialization fill value
54
55 -r Use hardware-reduced FADT V5
56
57 -vi Verbose initialization output
58
59 -vr Verbose region handler output
60
61 -x <debug-level>
62 Debug output level
63
64
66 acpiexec was written by Robert Moore <robert.moore@intel.com>.
67
68 This manual page was written by Al Stone <ahs3@redhat.com> for the
69 Fedora project (but may be used by others).
70
71
72
73 January 23, 2013 ACPIEXEC(1)