Searched refs:half_scache_line_size (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dpg-r4k.c28 #define half_scache_line_size() (cpu_scache_line_size() >> 1) macro
395 } while (store_offset < half_scache_line_size());
403 } while ((store_offset - loop_start) < half_scache_line_size());
415 } while ((store_offset - loop_start) < half_scache_line_size());
423 } while ((store_offset - loop_start) < half_scache_line_size());
462 } while ((store_offset - loop_start) < half_scache_line_size());
475 } while ((store_offset - loop_start) < half_scache_line_size());
491 } while ((store_offset - loop_start) < half_scache_line_size());
504 } while ((store_offset - loop_start) < half_scache_line_size());

Completed in 80 milliseconds