Searched refs:ACPI_DASM_SWITCH_PREDICATE (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/common/
H A Ddmswitch.c417 PredicateOp->Common.DisasmOpcode = ACPI_DASM_SWITCH_PREDICATE;
469 PredicateOp->Common.DisasmOpcode = ACPI_DASM_SWITCH_PREDICATE;
/freebsd-12-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c1236 if (Op->Common.Next || Op->Common.DisasmOpcode == ACPI_DASM_SWITCH_PREDICATE)
1253 if (Op->Common.DisasmOpcode == ACPI_DASM_SWITCH_PREDICATE)
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h1084 #define ACPI_DASM_SWITCH_PREDICATE 0x0D /* Object is a predicate for a Switch or Case block */ macro

Completed in 280 milliseconds