Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/lib/
Dstring_32.S18 CACHELINE_MASK = (L1_CACHE_BYTES-1) define
42 xori r0, r7, CACHELINE_MASK & ~3
Dcopy_32.S66 CACHELINE_MASK = (L1_CACHE_BYTES-1) define
118 xori r0,r7,CACHELINE_MASK & ~3
185 andi. r0,r0,CACHELINE_MASK /* # bytes to start of cache line */
331 andi. r0,r0,CACHELINE_MASK /* # bytes to start of cache line */
Dchecksum_32.S125 CACHELINE_MASK = (L1_CACHE_BYTES-1) define
133 andi. r0,r0,CACHELINE_MASK /* # bytes to start of cache line */
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic79xx_reg.h_shipped1800 #define CACHELINE_MASK 0x07
Daic79xx.reg4276 const CACHELINE_MASK download
Daic79xx.seq462 test SINDEX, CACHELINE_MASK jz fill_qoutfifo_done;
Daic79xx_core.c9361 download_consts[CACHELINE_MASK] = cacheline_mask; in ahd_loadseq()