Home
last modified time | relevance | path

Searched defs:round_line (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/arch/mips/mips/
H A Dcache_tx39.c58 #define round_line(x) (((x) + 15) & ~15) macro
88 #define round_line(x) (((x) + 3) & ~3) macro
148 #define round_line(x) (((x) + 15) & ~15) macro
H A Dcache_r10k.c79 #define round_line(x) (((x) + 64 - 1) & ~(64 - 1)) macro
155 #define round_line(x) (((x) + 32 - 1) & ~(32 - 1)) macro
241 #define round_line(x) (((x) + mci->mci_sdcache_line_size - 1) & ~(mci->mci_sdcache_line_size - 1)) macro
H A Dcache_r3k.c55 #define round_line(x) (((x) + 31) & ~31) macro
H A Dcache_mipsNN.c51 #define round_line(x,n) (((x) + (n) - 1) & -(n)) macro
H A Dcache_ls2.c50 #define round_line(x) (((x) + 31) & ~31) macro
H A Dcache_r5k.c85 #define round_line(x,n) (((x) + (register_t)(n) - 1) & -(register_t)(n)) macro
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dcache.c46 #define round_line(x) (((x) + (CACHELINESIZE - 1)) & ~(CACHELINESIZE - 1)) macro
/netbsd-src/sys/arch/sh3/sh3/
H A Dcache_sh3.c43 #define round_line(x) (((x) + 15) & ~15) macro
H A Dcache_sh4.c44 #define round_line(x) (((x) + 31) & ~31) macro