home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / asm-arm26 / constants.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  673 b   |  29 lines

  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.  
  10. #define TSK_ACTIVE_MM 96 /* offsetof(struct task_struct, active_mm) */
  11.  
  12. #define VMA_VM_MM 0 /* offsetof(struct vm_area_struct, vm_mm) */
  13. #define VMA_VM_FLAGS 20 /* offsetof(struct vm_area_struct, vm_flags) */
  14.  
  15. #define VM_EXEC 4 /* VM_EXEC */
  16.  
  17.  
  18. #define PAGE_PRESENT 1 /* L_PTE_PRESENT */
  19. #define PAGE_READONLY 95 /* PAGE_READONLY */
  20. #define PAGE_NOT_USER 3 /* PAGE_NONE */
  21. #define PAGE_OLD 3 /* PAGE_NONE */
  22. #define PAGE_CLEAN 128 /* L_PTE_DIRTY */
  23.  
  24. #define PAGE_SZ 32768 /* PAGE_SIZE */
  25.  
  26. #define SYS_ERROR0 10420224 /* 0x9f0000 */
  27.  
  28. #endif
  29.