#include <asm/processor.h>
#include <asm/types.h>
#include <asm/cache.h>
#include <platform/hardware.h>
#include <asm-generic/getorder.h>
#include <asm-generic/memory_model.h>
Go to the source code of this file.
#define __pgd |
( |
|
x | ) |
((pgd_t) { (x) } ) |
#define __pte |
( |
|
x | ) |
((pte_t) { (x) } ) |
#define DCACHE_ALIAS_ORDER 0 |
#define ICACHE_ALIAS_ORDER 0 |
#define pgd_val |
( |
|
x | ) |
((x).pgd) |
#define PGTABLE_START 0x80000000 |
#define pte_val |
( |
|
x | ) |
((x).pte) |
#define VM_DATA_DEFAULT_FLAGS |
Value:(VM_READ | VM_WRITE | VM_EXEC | \
VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)
Definition at line 176 of file page.h.
#define XCHAL_KSEG_BYPASS_VADDR 0xd8000000 |
#define XCHAL_KSEG_CACHED_VADDR 0xd0000000 |
#define XCHAL_KSEG_PADDR 0x00000000 |
#define XCHAL_KSEG_SIZE 0x08000000 |