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

/linux-master/arch/mips/cavium-octeon/executive/
H A Dcvmx-l2c.c466 uint32_t tag_addr; local
469 tag_addr = ((address >> CVMX_L2C_TAG_ADDR_ALIAS_SHIFT) & ((1 << CVMX_L2C_TAG_ADDR_ALIAS_SHIFT) - 1));
480 if (tag.s.V && (tag.s.addr == tag_addr)) {
488 uint32_t tag_addr; local
493 tag_addr = ((address >> CVMX_L2C_TAG_ADDR_ALIAS_SHIFT) & ((1 << CVMX_L2C_TAG_ADDR_ALIAS_SHIFT) - 1));
497 if (tag.s.V && (tag.s.addr == tag_addr)) {
635 "ld %[tag_val], 0(%[tag_addr])\n\t" /* Read L2C tag data */
641 : [dbg_addr] "r" (dbg_addr), [dbg_val] "r" (debug_val), [tag_addr] "r" (debug_tag_addr)
/linux-master/drivers/md/
H A Ddm-integrity.c2088 char *tag_addr; local
2091 tag_addr = bvec_virt(&biv);
2093 memcpy(tag_ptr, tag_addr, tag_now);
2095 memcpy(tag_addr, tag_ptr, tag_now);

Completed in 145 milliseconds