Searched refs:__acpi_aml_access_ok (Results 1 – 1 of 1) sorted by relevance
75 static inline bool __acpi_aml_access_ok(unsigned long flag) in __acpi_aml_access_ok() function174 ret = !__acpi_aml_access_ok(ACPI_AML_IN_KERN) || in acpi_aml_kern_readable()185 ret = !__acpi_aml_access_ok(ACPI_AML_OUT_KERN) || in acpi_aml_kern_writable()196 ret = !__acpi_aml_access_ok(ACPI_AML_OUT_USER) || in acpi_aml_user_readable()207 ret = !__acpi_aml_access_ok(ACPI_AML_IN_USER) || in acpi_aml_user_writable()218 if (!__acpi_aml_access_ok(flag)) { in acpi_aml_lock_write()237 if (!__acpi_aml_access_ok(flag)) { in acpi_aml_lock_read()