Searched refs:debug_layer (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/Documentation/acpi/ |
D | debug.txt | 18 you're interested in. At boot-time, use the acpi.debug_layer and 20 debug_layer and debug_level files in /sys/module/acpi/parameters/ to control 23 debug_layer (component) 26 The "debug_layer" is a mask that selects components of interest, e.g., a 27 specific driver or part of the ACPI interpreter. To build the debug_layer 30 You can set the debug_layer mask at boot-time using the acpi.debug_layer 32 to /sys/module/acpi/parameters/debug_layer. 35 include/acpi/acpi_drivers.h. Reading /sys/module/acpi/parameters/debug_layer 124 To turn on this message, set the ACPI_BUS_COMPONENT bit in acpi.debug_layer 132 acpi.debug_layer=0xffffffff acpi.debug_level=0x2 [all …]
|
D | method-tracing.txt | 22 /sys/module/acpi/parameters/debug_layer) and per-type level (known as 141 The temporary debug_layer used when the tracing feature is enabled. 142 Using ACPI_EXECUTER (0x80) by default, which is the debug_layer
|
D | initrd_table_override.txt | 73 acpi.debug_level=0x2 acpi.debug_layer=0xFFFFFFFF
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | psxface.c | 76 acpi_debug_trace(const char *name, u32 debug_level, u32 debug_layer, u32 flags) in acpi_debug_trace() argument 88 acpi_gbl_trace_dbg_layer = debug_layer; in acpi_debug_trace()
|
D | dbcmds.c | 1131 u32 debug_layer = 0; in acpi_db_trace() local 1166 debug_layer = acpi_dbg_layer; in acpi_db_trace() 1171 debug_layer = ACPI_EXECUTER; in acpi_db_trace() 1186 debug_level, debug_layer, flags); in acpi_db_trace()
|
D | utxface.c | 179 info_ptr->debug_layer = acpi_dbg_layer; in ACPI_EXPORT_SYMBOL()
|
/linux-4.4.14/include/acpi/ |
D | actypes.h | 1020 u32 debug_layer; member
|
D | acpixf.h | 506 u32 debug_layer, u32 flags))
|
/linux-4.4.14/drivers/acpi/ |
D | sysfs.c | 164 module_param_cb(debug_layer, ¶m_ops_debug_layer, &acpi_dbg_layer, 0644);
|
D | Kconfig | 320 Use the acpi.debug_layer and acpi.debug_level kernel command-line
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 204 acpi.debug_layer= [HW,ACPI,ACPI_DEBUG] 208 debug output. Bits in debug_layer correspond to a 219 acpi.debug_layer=0x20000000 221 acpi.debug_layer=0x400000 224 acpi.debug_layer=0xffffffff acpi.debug_level=0x2 226 acpi.debug_layer=0x2 acpi.debug_level=0xffffffff
|