Lines Matching defs:shadow_paging_mode
82 struct shadow_paging_mode { struct
84 void (*detach_old_tables )(struct vcpu *v);
85 int (*x86_emulate_write )(struct vcpu *v, unsigned long va,
88 int (*x86_emulate_cmpxchg )(struct vcpu *v, unsigned long va,
93 bool (*write_guest_entry )(struct vcpu *v, intpte_t *p,
95 bool (*cmpxchg_guest_entry )(struct vcpu *v, intpte_t *p,
98 mfn_t (*make_monitor_table )(struct vcpu *v);
99 void (*destroy_monitor_table )(struct vcpu *v, mfn_t mmfn);
100 int (*guess_wrmap )(struct vcpu *v,
102 void (*pagetable_dying )(struct vcpu *v, paddr_t gpa);
105 unsigned int shadow_levels;