FreeBSD kernel AGP device code
agp_memory_info Struct Reference

#include <agpvar.h>

Data Fields

vm_size_t ami_size
 
vm_offset_t ami_physical
 
vm_offset_t ami_offset
 
int ami_is_bound
 

Detailed Description

Definition at line 57 of file agpvar.h.

Field Documentation

◆ ami_is_bound

int agp_memory_info::ami_is_bound

Definition at line 61 of file agpvar.h.

Referenced by agp_memory_info().

◆ ami_offset

vm_offset_t agp_memory_info::ami_offset

Definition at line 60 of file agpvar.h.

Referenced by agp_memory_info().

◆ ami_physical

vm_offset_t agp_memory_info::ami_physical

Definition at line 59 of file agpvar.h.

Referenced by agp_memory_info().

◆ ami_size

vm_size_t agp_memory_info::ami_size

Definition at line 58 of file agpvar.h.

Referenced by agp_memory_info().


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