Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/mips/
H A Dcache_tx39.c59 #define trunc_line(x) ((x) & ~15) macro
89 #define trunc_line(x) ((x) & ~3) macro
149 #define trunc_line(x) ((x) & ~15) macro
H A Dcache_r10k.c80 #define trunc_line(x) ((x) & ~(64 - 1)) macro
156 #define trunc_line(x) ((x) & ~(32 - 1)) macro
242 #define trunc_line(x) ((x) & ~(mci->mci_sdcache_line_size - 1)) macro
H A Dcache_r3k.c56 #define trunc_line(x) ((x) & ~31) macro
H A Dcache_mipsNN.c52 #define trunc_line(x,n) ((x) & -(n)) macro
H A Dcache_ls2.c51 #define trunc_line(x) ((x) & ~31) macro
H A Dcache_r5k.c86 #define trunc_line(x,n) ((x) & -(register_t)(n)) macro
/netbsd-src/sys/arch/cobalt/stand/boot/
H A Dcache.c47 #define trunc_line(x) ((x) & ~(CACHELINESIZE - 1)) macro
/netbsd-src/sys/arch/sh3/sh3/
H A Dcache_sh3.c44 #define trunc_line(x) ((x) & ~15) macro
H A Dcache_sh4.c45 #define trunc_line(x) ((x) & ~31) macro