Hi
I am using tz_vmm example on i.mx53 qsb. In tz_vmm application, i can manage to transfer integer arguments using general registers (e.g. _vm->state()->r0=100) from secure world to guest VM (linux). How can i place a string (array of characters) arguments within the registers? They can only store value with data type uint32_t. Thanks in advance.
Regards,
Abhay