Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/lib/
Dusercopy.c18 copy_from_user_nmi(void *to, const void __user *from, unsigned long n) in copy_from_user_nmi() function
36 EXPORT_SYMBOL_GPL(copy_from_user_nmi);
/linux-4.4.14/arch/x86/oprofile/
Dbacktrace.c49 bytes = copy_from_user_nmi(bufhead, head, sizeof(bufhead)); in dump_user_backtrace_32()
95 bytes = copy_from_user_nmi(bufhead, head, sizeof(bufhead)); in dump_user_backtrace()
/linux-4.4.14/arch/x86/include/asm/
Dperf_event.h296 #define arch_perf_out_copy_user copy_from_user_nmi
Duaccess.h531 copy_from_user_nmi(void *to, const void __user *from, unsigned long n);
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_lbr.c675 bytes_left = copy_from_user_nmi(buf, (void __user *)from, in branch_type()
Dperf_event.c2271 bytes = copy_from_user_nmi(&frame, fp, sizeof(frame)); in perf_callchain_user32()
2323 bytes = copy_from_user_nmi(&frame, fp, sizeof(frame)); in perf_callchain_user()
Dperf_event_intel_ds.c916 bytes = copy_from_user_nmi(buf, (void __user *)to, size); in intel_pmu_pebs_fixup_ip()