I use LSDK2004, and dma api functions.
i use dma_alloc_coherent to alloc dma memory, and i check physical address of /proc/iomap which is 32bit address.
when i access to dma physical address at user space, there is access limit of dma memory.
But in case of kernel access such as ioctl, there is no problem.
May i have the reason?