Home
last modified time | relevance | path

Searched refs:PAMMemoryRegion (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/pci-host/
H A Dpam.h85 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 Di440fx.h30 PAMMemoryRegion pam_regions[PAM_REGIONS_COUNT];
H A Dq35.h47 PAMMemoryRegion pam_regions[PAM_REGIONS_COUNT];
/qemu/hw/pci-host/
H A Dpam.c33 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()