lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 10 May 2007 13:28:13 +0530
From:	Mahesh <maheshk@...c.in>
To:	linux-kernel@...r.kernel.org
CC:	kernelnewbies@...linux.org
Subject: [HOWTO] accessing the DMA mapped data

Hi list,

I have a small question regarding the accessing the data in the DMA 
mapped  region (in the driver).  In my driver I only have the 
'dma_addr_t addr' variable which is result after the 'dma_map_single'. 
I don't have access to the virtual address of the data region.

Is there helper routine which we will give me the virtual address back 
from the DMA mapped address???

After some searching in the net about it found 'dma_sync_single' which 
will help to synchronize it after 'modifying' the contents of the DMA mapped 
region. But to 'modify' the contents of DMA mapped region I require the virtual 
address, which is not available in my case.

Regards,
Mahesh.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ