This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/PROCESSOR-SDK-AM335X: Loadable module address mapping

Part Number: PROCESSOR-SDK-AM335X

Tool/software: Linux

I have a custom board with an am335x chip.  We have written a LKM that performs certain tasks for us.  I see that this is getting loaded into the module virtual address range at 0xbf26b000.  What I would like to do is convert this virtual address range into the kmalloc range of 0xC0000000.  Or at least to a physical address and then use the macros to convert that to the kalloc address.  Any suggestions on the best way to do this?