I was wondering if there is a way to store data in the data cache of a processor directly, rather than in main memory. I understand that the way caches work is to store the most frequently used data, however, it would make sense to have an assembly directive to do tell the processor, this is going to be a frequently used data. I am using the IA-32 assembly language.
Thanks!