Home
last modified time | relevance | path

Searched refs:pcid (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/scsi/
H A Dmegasas.c332 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()
/qemu/docs/system/
H A Dcpu-models-x86.rst.inc119 ``pcid``
401 |qemu_system| -cpu Westmere,pcid=on,...
438 <feature name="pcid" policy="require"/>
/qemu/docs/devel/migration/
H A Dcompatibility.rst285 Features: 'pcid' 'stibp' 'taa-no'
294 $ qemu-system-x86_64 -cpu host,pcid=off,stibp=off
/qemu/block/
H A Dvmdk.c303 vmdk_read_cid(BlockDriverState *bs, int parent, uint32_t *pcid) in vmdk_read_cid() argument
337 *pcid = cid; in vmdk_read_cid()
/qemu/include/block/
H A Dnvme.h1638 uint16_t pcid; member
/qemu/hw/nvme/
H A Dctrl.c7943 sctrl->pcid = cpu_to_le16(n->cntlid); in nvme_init_state()