Separate privileges, separate caches
Separate privileges, separate caches
Posted Jan 4, 2018 9:07 UTC (Thu) by epa (subscriber, #39769)Parent article: Notes from the Intelpocalypse
Since CPUs don't currently support this, the way to emulate it is to flush the cache on each context switch from kernel to user space. This would slow things down. It might require rewriting some kernel APIs to be 'fatter' so that a single call does more work before returning, and you don't need as many context switches.
Posted Jan 4, 2018 11:28 UTC (Thu)
by excors (subscriber, #95769)
[Link] (2 responses)
Posted Jan 4, 2018 16:06 UTC (Thu)
by epa (subscriber, #39769)
[Link] (1 responses)
Perhaps the cache is not the only thing that lets you snoop but it is certainly a major one.
Posted Jan 4, 2018 21:45 UTC (Thu)
by emaste (guest, #121005)
[Link]
Separate privileges, separate caches
Separate privileges, separate caches
Separate privileges, separate caches