Fix a bug in the improved Basic Timing Cache Channel calibration

The cache line were not properly reset to Invalid state, which messe up F+R calibration.
The Invalid state calibration is now done with a flush victim op, instead of a noop.
This commit is contained in:
Guillume DIDIER 2021-07-19 09:15:20 +02:00
parent 3022794752
commit 4cbacf96a9

View File

@ -123,7 +123,7 @@ impl<T: TimingChannelPrimitives> TopologyAwareTimingChannel<T> {
t: &t, t: &t,
}, },
CalibrateOperation2T { CalibrateOperation2T {
prepare: noop::<u8>, prepare: flush,
op: T::attack, op: T::attack,
name: "miss", name: "miss",
display_name: "miss", display_name: "miss",