Searched defs:shadow_paging_mode (Results 1 – 1 of 1) sorted by relevance
95 struct shadow_paging_mode { struct97 void (*detach_old_tables )(struct vcpu *v);99 bool (*write_guest_entry )(struct vcpu *v, intpte_t *p,101 bool (*cmpxchg_guest_entry )(struct vcpu *v, intpte_t *p,106 mfn_t (*make_monitor_table )(struct vcpu *v);107 void (*destroy_monitor_table )(struct vcpu *v, mfn_t mmfn);108 int (*guess_wrmap )(struct vcpu *v, 110 void (*pagetable_dying )(paddr_t gpa);111 void (*trace_emul_write_val )(const void *ptr, unsigned long vaddr,116 unsigned int shadow_levels;
Completed in 5 milliseconds