|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/pci.h>#include <linux/init.h>#include <linux/agp_backend.h>#include <linux/mmzone.h>#include <asm/page.h>#include <asm/e820.h>#include <asm/amd_nb.h>#include <asm/gart.h>#include "agp.h"Go to the source code of this file.
Macros | |
| #define | NVIDIA_X86_64_0_APBASE 0x10 |
| #define | NVIDIA_X86_64_1_APBASE1 0x50 |
| #define | NVIDIA_X86_64_1_APLIMIT1 0x54 |
| #define | NVIDIA_X86_64_1_APSIZE 0xa8 |
| #define | NVIDIA_X86_64_1_APBASE2 0xd8 |
| #define | NVIDIA_X86_64_1_APLIMIT2 0xdc |
| #define | ULI_X86_64_BASE_ADDR 0x10 |
| #define | ULI_X86_64_HTT_FEA_REG 0x50 |
| #define | ULI_X86_64_ENU_SCR_REG 0x54 |
Functions | |
| MODULE_DEVICE_TABLE (pci, agp_amd64_pci_table) | |
| int __init | agp_amd64_init (void) |
| module_init (agp_amd64_mod_init) | |
| module_exit (agp_amd64_cleanup) | |
| MODULE_AUTHOR ("Dave Jones <[email protected]>, Andi Kleen") | |
| module_param (agp_try_unsupported, bool, 0) | |
| MODULE_LICENSE ("GPL") | |
| #define NVIDIA_X86_64_0_APBASE 0x10 |
Definition at line 23 of file amd64-agp.c.
| #define NVIDIA_X86_64_1_APBASE1 0x50 |
Definition at line 24 of file amd64-agp.c.
| #define NVIDIA_X86_64_1_APBASE2 0xd8 |
Definition at line 27 of file amd64-agp.c.
| #define NVIDIA_X86_64_1_APLIMIT1 0x54 |
Definition at line 25 of file amd64-agp.c.
| #define NVIDIA_X86_64_1_APLIMIT2 0xdc |
Definition at line 28 of file amd64-agp.c.
| #define NVIDIA_X86_64_1_APSIZE 0xa8 |
Definition at line 26 of file amd64-agp.c.
| #define ULI_X86_64_BASE_ADDR 0x10 |
Definition at line 31 of file amd64-agp.c.
| #define ULI_X86_64_ENU_SCR_REG 0x54 |
Definition at line 33 of file amd64-agp.c.
| #define ULI_X86_64_HTT_FEA_REG 0x50 |
Definition at line 32 of file amd64-agp.c.
Definition at line 757 of file amd64-agp.c.
| MODULE_AUTHOR | ( | "Dave Jones <[email protected]> | , |
| Andi Kleen" | |||
| ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| agp_amd64_pci_table | |||
| ) |
| module_exit | ( | agp_amd64_cleanup | ) |
| module_init | ( | agp_amd64_mod_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | agp_try_unsupported | , |
| bool | , | ||
| 0 | |||
| ) |
1.8.2