![]() |
|
|||
0001 // SPDX-License-Identifier: GPL-2.0-only 0002 0003 #include <linux/uaccess.h> 0004 #include <linux/kernel.h> 0005 0006 #include <asm/disassemble.h> 0007 #include <asm/inst.h> 0008 #include <asm/ppc-opcode.h> 0009 0010 bool copy_from_kernel_nofault_allowed(const void *unsafe_src, size_t size) 0011 { 0012 return is_kernel_addr((unsigned long)unsafe_src); 0013 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |