Home
last modified time | relevance | path

Searched refs:CACHELINE_MASK (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/powerpc/lib/
H A Dstring_32.S18 CACHELINE_MASK = (L1_CACHE_BYTES-1) define
42 xori r0, r7, CACHELINE_MASK & ~3
H A Dcopy_32.S63 CACHELINE_MASK = (L1_CACHE_BYTES-1) define
115 xori r0,r7,CACHELINE_MASK & ~3
182 andi. r0,r0,CACHELINE_MASK /* # bytes to start of cache line */
328 andi. r0,r0,CACHELINE_MASK /* # bytes to start of cache line */
H A Dchecksum_32.S122 CACHELINE_MASK = (L1_CACHE_BYTES-1) define
130 andi. r0,r0,CACHELINE_MASK /* # bytes to start of cache line */
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_reg.h_shipped1800 #define CACHELINE_MASK 0x07
H A Daic79xx.reg4276 const CACHELINE_MASK download
H A Daic79xx.seq462 test SINDEX, CACHELINE_MASK jz fill_qoutfifo_done;
H A Daic79xx_core.c9357 download_consts[CACHELINE_MASK] = cacheline_mask; in ahd_loadseq()