Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dxmon.c68 static unsigned long adrs; variable
1086 if (!scanhex(&adrs)) in csum()
1092 if (mread(adrs+i, &v, 1) == 0) { in csum()
1093 printf("csum stopped at "REG"\n", adrs+i); in csum()
1543 scanhex((void *)&adrs); in cacheflush()
1554 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
1555 cflush((void *) adrs); in cacheflush()
1557 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
1558 cinval((void *) adrs); in cacheflush()
1684 mread(unsigned long adrs, void *buf, int size) in mread() argument
[all …]