Searched refs:init_pam (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/pci-host/ |
H A D | pam.h | 90 void init_pam(PAMMemoryRegion *mem, Object *owner, MemoryRegion *ram,
|
/openbmc/qemu/hw/pci-host/ |
H A D | pam.c | 33 void init_pam(PAMMemoryRegion *mem, Object *owner, MemoryRegion *ram_memory, in init_pam() function
|
H A D | i440fx.c | 300 init_pam(&f->pam_regions[0], OBJECT(d), s->ram_memory, s->system_memory, in i440fx_pcihost_realize() 303 init_pam(&f->pam_regions[i + 1], OBJECT(d), s->ram_memory, in i440fx_pcihost_realize()
|
H A D | q35.c | 584 init_pam(&mch->pam_regions[0], OBJECT(mch), mch->ram_memory, in mch_realize() 588 init_pam(&mch->pam_regions[i + 1], OBJECT(mch), mch->ram_memory, in mch_realize()
|