Page 1 of 1

KVA_TO_PA with pointer to a struct

Posted: 29 Sep 2021 10:25
by anla
Hi,

KVA_TO_PA requires a CONST to work, but I would really like to pass a pointer to a structure in memory instead, similar to KVA_TO_PA( &mystruct )
Any way to work around this ?