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",
|
||||
t: &(),
|
||||
},
|
||||
CalibrateOperation2T {
|
||||
/* CalibrateOperation2T {
|
||||
prepare: maccess::<u8>,
|
||||
op: load_and_flush_wrap,
|
||||
name: "clflush_shared_hit",
|
||||
@ -175,7 +175,7 @@ fn main() {
|
||||
display_name: "clflush miss - n",
|
||||
t: &(),
|
||||
},
|
||||
CalibrateOperation2T {
|
||||
/* CalibrateOperation2T {
|
||||
prepare: noop::<u8>,
|
||||
op: load_and_flush_wrap,
|
||||
name: "clflush_local_hit_n",
|
||||
@ -298,13 +298,13 @@ fn main() {
|
||||
Err(e) => panic!("Error: {}", e),
|
||||
};
|
||||
|
||||
asvp_analysis[&ASVP {
|
||||
/* asvp_analysis[&ASVP {
|
||||
attacker: 0,
|
||||
slice: 0,
|
||||
victim: 0,
|
||||
page: pointer as usize,
|
||||
}]
|
||||
.debug();
|
||||
.debug();*/
|
||||
|
||||
let asp_analysis = accumulate(
|
||||
asvp_analysis.clone(),
|
||||
|
Loading…
Reference in New Issue
Block a user