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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dphysmem.c99 extern int __syscall_stub_start;
122 os_seek_file(physmem_fd, __pa(&__syscall_stub_start));
123 os_write_file(physmem_fd, &__syscall_stub_start, PAGE_SIZE);
H A Duml.lds.S49 __syscall_stub_start = .; define
H A Ddyn.lds.S74 __syscall_stub_start = .; define
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/skas/
H A Dmmu.c21 extern int __syscall_stub_start;
93 (unsigned long) &__syscall_stub_start);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c176 extern int __syscall_stub_start;
197 fd = phys_mapping(to_phys(&__syscall_stub_start), &offset);
223 (unsigned long) &__syscall_stub_start;
368 (unsigned long) &__syscall_stub_start;
450 int code_fd = phys_mapping(to_phys((void *) &__syscall_stub_start),
H A Dmem.c30 extern unsigned long batch_syscall_stub, __syscall_stub_start;
51 (unsigned long) &__syscall_stub_start);

Completed in 109 milliseconds