Home
last modified time | relevance | path

Searched defs:pmr (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/remote/
H A Dproxy.c264 ProxyMemoryRegion *pmr = opaque; in proxy_bar_write() local
272 ProxyMemoryRegion *pmr = opaque; in proxy_bar_read() local
/openbmc/u-boot/board/cobra5272/bdm/
H A Dcobra5272_uboot.gdb15 set $pmr = $mbar - 1 + 0x008 toplevelVariable
/openbmc/u-boot/arch/m68k/include/asm/
H A Dtimer.h45 u16 pmr; /* 0x02 Modulus Register */ member
/openbmc/qemu/hw/m68k/
H A Dmcf5208.c58 uint16_t pmr; member
/openbmc/qemu/hw/mem/
H A Dcxl_type3.c780 MemoryRegion *pmr; in cxl_setup_memory() local
1154 MemoryRegion *vmr = NULL, *pmr = NULL, *dc_mr = NULL; in cxl_type3_hpa_to_as_and_dpa() local
1352 MemoryRegion *vmr = NULL, *pmr = NULL, *dc_mr = NULL; in set_cacheline() local
/openbmc/qemu/target/openrisc/
H A Dcpu.h253 uint32_t pmr; /* Power Management Register */ member
/openbmc/qemu/hw/nvme/
H A Dnvme.h609 } pmr; member
H A Dctrl.c829 bool cmb = false, pmr = false; in nvme_map_addr() local
/openbmc/qemu/migration/
H A Drdma.c190 struct ibv_mr **pmr; /* MRs for chunk-level registration */ member
/openbmc/qemu/hw/cxl/
H A Dcxl-mailbox-utils.c1849 static uint64_t get_pmr_size(CXLType3Dev *ct3d, MemoryRegion **pmr) in get_pmr_size()