/linux-2.6.39/kernel/ ! |
D | sys_ni.c | 19 cond_syscall(sys_nfsservctl); 20 cond_syscall(sys_quotactl); 21 cond_syscall(sys32_quotactl); 22 cond_syscall(sys_acct); 23 cond_syscall(sys_lookup_dcookie); 24 cond_syscall(sys_swapon); 25 cond_syscall(sys_swapoff); 26 cond_syscall(sys_kexec_load); 27 cond_syscall(compat_sys_kexec_load); 28 cond_syscall(sys_init_module); [all …]
|
/linux-2.6.39/arch/m32r/include/asm/ ! |
D | unistd.h | 386 #ifndef cond_syscall 387 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/frv/include/asm/ ! |
D | unistd.h | 382 #ifndef cond_syscall 383 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/sh/include/asm/ ! |
D | unistd_32.h | 413 #ifndef cond_syscall 414 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
D | unistd_64.h | 433 #ifndef cond_syscall 434 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/x86/include/asm/ ! |
D | unistd_32.h | 392 #ifndef cond_syscall 393 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
D | unistd_64.h | 720 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/mn10300/include/asm/ ! |
D | unistd.h | 392 #ifndef cond_syscall 393 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall"); macro
|
/linux-2.6.39/arch/avr32/include/asm/ ! |
D | unistd.h | 341 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall"); macro
|
/linux-2.6.39/arch/blackfin/include/asm/ ! |
D | unistd.h | 453 #define cond_syscall(x) asm(".weak\t_" #x "\n\t.set\t_" #x ",_sys_ni_syscall"); macro
|
/linux-2.6.39/arch/h8300/include/asm/ ! |
D | unistd.h | 362 #define cond_syscall(name) \ macro
|
/linux-2.6.39/arch/ia64/include/asm/ ! |
D | unistd.h | 377 #define cond_syscall(x) asmlinkage long x (void) __attribute__((weak,alias("sys_ni_syscall"))) macro
|
/linux-2.6.39/arch/s390/include/asm/ ! |
D | unistd.h | 423 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/powerpc/include/asm/ ! |
D | unistd.h | 424 #define cond_syscall(x) \ macro
|
/linux-2.6.39/arch/sparc/include/asm/ ! |
D | unistd.h | 455 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/cris/include/asm/ ! |
D | unistd.h | 381 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/m68k/include/asm/ ! |
D | unistd.h | 388 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/microblaze/include/asm/ ! |
D | unistd.h | 429 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall"); macro
|
/linux-2.6.39/arch/alpha/include/asm/ ! |
D | unistd.h | 485 #define cond_syscall(x) asm(".weak\t" #x "\n" #x " = sys_ni_syscall") macro
|
/linux-2.6.39/include/asm-generic/ ! |
D | unistd.h | 889 #ifndef cond_syscall 890 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/arm/include/asm/ ! |
D | unistd.h | 474 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/xtensa/include/asm/ ! |
D | unistd.h | 715 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall"); macro
|
/linux-2.6.39/arch/parisc/include/asm/ ! |
D | unistd.h | 1001 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
|
/linux-2.6.39/arch/mips/include/asm/ ! |
D | unistd.h | 1076 #define cond_syscall(x) asm(".weak\t" #x "\n" #x "\t=\tsys_ni_syscall") macro
|