I want to add some functions into interrupt.S with C code to do some operations 
in hyp mode with a hypcall.


I have tried to add .global [function name] and use bl [function name], but 
there will be a prefetch abort.


So I want to know if the C code can be linked into interrupt.S and how to 
achieve this.


Thank you for help.
_______________________________________________
kvmarm mailing list
kvmarm@lists.cs.columbia.edu
https://lists.cs.columbia.edu/mailman/listinfo/kvmarm

Reply via email to