Merge branch 'g5k' of https://gitlab.inria.fr/uarch/dendrobates-t-azureus
This commit is contained in:
commit
3dd5148fe5
@ -147,7 +147,7 @@ fn main() {
|
|||||||
display_name: "clflush remote hit",
|
display_name: "clflush remote hit",
|
||||||
t: &(),
|
t: &(),
|
||||||
},
|
},
|
||||||
CalibrateOperation2T {
|
/* CalibrateOperation2T {
|
||||||
prepare: maccess::<u8>,
|
prepare: maccess::<u8>,
|
||||||
op: load_and_flush_wrap,
|
op: load_and_flush_wrap,
|
||||||
name: "clflush_shared_hit",
|
name: "clflush_shared_hit",
|
||||||
@ -175,7 +175,7 @@ fn main() {
|
|||||||
display_name: "clflush miss - n",
|
display_name: "clflush miss - n",
|
||||||
t: &(),
|
t: &(),
|
||||||
},
|
},
|
||||||
CalibrateOperation2T {
|
/* CalibrateOperation2T {
|
||||||
prepare: noop::<u8>,
|
prepare: noop::<u8>,
|
||||||
op: load_and_flush_wrap,
|
op: load_and_flush_wrap,
|
||||||
name: "clflush_local_hit_n",
|
name: "clflush_local_hit_n",
|
||||||
@ -298,13 +298,13 @@ fn main() {
|
|||||||
Err(e) => panic!("Error: {}", e),
|
Err(e) => panic!("Error: {}", e),
|
||||||
};
|
};
|
||||||
|
|
||||||
asvp_analysis[&ASVP {
|
/* asvp_analysis[&ASVP {
|
||||||
attacker: 0,
|
attacker: 0,
|
||||||
slice: 0,
|
slice: 0,
|
||||||
victim: 0,
|
victim: 0,
|
||||||
page: pointer as usize,
|
page: pointer as usize,
|
||||||
}]
|
}]
|
||||||
.debug();
|
.debug();*/
|
||||||
|
|
||||||
let asp_analysis = accumulate(
|
let asp_analysis = accumulate(
|
||||||
asvp_analysis.clone(),
|
asvp_analysis.clone(),
|
||||||
|
Loading…
Reference in New Issue
Block a user