Searched refs:magic_eaddr (Results 1 – 1 of 1) sorted by relevance
329 unsigned long long magic_eaddr, magic_eaddr_end; in sh64_dcache_purge_coloured_phy_page() local337 magic_eaddr = magic_page_start; in sh64_dcache_purge_coloured_phy_page()338 magic_eaddr_end = magic_eaddr + PAGE_SIZE; in sh64_dcache_purge_coloured_phy_page()340 while (magic_eaddr < magic_eaddr_end) { in sh64_dcache_purge_coloured_phy_page()344 __asm__ __volatile__ ("ocbp %0, 0" : : "r" (magic_eaddr)); in sh64_dcache_purge_coloured_phy_page()345 magic_eaddr += L1_CACHE_BYTES; in sh64_dcache_purge_coloured_phy_page()