Home
last modified time | relevance | path

Searched refs:level2 (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/uts/i86pc/io/
H A Dmp_platform_common.c1404 uint_t level2, po2; in acpi_intr_compatible() local
1423 level2 = AV_LEVEL; in acpi_intr_compatible()
1425 level2 = (iflag2.intr_el == INTR_EL_LEVEL) ? AV_LEVEL : 0; in acpi_intr_compatible()
1427 if (level2 && ((iflag2.intr_po == INTR_PO_ACTIVE_LOW) || in acpi_intr_compatible()
1431 if ((level1 == level2) && (po1 == po2)) in acpi_intr_compatible()
/onnv-gate/usr/src/uts/common/vm/
H A Dvm_anon.c640 void *level2; in anon_grow() local
698 level2 = (void *)ahp->array_chunk; in anon_grow()
700 level2 = kmem_alloc(PAGESIZE, kmemflags); in anon_grow()
701 if (level2 == NULL) { in anon_grow()
708 level2, PAGESIZE, growdown); in anon_grow()
713 level1[nelems - 1] = level2; in anon_grow()
715 level1[0] = level2; in anon_grow()