Home
last modified time | relevance | path

Searched refs:ACPI_DASM_CASE (Results 1 – 3 of 3) sorted by relevance

/acpica-latest/source/common/
Ddmswitch.c435 CurrentOp->Common.DisasmOpcode = ACPI_DASM_CASE; in AcpiDmIsSwitchBlock()
441 CurrentOp->Common.DisasmOpcode = ACPI_DASM_CASE; in AcpiDmIsSwitchBlock()
/acpica-latest/source/components/disassembler/
Ddmopcode.c1108 if (Op->Common.DisasmOpcode == ACPI_DASM_CASE) in AcpiDmDisassembleOneOp()
1258 if (OriginalElseOp->Common.DisasmOpcode == ACPI_DASM_CASE) in AcpiDmConvertToElseIf()
/acpica-latest/source/include/
Daclocal.h1094 #define ACPI_DASM_CASE 0x0E /* If/Else is a Case in a Switch/Case block */ macro