Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Dmpbios.c164 struct mp_map struct
181 struct mp_map *); argument
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) in mpbios_map()
278 mpbios_unmap(struct mp_map *handle) in mpbios_unmap()
298 struct mp_map t; in mpbios_probe()
437 struct mp_map *map) in mpbios_search()
[all …]