HomeSort by: relevance | last modified time | path
    Searched defs:mp_map (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x86/x86/
mpbios.c 164 struct mp_map struct
181 struct mp_map *);
209 static const void *mpbios_map(paddr_t, int, struct mp_map *);
210 static void mpbios_unmap(struct mp_map *);
219 static struct mp_map mp_cfg_table_map;
220 static struct mp_map mp_fp_map;
254 mpbios_map(paddr_t pa, int len, struct mp_map *handle)
278 mpbios_unmap(struct mp_map *handle)
298 struct mp_map t;
437 struct mp_map *map
    [all...]
mpbios.c 164 struct mp_map struct
181 struct mp_map *);
209 static const void *mpbios_map(paddr_t, int, struct mp_map *);
210 static void mpbios_unmap(struct mp_map *);
219 static struct mp_map mp_cfg_table_map;
220 static struct mp_map mp_fp_map;
254 mpbios_map(paddr_t pa, int len, struct mp_map *handle)
278 mpbios_unmap(struct mp_map *handle)
298 struct mp_map t;
437 struct mp_map *map
    [all...]

Completed in 29 milliseconds