Home
last modified time | relevance | path

Searched refs:parent_scope (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/
H A Dpid_sysctl.h13 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 Dpsobject.c304 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 Dpci.h41 void build_append_pci_bus_devices(Aml *parent_scope, PCIBus *bus);
H A Dpcihp.h75 void build_append_pcihp_slots(Aml *parent_scope, PCIBus *bus);
/openbmc/qemu/hw/i386/
H A Dacpi-build.c522 void build_append_pcihp_slots(Aml *parent_scope, PCIBus *bus) in build_append_pcihp_slots() argument
531 aml_append(parent_scope, aml_name_decl("BSEL", aml_int(bsel_val))); in build_append_pcihp_slots()
567 aml_append(parent_scope, dev); in build_append_pcihp_slots()
569 aml_append(parent_scope, notify_method); in build_append_pcihp_slots()
572 void build_append_pci_bus_devices(Aml *parent_scope, PCIBus *bus) in build_append_pci_bus_devices() argument
599 aml_append(parent_scope, dev); in build_append_pci_bus_devices()
603 static bool build_append_notfication_callback(Aml *parent_scope, in build_append_notfication_callback() argument
626 aml_append(parent_scope, br_scope); in build_append_notfication_callback()
655 aml_append(parent_scope, method); in build_append_notfication_callback()