Searched refs:pinned (Results 1 – 6 of 6) sorted by relevance
639 already_pinned = sp[0]->u.sh.pinned; in sh_pin()666 sp[0]->u.sh.pinned = 1; in sh_pin()690 if ( !sp->u.sh.pinned ) in sh_unpin()692 sp->u.sh.pinned = 0; in sh_unpin()
1406 sp->u.sh.pinned = 0; in shadow_alloc()1581 sp->u.sh.pinned = 0; in shadow_set_allocation()
3991 if ( !mfn_to_page(old_smfn)->u.sh.pinned && !sh_pin(d, old_smfn) ) in sh_set_toplevel_shadow()
103 a vCPU I<is pinned> to some pCPUs and I<does not have> any soft affinity105 it is pinned, without any specific peference among them.110 a vCPU I<has> its own soft affinity and I<is not> pinned to any particular118 a vCPU I<has> its own vCPU soft affinity and I<is also> pinned to some120 onto which it is pinned, with, among them, a preference for the ones247 not be pinned (i.e., C<<< domain_build_info->cpumap >>> must have all its253 vCPU pinning. Namely, the domain's vCPUs will not be pinned to any
330 L1TAB_PIN 0x9 L1 page table page (pinned).332 L2TAB_PIN 0xA L2 page table page (pinned).334 L3TAB_PIN 0xB L3 page table page (pinned).336 L4TAB_PIN 0xC L4 page table page (pinned).
83 unsigned long pinned:1; /* Is the shadow pinned? */ member
Completed in 21 milliseconds