As the topic, I want to specify a fixed physical memory space to a shared memory object, which can use
shm_XXX api to access the memory. Of course I do not want to use mmap api to map /dev/mem device
memory into user program.
Thanks all.