From: Thadeu Lima de Souza Cascardo Date: Sat, 15 May 2010 11:44:42 +0000 (-0300) Subject: Added functions to move memory to and from user space. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fkernel%2Fold_slides%2F.git;a=commitdiff_plain Added functions to move memory to and from user space. --- diff --git a/05.memory/05.memory.xml b/05.memory/05.memory.xml index 55010a7..d6bf6f2 100644 --- a/05.memory/05.memory.xml +++ b/05.memory/05.memory.xml @@ -132,4 +132,25 @@ The pair get\_cpu\_var and + +Memory Access + + +put\_user + + +get\_user + + +copy\_to\_user + + +copy\_from\_user + + +access\_ok + + + +