1 /****************************************************************************
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 _UAPI__SVM_H
20 #define _UAPI__SVM_H
21 #define SVM_EXIT_READ_CR0 0x000
22 #define SVM_EXIT_READ_CR3 0x003
23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24 #define SVM_EXIT_READ_CR4 0x004
25 #define SVM_EXIT_READ_CR8 0x008
26 #define SVM_EXIT_WRITE_CR0 0x010
27 #define SVM_EXIT_WRITE_CR3 0x013
28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29 #define SVM_EXIT_WRITE_CR4 0x014
30 #define SVM_EXIT_WRITE_CR8 0x018
31 #define SVM_EXIT_READ_DR0 0x020
32 #define SVM_EXIT_READ_DR1 0x021
33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
34 #define SVM_EXIT_READ_DR2 0x022
35 #define SVM_EXIT_READ_DR3 0x023
36 #define SVM_EXIT_READ_DR4 0x024
37 #define SVM_EXIT_READ_DR5 0x025
38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
39 #define SVM_EXIT_READ_DR6 0x026
40 #define SVM_EXIT_READ_DR7 0x027
41 #define SVM_EXIT_WRITE_DR0 0x030
42 #define SVM_EXIT_WRITE_DR1 0x031
43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
44 #define SVM_EXIT_WRITE_DR2 0x032
45 #define SVM_EXIT_WRITE_DR3 0x033
46 #define SVM_EXIT_WRITE_DR4 0x034
47 #define SVM_EXIT_WRITE_DR5 0x035
48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
49 #define SVM_EXIT_WRITE_DR6 0x036
50 #define SVM_EXIT_WRITE_DR7 0x037
51 #define SVM_EXIT_EXCP_BASE 0x040
52 #define SVM_EXIT_INTR 0x060
53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
54 #define SVM_EXIT_NMI 0x061
55 #define SVM_EXIT_SMI 0x062
56 #define SVM_EXIT_INIT 0x063
57 #define SVM_EXIT_VINTR 0x064
58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
59 #define SVM_EXIT_CR0_SEL_WRITE 0x065
60 #define SVM_EXIT_IDTR_READ 0x066
61 #define SVM_EXIT_GDTR_READ 0x067
62 #define SVM_EXIT_LDTR_READ 0x068
63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
64 #define SVM_EXIT_TR_READ 0x069
65 #define SVM_EXIT_IDTR_WRITE 0x06a
66 #define SVM_EXIT_GDTR_WRITE 0x06b
67 #define SVM_EXIT_LDTR_WRITE 0x06c
68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
69 #define SVM_EXIT_TR_WRITE 0x06d
70 #define SVM_EXIT_RDTSC 0x06e
71 #define SVM_EXIT_RDPMC 0x06f
72 #define SVM_EXIT_PUSHF 0x070
73 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
74 #define SVM_EXIT_POPF 0x071
75 #define SVM_EXIT_CPUID 0x072
76 #define SVM_EXIT_RSM 0x073
77 #define SVM_EXIT_IRET 0x074
78 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
79 #define SVM_EXIT_SWINT 0x075
80 #define SVM_EXIT_INVD 0x076
81 #define SVM_EXIT_PAUSE 0x077
82 #define SVM_EXIT_HLT 0x078
83 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
84 #define SVM_EXIT_INVLPG 0x079
85 #define SVM_EXIT_INVLPGA 0x07a
86 #define SVM_EXIT_IOIO 0x07b
87 #define SVM_EXIT_MSR 0x07c
88 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
89 #define SVM_EXIT_TASK_SWITCH 0x07d
90 #define SVM_EXIT_FERR_FREEZE 0x07e
91 #define SVM_EXIT_SHUTDOWN 0x07f
92 #define SVM_EXIT_VMRUN 0x080
93 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
94 #define SVM_EXIT_VMMCALL 0x081
95 #define SVM_EXIT_VMLOAD 0x082
96 #define SVM_EXIT_VMSAVE 0x083
97 #define SVM_EXIT_STGI 0x084
98 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
99 #define SVM_EXIT_CLGI 0x085
100 #define SVM_EXIT_SKINIT 0x086
101 #define SVM_EXIT_RDTSCP 0x087
102 #define SVM_EXIT_ICEBP 0x088
103 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
104 #define SVM_EXIT_WBINVD 0x089
105 #define SVM_EXIT_MONITOR 0x08a
106 #define SVM_EXIT_MWAIT 0x08b
107 #define SVM_EXIT_MWAIT_COND 0x08c
108 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
109 #define SVM_EXIT_XSETBV 0x08d
110 #define SVM_EXIT_NPF 0x400
111 #define SVM_EXIT_ERR -1
112 #define SVM_EXIT_REASONS   { SVM_EXIT_READ_CR0, "read_cr0" },   { SVM_EXIT_READ_CR3, "read_cr3" },   { SVM_EXIT_READ_CR4, "read_cr4" },   { SVM_EXIT_READ_CR8, "read_cr8" },   { SVM_EXIT_WRITE_CR0, "write_cr0" },   { SVM_EXIT_WRITE_CR3, "write_cr3" },   { SVM_EXIT_WRITE_CR4, "write_cr4" },   { SVM_EXIT_WRITE_CR8, "write_cr8" },   { SVM_EXIT_READ_DR0, "read_dr0" },   { SVM_EXIT_READ_DR1, "read_dr1" },   { SVM_EXIT_READ_DR2, "read_dr2" },   { SVM_EXIT_READ_DR3, "read_dr3" },   { SVM_EXIT_WRITE_DR0, "write_dr0" },   { SVM_EXIT_WRITE_DR1, "write_dr1" },   { SVM_EXIT_WRITE_DR2, "write_dr2" },   { SVM_EXIT_WRITE_DR3, "write_dr3" },   { SVM_EXIT_WRITE_DR5, "write_dr5" },   { SVM_EXIT_WRITE_DR7, "write_dr7" },   { SVM_EXIT_EXCP_BASE + DB_VECTOR, "DB excp" },   { SVM_EXIT_EXCP_BASE + BP_VECTOR, "BP excp" },   { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" },   { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" },   { SVM_EXIT_EXCP_BASE + NM_VECTOR, "NM excp" },   { SVM_EXIT_EXCP_BASE + MC_VECTOR, "MC excp" },   { SVM_EXIT_INTR, "interrupt" },   { SVM_EXIT_NMI, "nmi" },   { SVM_EXIT_SMI, "smi" },   { SVM_EXIT_INIT, "init" },   { SVM_EXIT_VINTR, "vintr" },   { SVM_EXIT_CPUID, "cpuid" },   { SVM_EXIT_INVD, "invd" },   { SVM_EXIT_HLT, "hlt" },   { SVM_EXIT_INVLPG, "invlpg" },   { SVM_EXIT_INVLPGA, "invlpga" },   { SVM_EXIT_IOIO, "io" },   { SVM_EXIT_MSR, "msr" },   { SVM_EXIT_TASK_SWITCH, "task_switch" },   { SVM_EXIT_SHUTDOWN, "shutdown" },   { SVM_EXIT_VMRUN, "vmrun" },   { SVM_EXIT_VMMCALL, "hypercall" },   { SVM_EXIT_VMLOAD, "vmload" },   { SVM_EXIT_VMSAVE, "vmsave" },   { SVM_EXIT_STGI, "stgi" },   { SVM_EXIT_CLGI, "clgi" },   { SVM_EXIT_SKINIT, "skinit" },   { SVM_EXIT_WBINVD, "wbinvd" },   { SVM_EXIT_MONITOR, "monitor" },   { SVM_EXIT_MWAIT, "mwait" },   { SVM_EXIT_XSETBV, "xsetbv" },   { SVM_EXIT_NPF, "npf" }
113 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
114 #endif
115