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

Go to the source code of this file.

Macros

#define U8(ptr)   get_u8(ctx->ctx->bios, (ptr))
 
#define CU8(ptr)   get_u8(ctx->bios, (ptr))
 
#define U16(ptr)   get_u16(ctx->ctx->bios, (ptr))
 
#define CU16(ptr)   get_u16(ctx->bios, (ptr))
 
#define U32(ptr)   get_u32(ctx->ctx->bios, (ptr))
 
#define CU32(ptr)   get_u32(ctx->bios, (ptr))
 
#define CSTR(ptr)   (((char *)(ctx->bios))+(ptr))
 

Macro Definition Documentation

#define CSTR (   ptr)    (((char *)(ctx->bios))+(ptr))

Definition at line 46 of file atom-bits.h.

#define CU16 (   ptr)    get_u16(ctx->bios, (ptr))

Definition at line 39 of file atom-bits.h.

#define CU32 (   ptr)    get_u32(ctx->bios, (ptr))

Definition at line 45 of file atom-bits.h.

#define CU8 (   ptr)    get_u8(ctx->bios, (ptr))

Definition at line 33 of file atom-bits.h.

#define U16 (   ptr)    get_u16(ctx->ctx->bios, (ptr))

Definition at line 38 of file atom-bits.h.

#define U32 (   ptr)    get_u32(ctx->ctx->bios, (ptr))

Definition at line 44 of file atom-bits.h.

#define U8 (   ptr)    get_u8(ctx->ctx->bios, (ptr))

Definition at line 32 of file atom-bits.h.