Searched defs:select (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | select.mli | 19 val select: val
|
A D | select.ml | 76 let select in_fds out_fds exc_fds timeout = function
|
A D | connections.ml | 47 let select ?(only_if = (fun _ -> true)) cons = var
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | simd.c | 246 # define select(d, x, y, m) ({ \ macro 353 # define select(d, x, y, m) \ macro 357 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvps(y, x, m)) macro 361 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvpd(y, x, m)) macro 383 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvps256(y, x, m)) macro 392 # define select(d, x, y, m) (*(d) = __builtin_ia32_blendvpd256(y, x, m)) macro
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | cpuidle.h | 83 int (*select) (struct acpi_processor_power *dev); member
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_acpi.c | 46 struct acpi_ivrs_device4 select; member 412 const struct acpi_ivrs_device4 *select, struct amd_iommu *iommu) in parse_ivhd_device_select()
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | tcg.h | 624 TPM_PCR_SELECTION select; member
|
Completed in 14 milliseconds