HomeSort by: relevance | last modified time | path
    Searched defs:pci_conf_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/xen/xen/
xpci_xenbus.c 407 static __cpu_simple_lock_t pci_conf_lock = __SIMPLELOCK_UNLOCKED; local in function:xpci_do_op
411 __cpu_simple_lock(&pci_conf_lock);
424 __cpu_simple_unlock(&pci_conf_lock);
  /src/sys/arch/x86/pci/
pci_machdep.c 172 struct pci_conf_lock { struct
179 static void pci_conf_unlock(struct pci_conf_lock *);
183 static void pci_conf_lock(struct pci_conf_lock *, uint32_t);
309 static struct pci_conf_lock cl0 = {
314 static struct pci_conf_lock * const cl = &cl0;
324 pci_conf_lock(struct pci_conf_lock *ocl, uint32_t sel) function in typeref:typename:void
332 /* If the kernel enters pci_conf_lock() through an interrupt
377 pci_conf_unlock(struct pci_conf_lock *ocl
    [all...]

Completed in 12 milliseconds