Searched refs:__acpi_aml_access_ok (Results 1 – 1 of 1) sorted by relevance
72 static inline bool __acpi_aml_access_ok(unsigned long flag) in __acpi_aml_access_ok() function171 ret = !__acpi_aml_access_ok(ACPI_AML_IN_KERN) || in acpi_aml_kern_readable()182 ret = !__acpi_aml_access_ok(ACPI_AML_OUT_KERN) || in acpi_aml_kern_writable()193 ret = !__acpi_aml_access_ok(ACPI_AML_OUT_USER) || in acpi_aml_user_readable()204 ret = !__acpi_aml_access_ok(ACPI_AML_IN_USER) || in acpi_aml_user_writable()215 if (!__acpi_aml_access_ok(flag)) { in acpi_aml_lock_write()234 if (!__acpi_aml_access_ok(flag)) { in acpi_aml_lock_read()