Searched refs:PAMMemoryRegion (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/pci-host/ |
H A D | pam.h | 85 typedef struct PAMMemoryRegion { struct 88 } PAMMemoryRegion; argument 90 void init_pam(PAMMemoryRegion *mem, Object *owner, MemoryRegion *ram, 93 void pam_update(PAMMemoryRegion *mem, int idx, uint8_t val);
|
H A D | i440fx.h | 30 PAMMemoryRegion pam_regions[PAM_REGIONS_COUNT];
|
H A D | q35.h | 47 PAMMemoryRegion pam_regions[PAM_REGIONS_COUNT];
|
/openbmc/qemu/hw/pci-host/ |
H A D | pam.c | 33 void init_pam(PAMMemoryRegion *mem, Object *owner, MemoryRegion *ram_memory, in init_pam() 63 void pam_update(PAMMemoryRegion *pam, int idx, uint8_t val) in pam_update()
|