Home
last modified time | relevance | path

Searched refs:SHADOW_OOS_PAGES (Results 1 – 3 of 3) sorted by relevance

/xen/xen/arch/x86/mm/shadow/
A Dcommon.c84 for ( i = 0; i < SHADOW_OOS_PAGES; i++ ) in shadow_vcpu_init()
221 idx = mfn_x(gmfn) % SHADOW_OOS_PAGES; in oos_audit_hash_is_present()
223 idx = (idx + 1) % SHADOW_OOS_PAGES; in oos_audit_hash_is_present()
320 idx = mfn_x(gmfn) % SHADOW_OOS_PAGES; in oos_fixup_add()
322 idx = (idx + 1) % SHADOW_OOS_PAGES; in oos_fixup_add()
460 idx = mfn_x(gmfn) % SHADOW_OOS_PAGES; in oos_hash_add()
470 idx = (idx + 1) % SHADOW_OOS_PAGES; in oos_hash_add()
503 idx = mfn_x(gmfn) % SHADOW_OOS_PAGES; in oos_hash_remove()
505 idx = (idx + 1) % SHADOW_OOS_PAGES; in oos_hash_remove()
529 idx = mfn_x(gmfn) % SHADOW_OOS_PAGES; in oos_snapshot_lookup()
[all …]
/xen/xen/include/asm-x86/
A Ddomain.h150 mfn_t oos[SHADOW_OOS_PAGES];
151 mfn_t oos_snapshot[SHADOW_OOS_PAGES];
156 } oos_fixup[SHADOW_OOS_PAGES];
A Dmm.h312 #define SHADOW_OOS_PAGES 3 macro

Completed in 13 milliseconds