Searched refs:parent_scope (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/kernel/ |
H A D | pid_sysctl.h | 13 int err, scope, parent_scope; in pid_mfd_noexec_dointvec_minmax() local 21 parent_scope = pidns_memfd_noexec_scope(ns->parent); in pid_mfd_noexec_dointvec_minmax() 23 scope = max(READ_ONCE(ns->memfd_noexec_scope), parent_scope); in pid_mfd_noexec_dointvec_minmax() 26 table_copy.extra1 = &parent_scope; in pid_mfd_noexec_dointvec_minmax()
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | psobject.c | 304 union acpi_parse_object *parent_scope; in acpi_ps_create_op() local 379 parent_scope = acpi_ps_get_parent_scope(&(walk_state->parser_state)); in acpi_ps_create_op() 380 acpi_ps_append_arg(parent_scope, op); in acpi_ps_create_op() 382 if (parent_scope) { in acpi_ps_create_op() 384 acpi_ps_get_opcode_info(parent_scope->common.aml_opcode); in acpi_ps_create_op() 388 if (parent_scope->common.arg_list_length > in acpi_ps_create_op() 398 else if ((parent_scope->common.aml_opcode == AML_INCREMENT_OP) in acpi_ps_create_op() 399 || (parent_scope->common.aml_opcode == in acpi_ps_create_op()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | pci.h | 41 void build_append_pci_bus_devices(Aml *parent_scope, PCIBus *bus);
|
H A D | pcihp.h | 75 void build_append_pcihp_slots(Aml *parent_scope, PCIBus *bus);
|
/openbmc/qemu/hw/i386/ |
H A D | acpi-build.c | 510 void build_append_pcihp_slots(Aml *parent_scope, PCIBus *bus) in build_append_pcihp_slots() argument 519 aml_append(parent_scope, aml_name_decl("BSEL", aml_int(bsel_val))); in build_append_pcihp_slots() 555 aml_append(parent_scope, dev); in build_append_pcihp_slots() 557 aml_append(parent_scope, notify_method); in build_append_pcihp_slots() 560 void build_append_pci_bus_devices(Aml *parent_scope, PCIBus *bus) in build_append_pci_bus_devices() argument 587 aml_append(parent_scope, dev); in build_append_pci_bus_devices() 591 static bool build_append_notfication_callback(Aml *parent_scope, in build_append_notfication_callback() argument 614 aml_append(parent_scope, br_scope); in build_append_notfication_callback() 643 aml_append(parent_scope, method); in build_append_notfication_callback()
|