mcx_hwmem
struct mcx_hwmem sc_boot_pages;
struct mcx_hwmem sc_init_pages;
struct mcx_hwmem sc_regular_pages;
static int mcx_pages(struct mcx_softc *, struct mcx_hwmem *, uint16_t);
static int mcx_hwmem_alloc(struct mcx_softc *, struct mcx_hwmem *,
static void mcx_hwmem_free(struct mcx_softc *, struct mcx_hwmem *);
mcx_add_pages(struct mcx_softc *sc, struct mcx_hwmem *mhm, uint16_t func_id)
mcx_pages(struct mcx_softc *sc, struct mcx_hwmem *mhm, uint16_t type)
mcx_hwmem_alloc(struct mcx_softc *sc, struct mcx_hwmem *mhm, unsigned int pages)
mcx_hwmem_free(struct mcx_softc *sc, struct mcx_hwmem *mhm)