Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cvmx_spinlock_t Struct Reference

#include <cvmx-spinlock.h>

Data Fields

volatile uint32_t value
 

Detailed Description

Implementation of spinlocks for Octeon CVMX. Although similar in function to Linux kernel spinlocks, they are not compatible. Octeon CVMX spinlocks are only used to synchronize with the boot monitor and other non-Linux programs running in the system. Spinlocks for Octeon CVMX

Definition at line 48 of file cvmx-spinlock.h.

Field Documentation

volatile uint32_t value

Definition at line 49 of file cvmx-spinlock.h.


The documentation for this struct was generated from the following file: