Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | ct_vm_block |
struct | ct_vm |
Macros | |
#define | CT_PTP_NUM 4 /* num of device page table pages */ |
#define | CT_PAGE_SIZE 4096 |
#define | CT_PAGE_SHIFT 12 |
#define | CT_PAGE_MASK (~(PAGE_SIZE - 1)) |
#define | CT_PAGE_ALIGN(addr) ALIGN(addr, CT_PAGE_SIZE) |
Functions | |
int | ct_vm_create (struct ct_vm **rvm, struct pci_dev *pci) |
void | ct_vm_destroy (struct ct_vm *vm) |
Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
This source file is released under GPL v2 license (no other versions). See the COPYING file included in the main directory of this source distribution for the license terms and conditions.
ctvmem.h
This file contains the definition of virtual memory management object for card device.
Liu Chun Mar 28 2008