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:
parent
3022794752
commit
4cbacf96a9
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user