Home
last modified time | relevance | path

Searched refs:EXCEP_CTL (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/include/acpi/
Dacexcep.h34 #define EXCEP_CTL(code) ((acpi_status) (code | AE_CODE_CONTROL)) macro
182 #define AE_CTRL_RETURN_VALUE EXCEP_CTL (0x0001)
183 #define AE_CTRL_PENDING EXCEP_CTL (0x0002)
184 #define AE_CTRL_TERMINATE EXCEP_CTL (0x0003)
185 #define AE_CTRL_TRUE EXCEP_CTL (0x0004)
186 #define AE_CTRL_FALSE EXCEP_CTL (0x0005)
187 #define AE_CTRL_DEPTH EXCEP_CTL (0x0006)
188 #define AE_CTRL_END EXCEP_CTL (0x0007)
189 #define AE_CTRL_TRANSFER EXCEP_CTL (0x0008)
190 #define AE_CTRL_BREAK EXCEP_CTL (0x0009)
[all …]