Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/ !
Dsys_ni.c19 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/ !
Dunistd.h386 #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/ !
Dunistd.h382 #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/ !
Dunistd_32.h413 #ifndef cond_syscall
414 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
Dunistd_64.h433 #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/ !
Dunistd_32.h392 #ifndef cond_syscall
393 #define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall") macro
Dunistd_64.h720 #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/ !
Dunistd.h392 #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/ !
Dunistd.h341 #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/ !
Dunistd.h453 #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/ !
Dunistd.h362 #define cond_syscall(name) \ macro
/linux-2.6.39/arch/ia64/include/asm/ !
Dunistd.h377 #define cond_syscall(x) asmlinkage long x (void) __attribute__((weak,alias("sys_ni_syscall"))) macro
/linux-2.6.39/arch/s390/include/asm/ !
Dunistd.h423 #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/ !
Dunistd.h424 #define cond_syscall(x) \ macro
/linux-2.6.39/arch/sparc/include/asm/ !
Dunistd.h455 #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/ !
Dunistd.h381 #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/ !
Dunistd.h388 #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/ !
Dunistd.h429 #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/ !
Dunistd.h485 #define cond_syscall(x) asm(".weak\t" #x "\n" #x " = sys_ni_syscall") macro
/linux-2.6.39/include/asm-generic/ !
Dunistd.h889 #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/ !
Dunistd.h474 #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/ !
Dunistd.h715 #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/ !
Dunistd.h1001 #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/ !
Dunistd.h1076 #define cond_syscall(x) asm(".weak\t" #x "\n" #x "\t=\tsys_ni_syscall") macro