Go to the documentation of this file.
18#ifndef __LIBARCH_ARM_CONSTANT_H
19#define __LIBARCH_ARM_CONSTANT_H
55#define IRQ_BIT (1 << 7)
56#define FIQ_BIT (1 << 6)
57#define ASYNC_ABORT_BIT (1 << 8)
69#define ELR .long 0xe12ef30e
72#define ERET .long 0xe160006e
105#define PAGEDIR_MAX 4096
106#define PAGEDIR_SIZE (PAGEDIR_MAX * sizeof(u32))
116#define PAGETAB_MAX 256
117#define PAGETAB_SIZE (PAGETAB_MAX * sizeof(u32))
118#define PAGETAB_SPAN (PAGETAB_MAX*PAGESIZE)
121#define PAGEMASK 0xfffff000
124#define SECTIONMASK 0xfff00000