Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
memory.h File Reference
#include <mach/hardware.h>

Go to the source code of this file.

Macros

#define PHYS_OFFSET   UL(0x00000000)
 
#define VECTORS_BASE   UL(0xffff0000)
 
#define KUSER_BASE   UL(0x80000000)
 
#define PCI_DMA_THRESHOLD   (PHYS_OFFSET + SZ_128M - 1)
 
#define is_pcibus_device(dev)
 
#define __virt_to_pcibus(x)   (__virt_to_phys((x) + PKUNITY_PCIAHB_BASE))
 
#define __pcibus_to_virt(x)   (__phys_to_virt(x) - PKUNITY_PCIAHB_BASE)
 
#define KUSER_VECPAGE_BASE   (KUSER_BASE + UL(0x3fff0000))
 
#define kuser_vecpage_to_vectors(x)
 

Macro Definition Documentation

#define __pcibus_to_virt (   x)    (__phys_to_virt(x) - PKUNITY_PCIAHB_BASE)

Definition at line 49 of file memory.h.

#define __virt_to_pcibus (   x)    (__virt_to_phys((x) + PKUNITY_PCIAHB_BASE))

Definition at line 48 of file memory.h.

#define is_pcibus_device (   dev)
Value:
(dev && \
(strncmp(dev->bus->name, "pci", 3) == 0))

Definition at line 45 of file memory.h.

#define KUSER_BASE   UL(0x80000000)

Definition at line 22 of file memory.h.

#define KUSER_VECPAGE_BASE   (KUSER_BASE + UL(0x3fff0000))

Definition at line 52 of file memory.h.

#define kuser_vecpage_to_vectors (   x)
Value:

Definition at line 54 of file memory.h.

#define PCI_DMA_THRESHOLD   (PHYS_OFFSET + SZ_128M - 1)

Definition at line 43 of file memory.h.

#define PHYS_OFFSET   UL(0x00000000)

Definition at line 18 of file memory.h.

#define VECTORS_BASE   UL(0xffff0000)

Definition at line 20 of file memory.h.