Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
I-cache coherency maintence
Jump...
Cancel
Locked
Locked
Replies
4 replies
Subscribers
119 subscribers
Views
3607 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
I-cache coherency maintence
Vladimir Murzin
over 12 years ago
Note: This was originally posted on 14th February 2011 at
http://forums.arm.com
I'm a newbie in ARM.
It's said that in case of multi-core I-cache coherency not maintained by SCU even if memory marked as sharable.
I've got some self-modifying code and I wonder which steps should I do to maintain I-cache coherency?
Thanks.
Parents
Peter Harris
over 12 years ago
Note: This was originally posted on 15th February 2011 at
http://forums.arm.com
You can't do this from userspace - you don't have enough privilege to perform cache operations. You will need a simple kernel driver to perform this task for you.
Cancel
Vote up
0
Vote down
Cancel
Reply
Peter Harris
over 12 years ago
Note: This was originally posted on 15th February 2011 at
http://forums.arm.com
You can't do this from userspace - you don't have enough privilege to perform cache operations. You will need a simple kernel driver to perform this task for you.
Cancel
Vote up
0
Vote down
Cancel
Children
No data