Searched refs:debug_layer (Results 1 – 11 of 11) sorted by relevance
/linux/Documentation/firmware-guide/acpi/ |
H A D | debug.rst | 20 you're interested in. At boot-time, use the acpi.debug_layer and 22 debug_layer and debug_level files in /sys/module/acpi/parameters/ to control 25 debug_layer (component) 28 The "debug_layer" is a mask that selects components of interest, e.g., a 29 specific part of the ACPI interpreter. To build the debug_layer bitmask, look 32 You can set the debug_layer mask at boot-time using the acpi.debug_layer 34 to /sys/module/acpi/parameters/debug_layer. 38 Reading /sys/module/acpi/parameters/debug_layer shows the supported mask values:: 112 To turn on this message, set the ACPI_EVENTS bit in acpi.debug_layer 120 acpi.debug_layer=0xffffffff acpi.debug_level=0x2 [all …]
|
H A D | method-tracing.rst | 30 /sys/module/acpi/parameters/debug_layer) and per-type level (known as 173 The temporary debug_layer used when the tracing feature is enabled. 175 Using ACPI_EXECUTER (0x80) by default, which is the debug_layer
|
/linux/drivers/acpi/acpica/ |
H A D | psxface.c | 42 acpi_debug_trace(const char *name, u32 debug_level, u32 debug_layer, u32 flags) in acpi_debug_trace() argument 54 acpi_gbl_trace_dbg_layer = debug_layer; in acpi_debug_trace()
|
H A D | dbcmds.c | 1153 u32 debug_layer = 0; in acpi_db_trace() local 1183 debug_layer = acpi_dbg_layer; in acpi_db_trace() 1188 debug_layer = ACPI_EXECUTER; in acpi_db_trace() 1203 debug_level, debug_layer, flags); in acpi_db_trace()
|
H A D | utxface.c | 144 info_ptr->debug_layer = acpi_dbg_layer; in ACPI_EXPORT_SYMBOL()
|
/linux/Documentation/admin-guide/acpi/ |
H A D | initrd_table_override.rst | 92 acpi.debug_level=0x2 acpi.debug_layer=0xFFFFFFFF
|
/linux/include/acpi/ |
H A D | acpixf.h | 544 u32 debug_layer, u32 flags))
|
H A D | actypes.h | 1018 u32 debug_layer; member
|
/linux/drivers/acpi/ |
H A D | sysfs.c | 151 module_param_cb(debug_layer, ¶m_ops_debug_layer, &acpi_dbg_layer, 0644);
|
H A D | Kconfig | 401 Use the acpi.debug_layer and acpi.debug_level kernel command-line
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 62 acpi.debug_layer= [HW,ACPI,ACPI_DEBUG] 66 debug output. Bits in debug_layer correspond to a 77 acpi.debug_layer=0x20000000 80 acpi.debug_layer=0xffffffff acpi.debug_level=0x2 82 acpi.debug_layer=0x2 acpi.debug_level=0xffffffff
|