Searched refs:mcount (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/arch/sparc64/lib/ |
D | mcount.S | 33 .globl mcount 34 mcount: label
|
D | Makefile | 16 dec_and_lock.o mcount.o
|
/linux-2.4.37.9/drivers/ide/legacy/ |
D | pdc4030.c | 551 int promise_multwrite (ide_drive_t *drive, unsigned int mcount) in promise_multwrite() argument 563 if (nsect > mcount) in promise_multwrite() 564 nsect = mcount; in promise_multwrite() 565 mcount -= nsect; in promise_multwrite() 584 mcount = 0; in promise_multwrite() 601 } while (mcount); in promise_multwrite()
|
/linux-2.4.37.9/arch/sparc64/kernel/ |
D | sparc64_ksyms.c | 138 extern void mcount(void); 139 EXPORT_SYMBOL_NOVERS(mcount);
|
/linux-2.4.37.9/arch/ppc/xmon/ |
D | xmon.c | 1458 static unsigned mcount; /* # bytes to affect */ variable 1470 scanhex(&mcount); in memops() 1473 memmove((void *)mdest, (void *)msrc, mcount); in memops() 1476 memset((void *)mdest, mval, mcount); in memops() 1482 memdiffs((unsigned char *)mdest, (unsigned char *)msrc, mcount, mdiffs); in memops()
|
/linux-2.4.37.9/arch/ppc64/xmon/ |
D | xmon.c | 1815 static unsigned long mcount; /* # bytes to affect */ variable 1827 scanhex((void *)&mcount); in memops() 1830 memmove((void *)mdest, (void *)msrc, mcount); in memops() 1833 memset((void *)mdest, mval, mcount); in memops() 1839 memdiffs((unsigned char *)mdest, (unsigned char *)msrc, mcount, mdiffs); in memops()
|
/linux-2.4.37.9/drivers/ide/ |
D | ide-disk.c | 266 int ide_multwrite (ide_drive_t *drive, unsigned int mcount) in ide_multwrite() argument 276 if (nsect > mcount) in ide_multwrite() 277 nsect = mcount; in ide_multwrite() 278 mcount -= nsect; in ide_multwrite() 291 mcount = 0; in ide_multwrite() 306 } while (mcount); in ide_multwrite()
|