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?


