HomeSort by: relevance | last modified time | path
    Searched refs:pbs_copy (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/or1k/include/
bus_funcs.h 464 ((*(t)->pbs_copy->pbsc_copy_1)((t), (h1), (o1), (h2), (o2), (c)))
466 ((*(t)->pbs_copy->pbsc_copy_2)((t), (h1), (o1), (h2), (o2), (c)))
468 ((*(t)->pbs_copy->pbsc_copy_4)((t), (h1), (o1), (h2), (o2), (c)))
470 ((*(t)->pbs_copy->pbsc_copy_8)((t), (h1), (o1), (h2), (o2), (c)))
bus_defs.h 211 const struct or1k_bus_space_copy *pbs_copy; member in struct:or1k_bus_space
  /src/sys/arch/powerpc/include/
bus_funcs.h 471 ((*(t)->pbs_copy->pbsc_copy_1)((t), (h1), (o1), (h2), (o2), (c)))
473 ((*(t)->pbs_copy->pbsc_copy_2)((t), (h1), (o1), (h2), (o2), (c)))
475 ((*(t)->pbs_copy->pbsc_copy_4)((t), (h1), (o1), (h2), (o2), (c)))
477 ((*(t)->pbs_copy->pbsc_copy_8)((t), (h1), (o1), (h2), (o2), (c)))
bus_defs.h 222 const struct powerpc_bus_space_copy *pbs_copy; member in struct:powerpc_bus_space
  /src/sys/arch/powerpc/powerpc/
bus_space.c 432 t->pbs_copy = &copy_strided_ops;
438 t->pbs_copy = &copy_ops;

Completed in 17 milliseconds