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

Go to the source code of this file.

Macros

#define map_page_into_agp(page)   /* nothing */
 
#define unmap_page_from_agp(page)   /* nothing */
 
#define flush_agp_cache()   mb()
 
#define alloc_gatt_pages(order)   ((char *)__get_free_pages(GFP_KERNEL, (order)))
 
#define free_gatt_pages(table, order)   free_pages((unsigned long)(table), (order))
 

Macro Definition Documentation

#define alloc_gatt_pages (   order)    ((char *)__get_free_pages(GFP_KERNEL, (order)))

Definition at line 21 of file agp.h.

#define flush_agp_cache ( )    mb()

Definition at line 18 of file agp.h.

#define free_gatt_pages (   table,
  order 
)    free_pages((unsigned long)(table), (order))

Definition at line 23 of file agp.h.

#define map_page_into_agp (   page)    /* nothing */

Definition at line 16 of file agp.h.

#define unmap_page_from_agp (   page)    /* nothing */

Definition at line 17 of file agp.h.