Searched refs:debug_layer (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/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 | 86 acpi.debug_level=0x2 acpi.debug_layer=0xFFFFFFFF
|
/Linux-v4.19/drivers/acpi/acpica/ |
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()
|
D | dbcmds.c | 1095 u32 debug_layer = 0; in acpi_db_trace() local 1125 debug_layer = acpi_dbg_layer; in acpi_db_trace() 1130 debug_layer = ACPI_EXECUTER; in acpi_db_trace() 1145 debug_level, debug_layer, flags); in acpi_db_trace()
|
D | utxface.c | 144 info_ptr->debug_layer = acpi_dbg_layer; in ACPI_EXPORT_SYMBOL()
|
/Linux-v4.19/include/acpi/ |
D | acpixf.h | 547 u32 debug_layer, u32 flags))
|
D | actypes.h | 1011 u32 debug_layer; member
|
/Linux-v4.19/drivers/acpi/ |
D | sysfs.c | 167 module_param_cb(debug_layer, ¶m_ops_debug_layer, &acpi_dbg_layer, 0644);
|
D | Kconfig | 369 Use the acpi.debug_layer and acpi.debug_level kernel command-line
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 45 acpi.debug_layer= [HW,ACPI,ACPI_DEBUG] 49 debug output. Bits in debug_layer correspond to a 60 acpi.debug_layer=0x20000000 62 acpi.debug_layer=0x400000 65 acpi.debug_layer=0xffffffff acpi.debug_level=0x2 67 acpi.debug_layer=0x2 acpi.debug_level=0xffffffff
|