Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 11 of 11) sorted by relevance

/xen-4.10.0-shim-comet/xen/tools/
A Dgen-cpuid.py266 seen = [feat]
279 if f in seen:
283 seen.append(f)
286 state.deep_deps[feat] = seen[1:]
/xen-4.10.0-shim-comet/docs/misc/
A Dstubdom.txt43 - set the path to menu.lst, as seen from the domU, in extra:
74 will be seen by PV-GRUB as (hd0), not (hd0,6), since GRUB will not see any
A Dxsm-flask.txt31 such management domains are (in such a design) to be seen as
/xen-4.10.0-shim-comet/xen/common/
A Dspinlock.c46 int seen = cmpxchg(&debug->irq_safe, -1, irq_safe); in check_lock() local
48 if ( seen == !irq_safe ) in check_lock()
51 seen, irq_safe); in check_lock()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dsched.h507 int old, seen = atomic_read(&d->refcnt); in get_domain() local
510 old = seen; in get_domain()
513 seen = atomic_cmpxchg(&d->refcnt, old, old + 1); in get_domain()
515 while ( unlikely(seen != old) ); in get_domain()
/xen-4.10.0-shim-comet/stubdom/
A Dpciutils.patch228 …a->warning("%04x:%02x:%02x.%d: Invalid 64-bit address seen for BAR %d.", d->domain, d->bus, d->dev…
/xen-4.10.0-shim-comet/docs/man/
A Dxl-disk-configuration.pod.5125 Virtual device as seen by the guest (also referred to as guest drive
A Dxen-tscmode.pod.7251 as will be seen in the next section.
A Dxl.cfg.pod.5.in762 correctly map the input keys into keycodes seen by the guest. The
2156 correctly map the input keys into keycodes seen by the guest. The
A Dxl.pod.1.in968 In which it can be seen that the OL5 guest still has 847MB of claimed
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dzconf.lex.c_shipped264 /* When an EOF's been seen but there's still some text to process

Completed in 13 milliseconds