Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/powerpc/kvm/
Dbook3s_hv_rmhandlers.S1938 .long DOTSYM(kvmppc_h_remove) - hcall_real_table
1939 .long DOTSYM(kvmppc_h_enter) - hcall_real_table
1940 .long DOTSYM(kvmppc_h_read) - hcall_real_table
1941 .long DOTSYM(kvmppc_h_clear_mod) - hcall_real_table
1942 .long DOTSYM(kvmppc_h_clear_ref) - hcall_real_table
1943 .long DOTSYM(kvmppc_h_protect) - hcall_real_table
1944 .long DOTSYM(kvmppc_h_get_tce) - hcall_real_table
1945 .long DOTSYM(kvmppc_h_put_tce) - hcall_real_table
1947 .long DOTSYM(kvmppc_h_set_dabr) - hcall_real_table
1963 .long DOTSYM(kvmppc_rm_h_eoi) - hcall_real_table
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Dppc_asm.h227 #define DOTSYM(a) a macro
264 #define DOTSYM(a) GLUE(.,a) macro