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() function164 ret = !__acpi_aml_access_ok(ACPI_AML_IN_KERN) || in acpi_aml_kern_readable()175 ret = !__acpi_aml_access_ok(ACPI_AML_OUT_KERN) || in acpi_aml_kern_writable()186 ret = !__acpi_aml_access_ok(ACPI_AML_OUT_USER) || in acpi_aml_user_readable()197 ret = !__acpi_aml_access_ok(ACPI_AML_IN_USER) || in acpi_aml_user_writable()208 if (!__acpi_aml_access_ok(flag)) { in acpi_aml_lock_write()227 if (!__acpi_aml_access_ok(flag)) { in acpi_aml_lock_read()