Searched refs:func_mask (Results 1 – 2 of 2) sorted by relevance
/qemu/hw/acpi/ |
H A D | tpm.c | 25 Aml *method, *field, *ifctx, *ifctx2, *ifctx3, *func_mask, in tpm_build_ppi_acpi() local 34 func_mask = aml_int(TPM_PPI_FUNC_MASK); in tpm_build_ppi_acpi() 172 aml_and(op_flags, func_mask, NULL), 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() 405 aml_and(op_flags, func_mask, NULL))); in tpm_build_ppi_acpi()
|
/qemu/hw/i386/ |
H A D | intel_iommu.c | 2331 uint16_t func_mask) in vtd_context_device_invalidate() argument 2338 trace_vtd_inv_desc_cc_devices(source_id, func_mask); in vtd_context_device_invalidate() 2340 switch (func_mask & 3) { in vtd_context_device_invalidate()
|