Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmem_cache.c478 uint64_t start_paddr, end_paddr; in tag_addr_collides() local
481 start_paddr = va_to_pa((void *)start_of_func); in tag_addr_collides()
487 start_paddr &= PN_L2_INDEX_MASK; in tag_addr_collides()
494 start_paddr &= PN_L3_TAG_RD_MASK; in tag_addr_collides()
505 if ((tag_addr > (start_paddr - 0x100)) && in tag_addr_collides()
511 type_str, (uint32_t)tag_addr, (uint32_t)start_paddr, in tag_addr_collides()