Searched refs:debug_vectors (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dpmon.h31 extern struct callvectors *debug_vectors;
33 #define pmon_open(name, flags, mode) debug_vectors->open(name, flage, mode)
34 #define pmon_close(fd) debug_vectors->close(fd)
35 #define pmon_read(fd, buf, count) debug_vectors->read(fd, buf, count)
36 #define pmon_write(fd, buf, count) debug_vectors->write(fd, buf, count)
37 #define pmon_lseek(fd, off, whence) debug_vectors->lseek(fd, off, whence)
38 #define pmon_printf(fmt...) debug_vectors->printf(fmt)
39 #define pmon_cacheflush() debug_vectors->cacheflush()
40 #define pmon_gets(s) debug_vectors->gets(s)
41 #define pmon_cpustart(n, f, sp, gp) debug_vectors
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dpmon.h31 extern struct callvectors *debug_vectors;
33 #define pmon_open(name, flags, mode) debug_vectors->open(name, flage, mode)
34 #define pmon_close(fd) debug_vectors->close(fd)
35 #define pmon_read(fd, buf, count) debug_vectors->read(fd, buf, count)
36 #define pmon_write(fd, buf, count) debug_vectors->write(fd, buf, count)
37 #define pmon_lseek(fd, off, whence) debug_vectors->lseek(fd, off, whence)
38 #define pmon_printf(fmt...) debug_vectors->printf(fmt)
39 #define pmon_cacheflush() debug_vectors->cacheflush()
40 #define pmon_gets(s) debug_vectors->gets(s)
41 #define pmon_cpustart(n, f, sp, gp) debug_vectors
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/gt64120/momenco_ocelot/
H A Dprom.c19 struct callvectors* debug_vectors; variable in typeref:struct:callvectors
38 debug_vectors = cv;
62 debug_vectors->printf("Booting Linux kernel...\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/momentum/ocelot_3/
H A Dprom.c33 struct callvectors* debug_vectors; variable in typeref:struct:callvectors
109 debug_vectors = (struct callvectors *)signext((unsigned long)cv);
150 debug_vectors = cv;
179 debug_vectors->printf("Booting Linux kernel...\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/momentum/ocelot_c/
H A Dprom.c29 struct callvectors* debug_vectors; variable in typeref:struct:callvectors
109 debug_vectors = (struct callvectors *)signext((unsigned long)cv);
148 debug_vectors = cv;
177 debug_vectors->printf("Booting Linux kernel...\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/pmc-sierra/yosemite/
H A Dprom.c34 struct callvectors *debug_vectors; variable in typeref:struct:callvectors
97 debug_vectors = cv;

Completed in 60 milliseconds