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

  /src/sys/arch/powerpc/oea/
oea_machdep.c 822 const register_t bat_inc = BAT_IDX2VA(1); local in function:oea_batinit
824 paddr_t paddr = mp->start & -bat_inc;
825 paddr_t end = roundup2(mp->start + mp->size, bat_inc);
831 while (mp[1].size && end == (mp[1].start & -bat_inc)) {
833 end = roundup2(mp->start + mp->size, bat_inc);
851 KASSERT(size >= bat_inc);
oea_machdep.c 822 const register_t bat_inc = BAT_IDX2VA(1); local in function:oea_batinit
824 paddr_t paddr = mp->start & -bat_inc;
825 paddr_t end = roundup2(mp->start + mp->size, bat_inc);
831 while (mp[1].size && end == (mp[1].start & -bat_inc)) {
833 end = roundup2(mp->start + mp->size, bat_inc);
851 KASSERT(size >= bat_inc);

Completed in 23 milliseconds