Home
last modified time | relevance | path

Searched refs:disable_reentrancy_guard (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dpnv_lpc.c818 lpc->opb_master_regs.disable_reentrancy_guard = true; in pnv_lpc_realize()
824 lpc->lpc_hc_regs.disable_reentrancy_guard = true; in pnv_lpc_realize()
/openbmc/qemu/hw/intc/
H A Dloongson_ipi_common.c268 s->ipi_iocsr_mem.disable_reentrancy_guard = true; in loongson_ipi_common_realize()
H A Dpnv_xive.c1994 xive->ic_notify_mmio.disable_reentrancy_guard = true; in pnv_xive_realize()
2030 xive->pc_mmio.disable_reentrancy_guard = true; in pnv_xive_realize()
H A Dapic.c1155 s->io_memory.disable_reentrancy_guard = true; in apic_realize()
/openbmc/qemu/hw/pci-host/
H A Draven.c307 s->pci_io_non_contiguous.disable_reentrancy_guard = true; in raven_pcihost_initfn()
/openbmc/qemu/hw/misc/
H A Dbcm2835_property.c520 s->iomem.disable_reentrancy_guard = true; in bcm2835_property_init()
/openbmc/qemu/hw/scsi/
H A Dlsi53c895a.c2356 s->ram_io.disable_reentrancy_guard = true; in lsi_scsi_realize()
2357 s->mmio_io.disable_reentrancy_guard = true; in lsi_scsi_realize()
/openbmc/qemu/include/exec/
H A Dmemory.h801 bool disable_reentrancy_guard; member
/openbmc/qemu/hw/ssi/
H A Dxlnx-versal-ospi.c1780 s->iomem_dac.disable_reentrancy_guard = true; in xlnx_versal_ospi_init()
/openbmc/qemu/system/
H A Dmemory.c551 if (mr->dev && !mr->disable_reentrancy_guard && in access_with_adjusted_size_aligned()