Searched refs:pcid (Results 1 – 3 of 3) sorted by relevance
| /openbmc/qemu/hw/scsi/ |
| H A D | megasas.c | 332 PCIDevice *pcid = PCI_DEVICE(cmd->state); in megasas_build_sense() local 347 pci_dma_write(pcid, pa, sense_ptr, sense_len); in megasas_build_sense() 489 PCIDevice *pcid = PCI_DEVICE(s); in megasas_enqueue_frame() local 514 cmd->frame = pci_dma_map(pcid, frame, &frame_size_p, 0); in megasas_enqueue_frame() 533 ldl_le_pci_dma(pcid, s->consumer_pa, &s->reply_queue_tail, in megasas_enqueue_frame() 638 PCIDevice *pcid = PCI_DEVICE(s); in megasas_init_firmware() local 653 initq = pci_dma_map(pcid, iq_pa, &initq_size, 0); in megasas_init_firmware() 676 ldl_le_pci_dma(pcid, s->producer_pa, &s->reply_queue_head, attrs); in megasas_init_firmware() 678 ldl_le_pci_dma(pcid, s->consumer_pa, &s->reply_queue_tail, attrs); in megasas_init_firmware() 691 pci_dma_unmap(pcid, initq, initq_size, 0, 0); in megasas_init_firmware()
|
| /openbmc/qemu/docs/system/ |
| H A D | cpu-models-x86.rst.inc | 129 ``pcid`` 443 |qemu_system| -cpu Westmere,pcid=on,... 480 <feature name="pcid" policy="require"/>
|
| /openbmc/qemu/docs/devel/migration/ |
| H A D | compatibility.rst | 285 Features: 'pcid' 'stibp' 'taa-no' 294 $ qemu-system-x86_64 -cpu host,pcid=off,stibp=off
|