|
System | : | Linux MiraNet 3.0.0-14-generic-pae #23-Ubuntu SMP Mon Nov 21 22:07:10 UTC 2011 i686 |
Software | : | Apache. PHP/5.3.6-13ubuntu3.10 |
ID | : | uid=65534(nobody) gid=65534(nogroup) groups=65534(nogroup)
|
|
Safe Mode | : | OFF |
Open_Basedir | : | OFF |
Freespace | : | 21.17 GB of 70.42 GB (30.06%) |
|
MySQL: ON MSSQL: OFF Oracle: OFF PostgreSQL: OFF Curl: OFF Sockets: ON Fetch: OFF Wget: ON Perl: ON |
Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
|
[ System Info ]
[ Processes ]
[ SQL Manager ]
[ Eval ]
[ Encoder ]
[ Mailer ]
[ Back Connection ]
[ Backdoor Server ]
[ Kernel Exploit Search ]
[ MD5 Decrypter ]
[ Reverse IP ]
[ Kill Shell ]
[ FTP Brute-Force ]
|
|
/
usr/
src/
linux-headers-3.0.0-14/
arch/
arm/
mach-pxa/
include/
mach/
- drwxr-xr-x
|
Viewing file: addr-map.h (1.12 KB) -rw-r--r--Select action/file-type:  ( +) |  ( +) |  ( +) | Code ( +) | Session ( +) |  ( +) | SDB ( +) |  ( +) |  ( +) |  ( +) |  ( +) |  ( +) |
#ifndef __ASM_MACH_ADDR_MAP_H #define __ASM_MACH_ADDR_MAP_H
/* * Chip Selects */ #define PXA_CS0_PHYS 0x00000000 #define PXA_CS1_PHYS 0x04000000 #define PXA_CS2_PHYS 0x08000000 #define PXA_CS3_PHYS 0x0C000000 #define PXA_CS4_PHYS 0x10000000 #define PXA_CS5_PHYS 0x14000000
#define PXA300_CS0_PHYS 0x00000000 /* PXA300/PXA310 _only_ */ #define PXA300_CS1_PHYS 0x30000000 /* PXA300/PXA310 _only_ */ #define PXA3xx_CS2_PHYS 0x10000000 #define PXA3xx_CS3_PHYS 0x14000000
/* * Peripheral Bus */ #define PERIPH_PHYS 0x40000000 #define PERIPH_VIRT 0xf2000000 #define PERIPH_SIZE 0x02000000
/* * Static Memory Controller (w/ SDRAM controls on PXA25x/PXA27x) */ #define PXA2XX_SMEMC_PHYS 0x48000000 #define PXA3XX_SMEMC_PHYS 0x4a000000 #define SMEMC_VIRT 0xf6000000 #define SMEMC_SIZE 0x00100000
/* * Dynamic Memory Controller (only on PXA3xx) */ #define DMEMC_PHYS 0x48100000 #define DMEMC_VIRT 0xf6100000 #define DMEMC_SIZE 0x00100000
/* * Internal Memory Controller (PXA27x and later) */ #define IMEMC_PHYS 0x58000000 #define IMEMC_VIRT 0xfe000000 #define IMEMC_SIZE 0x00100000
#endif /* __ASM_MACH_ADDR_MAP_H */
|