linux內(nèi)核中的copy_to_user和copy_from_user(二)
Kernel version:2.6.14
CPU architecture:ARM920T
Author:ce123(http://blog.csdn.net/ce123)
__arch_copy_from_user函數(shù)實(shí)現(xiàn)數(shù)據(jù)的拷貝,當(dāng)?shù)刂窙]有按4字節(jié)對(duì)齊,拷貝數(shù)據(jù)時(shí)需要進(jìn)行字節(jié)組合,拷貝大量數(shù)據(jù)時(shí)速度會(huì)非常慢。該函數(shù)的過程如下圖所示。下圖有點(diǎn)模糊,大家可以先下載(http://download.csdn.net/detail/ce123/4973958)到自己電腦再看。
評(píng)論