mp_map
const void *mpbios_search(struct device *, paddr_t, int, struct mp_map *);
const void *mpbios_map(paddr_t, int, struct mp_map *);
void mpbios_unmap(struct mp_map *);
static struct mp_map mp_cfg_table_map;
static struct mp_map mp_fp_map;
mpbios_map(paddr_t pa, int len, struct mp_map *handle)
mpbios_unmap(struct mp_map *handle)
struct mp_map t;
mpbios_search(struct device *self, paddr_t start, int count, struct mp_map *map)
struct mp_map t;
const void *mpbios_search(struct device *, paddr_t, int, struct mp_map *);
const void *mpbios_map(paddr_t, int, struct mp_map *);
void mpbios_unmap(struct mp_map *);
static struct mp_map mp_cfg_table_map;
static struct mp_map mp_fp_map;
mpbios_map(paddr_t pa, int len, struct mp_map *handle)
mpbios_unmap(struct mp_map *handle)
struct mp_map t;
mpbios_search(struct device *self, paddr_t start, int count, struct mp_map *map)
struct mp_map t;