FreeBSD kernel AGP device code
agp_memory Struct Reference

#include <agppriv.h>

Public Member Functions

 TAILQ_ENTRY (agp_memory) am_link
 

Data Fields

int am_id
 
vm_size_t am_size
 
int am_type
 
struct vm_object * am_obj
 
vm_offset_t am_physical
 
vm_offset_t am_offset
 
int am_is_bound
 

Detailed Description

Definition at line 55 of file agppriv.h.

Member Function Documentation

◆ TAILQ_ENTRY()

agp_memory::TAILQ_ENTRY ( agp_memory  )

Field Documentation

◆ am_id

int agp_memory::am_id

◆ am_is_bound

◆ am_obj

◆ am_offset

◆ am_physical

vm_offset_t agp_memory::am_physical

◆ am_size

◆ am_type


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