Home
last modified time | relevance | path

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

/arch/powerpc/xmon/
Dxmon.c66 static unsigned long adrs; variable
1061 if (!scanhex(&adrs)) in csum()
1067 if (mread(adrs+i, &v, 1) == 0) { in csum()
1068 printf("csum stopped at %x\n", adrs+i); in csum()
1519 scanhex((void *)&adrs); in cacheflush()
1530 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
1531 cflush((void *) adrs); in cacheflush()
1533 for (; nflush > 0; --nflush, adrs += L1_CACHE_BYTES) in cacheflush()
1534 cinval((void *) adrs); in cacheflush()
1660 mread(unsigned long adrs, void *buf, int size) in mread() argument
[all …]