Home
last modified time | relevance | path

Searched defs:md (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/qemu/hw/i386/
H A Dsgx-epc.c54 MemoryDeviceState *md = MEMORY_DEVICE(dev); in sgx_epc_realize() local
99 static uint64_t sgx_epc_md_get_addr(const MemoryDeviceState *md) in sgx_epc_md_get_addr()
106 static void sgx_epc_md_set_addr(MemoryDeviceState *md, uint64_t addr, in sgx_epc_md_set_addr()
112 static uint64_t sgx_epc_md_get_plugged_size(const MemoryDeviceState *md, in sgx_epc_md_get_plugged_size()
118 static MemoryRegion *sgx_epc_md_get_memory_region(MemoryDeviceState *md, in sgx_epc_md_get_memory_region()
133 static void sgx_epc_md_fill_device_info(const MemoryDeviceState *md, in sgx_epc_md_fill_device_info()
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw-mem.c30 static void virtio_ccw_mem_set_addr(MemoryDeviceState *md, uint64_t addr, in virtio_ccw_mem_set_addr()
36 static uint64_t virtio_ccw_mem_get_addr(const MemoryDeviceState *md) in virtio_ccw_mem_get_addr()
42 static MemoryRegion *virtio_ccw_mem_get_memory_region(MemoryDeviceState *md, in virtio_ccw_mem_get_memory_region()
52 static void virtio_ccw_mem_decide_memslots(MemoryDeviceState *md, in virtio_ccw_mem_decide_memslots()
62 static unsigned int virtio_ccw_mem_get_memslots(MemoryDeviceState *md) in virtio_ccw_mem_get_memslots()
71 static uint64_t virtio_ccw_mem_get_plugged_size(const MemoryDeviceState *md, in virtio_ccw_mem_get_plugged_size()
78 static void virtio_ccw_mem_fill_device_info(const MemoryDeviceState *md, in virtio_ccw_mem_fill_device_info()
98 static uint64_t virtio_ccw_mem_get_min_alignment(const MemoryDeviceState *md) in virtio_ccw_mem_get_min_alignment()
H A Dvirtio-ccw-md.c23 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_ccw_md_pre_plug() local
52 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_ccw_md_plug() local
116 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_ccw_md_unplug() local
/openbmc/qemu/hw/virtio/
H A Dvirtio-mem-pci.c33 static void virtio_mem_pci_set_addr(MemoryDeviceState *md, uint64_t addr, in virtio_mem_pci_set_addr()
39 static uint64_t virtio_mem_pci_get_addr(const MemoryDeviceState *md) in virtio_mem_pci_get_addr()
45 static MemoryRegion *virtio_mem_pci_get_memory_region(MemoryDeviceState *md, in virtio_mem_pci_get_memory_region()
55 static void virtio_mem_pci_decide_memslots(MemoryDeviceState *md, in virtio_mem_pci_decide_memslots()
65 static unsigned int virtio_mem_pci_get_memslots(MemoryDeviceState *md) in virtio_mem_pci_get_memslots()
74 static uint64_t virtio_mem_pci_get_plugged_size(const MemoryDeviceState *md, in virtio_mem_pci_get_plugged_size()
81 static void virtio_mem_pci_fill_device_info(const MemoryDeviceState *md, in virtio_mem_pci_fill_device_info()
101 static uint64_t virtio_mem_pci_get_min_alignment(const MemoryDeviceState *md) in virtio_mem_pci_get_min_alignment()
H A Dvirtio-pmem-pci.c29 static void virtio_pmem_pci_set_addr(MemoryDeviceState *md, uint64_t addr, in virtio_pmem_pci_set_addr()
35 static uint64_t virtio_pmem_pci_get_addr(const MemoryDeviceState *md) in virtio_pmem_pci_get_addr()
41 static MemoryRegion *virtio_pmem_pci_get_memory_region(MemoryDeviceState *md, in virtio_pmem_pci_get_memory_region()
51 static uint64_t virtio_pmem_pci_get_plugged_size(const MemoryDeviceState *md, in virtio_pmem_pci_get_plugged_size()
63 static void virtio_pmem_pci_fill_device_info(const MemoryDeviceState *md, in virtio_pmem_pci_fill_device_info()
H A Dvirtio-md-pci.c23 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_md_pci_pre_plug() local
51 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_md_pci_plug() local
114 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_md_pci_unplug() local
/openbmc/qemu/hw/mem/
H A Dmemory-device.c23 static bool memory_device_is_empty(const MemoryDeviceState *md) in memory_device_is_empty()
71 static unsigned int memory_device_get_memslots(MemoryDeviceState *md) in memory_device_get_memslots()
173 static void memory_device_check_addable(MachineState *ms, MemoryDeviceState *md, in memory_device_check_addable()
257 const MemoryDeviceState *md = item->data; in memory_device_get_free_addr() local
305 const MemoryDeviceState *md = MEMORY_DEVICE(item->data); in qmp_memory_device_list() local
326 const MemoryDeviceState *md = MEMORY_DEVICE(obj); in memory_device_plugged_size() local
347 void memory_device_pre_plug(MemoryDeviceState *md, MachineState *ms, in memory_device_pre_plug()
410 void memory_device_plug(MemoryDeviceState *md, MachineState *ms) in memory_device_plug()
442 void memory_device_unplug(MemoryDeviceState *md, MachineState *ms) in memory_device_unplug()
470 uint64_t memory_device_get_region_size(const MemoryDeviceState *md, in memory_device_get_region_size()
H A Dpc-dimm.c232 static uint64_t pc_dimm_md_get_addr(const MemoryDeviceState *md) in pc_dimm_md_get_addr()
238 static void pc_dimm_md_set_addr(MemoryDeviceState *md, uint64_t addr, in pc_dimm_md_set_addr()
244 static MemoryRegion *pc_dimm_md_get_memory_region(MemoryDeviceState *md, in pc_dimm_md_get_memory_region()
250 static void pc_dimm_md_fill_device_info(const MemoryDeviceState *md, in pc_dimm_md_fill_device_info()
/openbmc/ipmitool/src/plugins/lan/
H A Dauth.c69 static uint8_t md[16]; in ipmi_auth_md5() local
133 static uint8_t md[16]; in ipmi_auth_md2() local
170 static uint8_t md[16]; in ipmi_auth_special() local
/openbmc/qemu/target/ppc/
H A Dppc-qmp-cmds.c36 static target_long monitor_get_ccr(Monitor *mon, const struct MonitorDef *md, in monitor_get_ccr()
47 static target_long monitor_get_xer(Monitor *mon, const struct MonitorDef *md, in monitor_get_xer()
54 static target_long monitor_get_decr(Monitor *mon, const struct MonitorDef *md, in monitor_get_decr()
64 static target_long monitor_get_tbu(Monitor *mon, const struct MonitorDef *md, in monitor_get_tbu()
74 static target_long monitor_get_tbl(Monitor *mon, const struct MonitorDef *md, in monitor_get_tbl()
/openbmc/qemu/target/sparc/
H A Dmonitor.c43 static target_long monitor_get_psr(Monitor *mon, const struct MonitorDef *md, in monitor_get_psr()
52 static target_long monitor_get_reg(Monitor *mon, const struct MonitorDef *md, in monitor_get_reg()
/openbmc/u-boot/drivers/clk/renesas/
H A Dr8a7792-cpg-mssr.c175 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 12) | \ argument
H A Dr8a7790-cpg-mssr.c231 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 12) | \ argument
H A Dr8a7791-cpg-mssr.c227 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 12) | \ argument
H A Dr8a7794-cpg-mssr.c207 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 13) | \ argument
H A Dr8a77995-cpg-mssr.c187 #define CPG_PLL_CONFIG_INDEX(md) (((md) & BIT(19)) >> 19) argument
H A Dr8a7795-cpg-mssr.c292 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 11) | \ argument
H A Dr8a77990-cpg-mssr.c249 #define CPG_PLL_CONFIG_INDEX(md) (((md) & BIT(19)) >> 19) argument
H A Dr8a7796-cpg-mssr.c265 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 11) | \ argument
H A Dr8a77970-cpg-mssr.c165 #define CPG_PLL_CONFIG_INDEX(md) ((((md) & BIT(14)) >> 12) | \ argument
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c387 struct nand_bbt_descr *td, struct nand_bbt_descr *md) in read_abs_bbts()
595 struct nand_bbt_descr *md) in search_read_bbts()
616 struct nand_bbt_descr *td, struct nand_bbt_descr *md, in write_bbt()
841 struct nand_bbt_descr *md = this->bbt_md; in check_create() local
1079 struct nand_bbt_descr *md = this->bbt_md; in nand_scan_bbt() local
1153 struct nand_bbt_descr *md = this->bbt_md; in nand_update_bbt() local
/openbmc/ipmitool/src/plugins/lanplus/
H A Dlanplus_crypt_impl.c118 uint8_t *md, in lanplus_HMAC()
/openbmc/qemu/monitor/
H A Dhmp-target.c90 const MonitorDef *md = target_monitor_defs(); in get_monitor_def() local
/openbmc/qemu/hw/hyperv/
H A Dhv-balloon.c1611 static uint64_t hv_balloon_md_get_addr(const MemoryDeviceState *md) in hv_balloon_md_get_addr()
1617 static void hv_balloon_md_set_addr(MemoryDeviceState *md, uint64_t addr, in hv_balloon_md_set_addr()
1623 static MemoryRegion *hv_balloon_md_get_memory_region(MemoryDeviceState *md, in hv_balloon_md_get_memory_region()
1637 static uint64_t hv_balloon_md_get_min_alignment(const MemoryDeviceState *md) in hv_balloon_md_get_min_alignment()
1656 static void hv_balloon_md_fill_device_info(const MemoryDeviceState *md, in hv_balloon_md_fill_device_info()
1681 static void hv_balloon_decide_memslots(MemoryDeviceState *md, in hv_balloon_decide_memslots()
1712 static unsigned int hv_balloon_get_memslots(MemoryDeviceState *md) in hv_balloon_get_memslots()
/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Datmel_mpddrc.h20 u32 md; member
36 u32 md; /* 0x20: Memory Device Register */ member

12