1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
#ifndef __ASM_OFFSETS_H__
#define __ASM_OFFSETS_H__
/*
* DO NOT MODIFY.
*
* This file was generated by Kbuild
*
*/
#define TSK_ACTIVE_MM 280 /* offsetof(struct task_struct, active_mm) @ */
#define TI_FLAGS 0 /* offsetof(struct thread_info, flags) @ */
#define TI_PREEMPT 4 /* offsetof(struct thread_info, preempt_count) @ */
#define TI_ADDR_LIMIT 8 /* offsetof(struct thread_info, addr_limit) @ */
#define TI_TASK 12 /* offsetof(struct thread_info, task) @ */
#define TI_EXEC_DOMAIN 16 /* offsetof(struct thread_info, exec_domain) @ */
#define TI_CPU 20 /* offsetof(struct thread_info, cpu) @ */
#define TI_CPU_DOMAIN 24 /* offsetof(struct thread_info, cpu_domain) @ */
#define TI_CPU_SAVE 28 /* offsetof(struct thread_info, cpu_context) @ */
#define TI_USED_CP 80 /* offsetof(struct thread_info, used_cp) @ */
#define TI_TP_VALUE 96 /* offsetof(struct thread_info, tp_value) @ */
#define TI_FPSTATE 288 /* offsetof(struct thread_info, fpstate) @ */
#define TI_VFPSTATE 432 /* offsetof(struct thread_info, vfpstate) @ */
#define VFP_CPU 272 /* offsetof(union vfp_state, hard.cpu) @ */
#define TI_THUMBEE_STATE 712 /* offsetof(struct thread_info, thumbee_state) @ */
#define S_R0 0 /* offsetof(struct pt_regs, ARM_r0) @ */
#define S_R1 4 /* offsetof(struct pt_regs, ARM_r1) @ */
#define S_R2 8 /* offsetof(struct pt_regs, ARM_r2) @ */
#define S_R3 12 /* offsetof(struct pt_regs, ARM_r3) @ */
#define S_R4 16 /* offsetof(struct pt_regs, ARM_r4) @ */
#define S_R5 20 /* offsetof(struct pt_regs, ARM_r5) @ */
#define S_R6 24 /* offsetof(struct pt_regs, ARM_r6) @ */
#define S_R7 28 /* offsetof(struct pt_regs, ARM_r7) @ */
#define S_R8 32 /* offsetof(struct pt_regs, ARM_r8) @ */
#define S_R9 36 /* offsetof(struct pt_regs, ARM_r9) @ */
#define S_R10 40 /* offsetof(struct pt_regs, ARM_r10) @ */
#define S_FP 44 /* offsetof(struct pt_regs, ARM_fp) @ */
#define S_IP 48 /* offsetof(struct pt_regs, ARM_ip) @ */
#define S_SP 52 /* offsetof(struct pt_regs, ARM_sp) @ */
#define S_LR 56 /* offsetof(struct pt_regs, ARM_lr) @ */
#define S_PC 60 /* offsetof(struct pt_regs, ARM_pc) @ */
#define S_PSR 64 /* offsetof(struct pt_regs, ARM_cpsr) @ */
#define S_OLD_R0 68 /* offsetof(struct pt_regs, ARM_ORIG_r0) @ */
#define S_FRAME_SIZE 72 /* sizeof(struct pt_regs) @ */
#define L2X0_R_PHY_BASE 0 /* offsetof(struct l2x0_regs, phy_base) @ */
#define L2X0_R_AUX_CTRL 4 /* offsetof(struct l2x0_regs, aux_ctrl) @ */
#define L2X0_R_TAG_LATENCY 8 /* offsetof(struct l2x0_regs, tag_latency) @ */
#define L2X0_R_DATA_LATENCY 12 /* offsetof(struct l2x0_regs, data_latency) @ */
#define L2X0_R_FILTER_START 16 /* offsetof(struct l2x0_regs, filter_start) @ */
#define L2X0_R_FILTER_END 20 /* offsetof(struct l2x0_regs, filter_end) @ */
#define L2X0_R_PREFETCH_CTRL 24 /* offsetof(struct l2x0_regs, prefetch_ctrl) @ */
#define L2X0_R_PWR_CTRL 28 /* offsetof(struct l2x0_regs, pwr_ctrl) @ */
#define MM_CONTEXT_ID 356 /* offsetof(struct mm_struct, context.id) @ */
#define VMA_VM_MM 0 /* offsetof(struct vm_area_struct, vm_mm) @ */
#define VMA_VM_FLAGS 24 /* offsetof(struct vm_area_struct, vm_flags) @ */
#define VM_EXEC 4 /* VM_EXEC @ */
#define PAGE_SZ 4096 /* PAGE_SIZE @ */
#define SYS_ERROR0 10420224 /* 0x9f0000 @ */
#define SIZEOF_MACHINE_DESC 68 /* sizeof(struct machine_desc) @ */
#define MACHINFO_TYPE 0 /* offsetof(struct machine_desc, nr) @ */
#define MACHINFO_NAME 4 /* offsetof(struct machine_desc, name) @ */
#define PROC_INFO_SZ 52 /* sizeof(struct proc_info_list) @ */
#define PROCINFO_INITFUNC 16 /* offsetof(struct proc_info_list, __cpu_flush) @ */
#define PROCINFO_MM_MMUFLAGS 8 /* offsetof(struct proc_info_list, __cpu_mm_mmu_flags) @ */
#define PROCINFO_IO_MMUFLAGS 12 /* offsetof(struct proc_info_list, __cpu_io_mmu_flags) @ */
#define CACHE_FLUSH_KERN_ALL 4 /* offsetof(struct cpu_cache_fns, flush_kern_all) @ */
#define DMA_BIDIRECTIONAL 0 /* DMA_BIDIRECTIONAL @ */
#define DMA_TO_DEVICE 1 /* DMA_TO_DEVICE @ */
#define DMA_FROM_DEVICE 2 /* DMA_FROM_DEVICE @ */
#endif
|