Searched refs:PG_log_dirty (Results 1 – 3 of 3) sorted by relevance
53 #define PG_log_dirty (XEN_DOMCTL_SHADOW_ENABLE_LOG_DIRTY << PG_mode_shift) macro61 #define PG_MASK (PG_refcounts | PG_log_dirty | PG_translate | PG_external)68 #define paging_mode_log_dirty(_d) (!!((_d)->arch.paging.mode & PG_log_dirty))
201 d->arch.paging.mode |= PG_log_dirty; in hap_enable_log_dirty()222 d->arch.paging.mode &= ~PG_log_dirty; in hap_disable_log_dirty()586 d->arch.paging.mode &= ~PG_log_dirty; in hap_teardown()
3271 d->arch.paging.mode &= ~PG_log_dirty; in shadow_teardown()3595 ret = shadow_one_bit_enable(d, PG_log_dirty); in sh_enable_log_dirty()3607 ret = shadow_one_bit_disable(d, PG_log_dirty); in sh_disable_log_dirty()
Completed in 12 milliseconds