Home
last modified time | relevance | path

Searched refs:DOTSYM (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/powerpc/kernel/
Dsystbl.S20 #define SYSCALL(func) .llong DOTSYM(sys_##func),DOTSYM(sys_##func)
21 #define COMPAT_SYS(func) .llong DOTSYM(sys_##func),DOTSYM(compat_sys_##func)
22 #define PPC_SYS(func) .llong DOTSYM(ppc_##func),DOTSYM(ppc_##func)
23 #define OLDSYS(func) .llong DOTSYM(sys_ni_syscall),DOTSYM(sys_ni_syscall)
24 #define SYS32ONLY(func) .llong DOTSYM(sys_ni_syscall),DOTSYM(compat_sys_##func)
25 #define PPC64ONLY(func) .llong DOTSYM(ppc_##func),DOTSYM(sys_ni_syscall)
26 #define SYSX(f, f3264, f32) .llong DOTSYM(f),DOTSYM(f3264)
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S1832 .long DOTSYM(kvmppc_h_remove) - hcall_real_table
1833 .long DOTSYM(kvmppc_h_enter) - hcall_real_table
1834 .long DOTSYM(kvmppc_h_read) - hcall_real_table
1837 .long DOTSYM(kvmppc_h_protect) - hcall_real_table
1838 .long DOTSYM(kvmppc_h_get_tce) - hcall_real_table
1839 .long DOTSYM(kvmppc_h_put_tce) - hcall_real_table
1841 .long DOTSYM(kvmppc_h_set_dabr) - hcall_real_table
1857 .long DOTSYM(kvmppc_rm_h_eoi) - hcall_real_table
1858 .long DOTSYM(kvmppc_rm_h_cppr) - hcall_real_table
1859 .long DOTSYM(kvmppc_rm_h_ipi) - hcall_real_table
[all …]
/linux-4.1.27/arch/powerpc/include/asm/
Dppc_asm.h227 #define DOTSYM(a) a macro
264 #define DOTSYM(a) GLUE(.,a) macro