Home
last modified time | relevance | path

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

/openbmc/qemu/hw/acpi/
H A Dtpm.c109 Aml *function, *arguments, *rev, *op, *op_arg, *op_flags, *uuid; in tpm_build_ppi_acpi() local
116 op_flags = aml_local(1); in tpm_build_ppi_acpi()
167 aml_store(aml_call1("TPFN", op), op_flags)); in tpm_build_ppi_acpi()
172 aml_and(op_flags, func_mask, NULL), in tpm_build_ppi_acpi()
329 op_flags)); in tpm_build_ppi_acpi()
333 aml_and(op_flags, func_mask, NULL), in tpm_build_ppi_acpi()
344 aml_and(op_flags, func_mask, NULL), in tpm_build_ppi_acpi()
401 op_flags)); in tpm_build_ppi_acpi()
405 aml_and(op_flags, func_mask, NULL))); in tpm_build_ppi_acpi()
/openbmc/qemu/target/xtensa/
H A Dhelper.c57 if (t->opcode[i].op_flags & XTENSA_OP_NAME_ARRAY) { in hash_opcode_translators()
H A Dcpu.h416 uint32_t op_flags; member