Lines Matching defs:flags
111 u32 flags;
122 if (!(walk_state->op_info->flags & AML_NAMED)) {
248 * Setup the search flags.
279 flags = ACPI_NS_NO_UPSEARCH;
283 flags |= ACPI_NS_OVERRIDE_IF_FOUND;
289 flags |= ACPI_NS_ERROR_IF_FOUND;
309 ACPI_IMODE_LOAD_PASS1, flags, walk_state,
316 if (node->flags & ANOBJ_IS_EXTERNAL) {
321 node->flags &= ~ANOBJ_IS_EXTERNAL;
427 (walk_state->op_info->flags & AML_CREATE)) {
434 if (!(walk_state->op_info->flags & (AML_NAMED | AML_FIELD))) {
442 if (walk_state->op_info->flags & AML_FIELD) {
519 op->common.node->flags |= ANOBJ_IS_EXTERNAL;