Searched refs:SHADOW_OOS_PAGES (Results 1 – 3 of 3) sorted by relevance
84 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 …]
150 mfn_t oos[SHADOW_OOS_PAGES];151 mfn_t oos_snapshot[SHADOW_OOS_PAGES];156 } oos_fixup[SHADOW_OOS_PAGES];
312 #define SHADOW_OOS_PAGES 3 macro
Completed in 16 milliseconds