Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
ctx.h File Reference

Go to the source code of this file.

Data Structures

struct  nouveau_grctx
 

Macros

#define cp_bra(c, f, s, n)   _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n)
 
#define cp_cal(c, f, s, n)   _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n)
 
#define cp_ret(c, f, s)   _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0)
 
#define cp_wait(c, f, s)   _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s)
 
#define cp_set(c, f, s)   _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s)
 

Macro Definition Documentation

#define cp_bra (   c,
  f,
  s,
  n 
)    _cp_bra((c), 0, CP_FLAG_##f, CP_FLAG_##f##_##s, n)

Definition at line 89 of file ctx.h.

#define cp_cal (   c,
  f,
  s,
  n 
)    _cp_bra((c), 1, CP_FLAG_##f, CP_FLAG_##f##_##s, n)

Definition at line 90 of file ctx.h.

#define cp_ret (   c,
  f,
  s 
)    _cp_bra((c), 2, CP_FLAG_##f, CP_FLAG_##f##_##s, 0)

Definition at line 91 of file ctx.h.

#define cp_set (   c,
  f,
  s 
)    _cp_set((c), CP_FLAG_##f, CP_FLAG_##f##_##s)

Definition at line 105 of file ctx.h.

#define cp_wait (   c,
  f,
  s 
)    _cp_wait((c), CP_FLAG_##f, CP_FLAG_##f##_##s)

Definition at line 98 of file ctx.h.