constants.h 673 B

12345678910111213141516171819202122232425262728
  1. #ifndef __ASM_OFFSETS_H__
  2. #define __ASM_OFFSETS_H__
  3. /*
  4. * DO NOT MODIFY.
  5. *
  6. * This file was generated by arch/arm26/Makefile
  7. *
  8. */
  9. #define TSK_ACTIVE_MM 96 /* offsetof(struct task_struct, active_mm) */
  10. #define VMA_VM_MM 0 /* offsetof(struct vm_area_struct, vm_mm) */
  11. #define VMA_VM_FLAGS 20 /* offsetof(struct vm_area_struct, vm_flags) */
  12. #define VM_EXEC 4 /* VM_EXEC */
  13. #define PAGE_PRESENT 1 /* L_PTE_PRESENT */
  14. #define PAGE_READONLY 95 /* PAGE_READONLY */
  15. #define PAGE_NOT_USER 3 /* PAGE_NONE */
  16. #define PAGE_OLD 3 /* PAGE_NONE */
  17. #define PAGE_CLEAN 128 /* L_PTE_DIRTY */
  18. #define PAGE_SZ 32768 /* PAGE_SIZE */
  19. #define SYS_ERROR0 10420224 /* 0x9f0000 */
  20. #endif