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

  /src/sys/arch/mipsco/mipsco/
bus_space.c 50 bst->bs_pbase = paddr;
139 *pap = bst->bs_pbase + (bsh - bst->bs_vbase);
180 return (mips_btop(bst->bs_pbase + (addr - bst->bs_start) + off));
  /src/sys/arch/arc/arc/
bus_space_sparse.c 80 * XXX - `bst->bs_pbase' must be page aligned,
83 paddr_t start = bst->bs_pbase + mips_trunc_page(offset);
84 paddr_t end = bst->bs_pbase + mips_round_page(offset + size);
bus_space_large.c 86 pa = bst->bs_pbase + (addr - bst->bs_start);
bus_space.c 321 bst->bs_pbase = paddr;
441 *pap = bst->bs_pbase + (bsh - bst->bs_vbase);
479 addr = (bus_size_t)(pa - bst->bs_pbase) + bst->bs_start;
508 return mips_btop(bst->bs_pbase + (addr - bst->bs_start) + off);
  /src/sys/arch/arc/include/
bus_defs.h 125 paddr_t bs_pbase; member in struct:arc_bus_space
  /src/sys/arch/mipsco/include/
bus.h 122 paddr_t bs_pbase; member in struct:mipsco_bus_space

Completed in 16 milliseconds