HomeSort by: relevance | last modified time | path
    Searched refs:xcap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
cl_util.c 204 cl_device_exec_capabilities xcap; local
322 clGetDeviceInfo (devices[j], CL_DEVICE_EXECUTION_CAPABILITIES, sizeof (xcap), &xcap, NULL);
323 if (xcap & CL_EXEC_KERNEL )
325 if (xcap & CL_EXEC_NATIVE_KERNEL)
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
cl_util.c 204 cl_device_exec_capabilities xcap; local
322 clGetDeviceInfo (devices[j], CL_DEVICE_EXECUTION_CAPABILITIES, sizeof (xcap), &xcap, NULL);
323 if (xcap & CL_EXEC_KERNEL )
325 if (xcap & CL_EXEC_NATIVE_KERNEL)
  /src/sys/dev/pci/
pci.c 963 pcireg_t xcap = pci_conf_read(pc, tag, off + PCIE_XCAP); local
966 devtype = PCIE_XCAP_TYPE(xcap);
973 if ((xcap & PCIE_XCAP_SI) != 0)
981 if (__SHIFTOUT(xcap, PCIE_XCAP_VER_MASK) >= 2) {
1042 pcireg_t xcap = pci_conf_read(pc, tag, off + PCIE_XCAP); local
1045 devtype = PCIE_XCAP_TYPE(xcap);
1055 if ((xcap & PCIE_XCAP_SI) != 0)
1061 if (__SHIFTOUT(xcap, PCIE_XCAP_VER_MASK) >= 2) {
  /src/sys/external/bsd/drm2/linux/
linux_pci.c 1027 pcireg_t lcap, lcap2, xcap; local
1035 xcap = pci_conf_read(pc, tag, off + PCIE_XCAP);
1036 if (__SHIFTOUT(xcap, PCIE_XCAP_VER_MASK) >= 2) {

Completed in 32 milliseconds