Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci-host/
H A Di440fx.h30 PAMMemoryRegion pam_regions[PAM_REGIONS_COUNT];
H A Dpam.h83 #define PAM_REGIONS_COUNT 13 macro
H A Dq35.h47 PAMMemoryRegion pam_regions[PAM_REGIONS_COUNT];
/openbmc/qemu/hw/pci-host/
H A Dpam.c65 assert(0 <= idx && idx < PAM_REGIONS_COUNT); in pam_update()