Home
last modified time | relevance | path

Searched refs:acpica_get_devcfg_feature (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_memory.c116 if (acpica_get_devcfg_feature(ACPI_DEVCFG_MEMORY)) { in acpidev_memory_probe()
126 if (acpica_get_devcfg_feature(ACPI_DEVCFG_MEMORY)) { in acpidev_memory_probe()
H A Dacpidev_container.c145 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CONTAINER)) { in acpidev_container_probe()
155 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CONTAINER)) { in acpidev_container_probe()
H A Dacpidev_cpu.c507 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CPU)) { in acpidev_cpu_probe()
517 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CPU)) { in acpidev_cpu_probe()
752 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CPU)) { in acpidev_cpu_lookup_dip()
H A Dacpidev_pci.c133 if (acpica_get_devcfg_feature(ACPI_DEVCFG_PCI) == 0) { in acpidev_pci_probe()
H A Dacpidev_dr.c180 acpica_get_devcfg_feature(flags2) != flags2) { in acpidev_dr_capable()
/illumos-gate/usr/src/uts/intel/sys/
H A Dacpica.h195 extern uint64_t acpica_get_devcfg_feature(uint64_t);
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1978 if (acpica_get_devcfg_feature(ACPI_DEVCFG_CPU)) { in acpica_build_processor_map()
2068 !acpica_get_devcfg_feature(ACPI_DEVCFG_CPU)) { in acpica_add_processor_to_map()
2415 acpica_get_devcfg_feature(uint64_t features) in acpica_get_devcfg_feature() function