Searched defs:shadow_paging_mode (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | paging.h | 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); [all …]
|
Completed in 3 milliseconds