blob: d971c7e5041265c2a4c5d4360db21f5d8e1c54e0 [file] [log] [blame]
Raghu Gandham82fa43f2012-03-27 11:37:17 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef _ASM_PTRACE_H
20#define _ASM_PTRACE_H
21#define FPR_BASE 32
22#define PC 64
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24#define CAUSE 65
25#define BADVADDR 66
26#define MMHI 67
27#define MMLO 68
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29#define FPC_CSR 69
30#define FPC_EIR 70
Elliott Hughesc95eb572013-01-29 18:15:55 -080031#define DSP_BASE 71
Raghu Gandham82fa43f2012-03-27 11:37:17 -070032#define DSP_CONTROL 77
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34#define ACX 78
35struct pt_regs {
Raghu Gandham988ff8f2012-09-21 17:13:25 -070036 unsigned long pad0[6];
Raghu Gandham82fa43f2012-03-27 11:37:17 -070037 unsigned long regs[32];
Raghu Gandham82fa43f2012-03-27 11:37:17 -070038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Raghu Gandham988ff8f2012-09-21 17:13:25 -070039 unsigned long cp0_status;
Raghu Gandham82fa43f2012-03-27 11:37:17 -070040 unsigned long hi;
41 unsigned long lo;
42 unsigned long cp0_badvaddr;
Raghu Gandham82fa43f2012-03-27 11:37:17 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Raghu Gandham988ff8f2012-09-21 17:13:25 -070044 unsigned long cp0_cause;
Raghu Gandham82fa43f2012-03-27 11:37:17 -070045 unsigned long cp0_epc;
46} __attribute__ ((aligned (8)));
47#define PTRACE_GETREGS 12
Raghu Gandham82fa43f2012-03-27 11:37:17 -070048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Raghu Gandham988ff8f2012-09-21 17:13:25 -070049#define PTRACE_SETREGS 13
Raghu Gandham82fa43f2012-03-27 11:37:17 -070050#define PTRACE_GETFPREGS 14
51#define PTRACE_SETFPREGS 15
52#define PTRACE_OLDSETOPTIONS 21
Raghu Gandham82fa43f2012-03-27 11:37:17 -070053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Raghu Gandham988ff8f2012-09-21 17:13:25 -070054#define PTRACE_GET_THREAD_AREA 25
Raghu Gandham82fa43f2012-03-27 11:37:17 -070055#define PTRACE_SET_THREAD_AREA 26
56#define PTRACE_PEEKTEXT_3264 0xc0
57#define PTRACE_PEEKDATA_3264 0xc1
Raghu Gandham82fa43f2012-03-27 11:37:17 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Raghu Gandham988ff8f2012-09-21 17:13:25 -070059#define PTRACE_POKETEXT_3264 0xc2
Raghu Gandham82fa43f2012-03-27 11:37:17 -070060#define PTRACE_POKEDATA_3264 0xc3
61#define PTRACE_GET_THREAD_AREA_3264 0xc4
62#endif
Raghu Gandham988ff8f2012-09-21 17:13:25 -070063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */