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

  /src/sys/arch/bebox/stand/boot/
io.c 125 uint32_t bnd; local in function:_wbinv
128 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size)
136 uint32_t bnd, off; local in function:_inv
150 bnd = adr + siz;
151 off = bnd & (dcache_line_size - 1);
154 asm volatile("dcbf 0,%0" :: "r"(bnd) : "memory"); /* it's OK */
159 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) {
  /src/sys/arch/prep/stand/boot/
io.c 107 uint32_t bnd; local in function:_wbinv
110 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size)
118 uint32_t bnd, off; local in function:_inv
132 bnd = adr + siz;
133 off = bnd & (dcache_line_size - 1);
136 asm volatile("dcbf 0,%0" :: "r"(bnd) : "memory"); /* it's OK */
141 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size) {
  /src/sys/arch/sandpoint/stand/altboot/
brdsetup.c 1060 uint32_t bnd; local in function:_wb
1063 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size)
1071 uint32_t bnd; local in function:_wbinv
1074 for (bnd = adr + siz; adr < bnd; adr += dcache_line_size)
1082 uint32_t bnd, off; local in function:_inv
1096 bnd = adr + siz;
1097 off = bnd & (dcache_line_size - 1);
1100 asm volatile("dcbf 0,%0" :: "r"(bnd) : "memory"); /* it's OK *
    [all...]

Completed in 13 milliseconds