Home
last modified time | relevance | path

Searched refs:blacklist (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dplatform.c142 const struct dt_device_match *blacklist = NULL; in platform_device_is_blacklisted() local
145 blacklist = platform->blacklist_dev; in platform_device_is_blacklisted()
147 return (dt_match_node(blacklist, node) != NULL); in platform_device_is_blacklisted()
/xen-4.10.0-shim-comet/docs/misc/
A Dhvm-emulated-unplug.markdown61 The blacklist is, from qemu's point of view, handled mostly through
63 `/mh/driver-blacklist/{product_name}/{build_number}` exists and is
A Dxen-command-line.markdown85 By default, Xen will scan the DMI data and blacklist certain systems
87 will cause Xen to ignore the blacklist and attempt to use all ACPI
A Dlivepatch.markdown966 * Further safety checks (blacklist of which functions cannot be patched, check
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dgenwrap.py529 blacklist = [ variable
534 for t in blacklist:
538 types = [ty for ty in types if not ty.rawname in blacklist]

Completed in 15 milliseconds