Home
last modified time | relevance | path

Searched refs:copy_from_user_nmi (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dusercopy.c17 copy_from_user_nmi(void *to, const void __user *from, unsigned long n) in copy_from_user_nmi() function
38 EXPORT_SYMBOL_GPL(copy_from_user_nmi);
/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A Dbacktrace.c30 bytes = copy_from_user_nmi(bufhead, head, sizeof(bufhead)); in dump_user_backtrace_32()
76 bytes = copy_from_user_nmi(bufhead, head, sizeof(bufhead)); in dump_user_backtrace()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dperf_event.h514 #define arch_perf_out_copy_user copy_from_user_nmi
H A Duaccess.h434 copy_from_user_nmi(void *to, const void __user *from, unsigned long n);
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Ddumpstack.c97 return copy_from_user_nmi(buf, (void __user *)src, nbytes); in copy_code()
/OK3568_Linux_fs/kernel/arch/x86/events/intel/
H A Dlbr.c1214 bytes_left = copy_from_user_nmi(buf, (void __user *)from, in branch_type()
H A Dds.c1254 bytes = copy_from_user_nmi(buf, (void __user *)to, size); in intel_pmu_pebs_fixup_ip()