Home
last modified time | relevance | path

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

/mirbsd/src/sys/arch/i386/i386/
Dmachdep.c290 int bus_mem_add_mapping(bus_addr_t, bus_size_t,
3158 error = bus_mem_add_mapping(bpa, size, cacheable, bshp);
3191 return (bus_mem_add_mapping(bpa, size, cacheable, bshp));
3252 error = bus_mem_add_mapping(bpa, size, cacheable, bshp);
3268 bus_mem_add_mapping(bpa, size, cacheable, bshp) in bus_mem_add_mapping() function