Go to the documentation of this file.
23 #define DO_SAVE_MIN IA64_NATIVE_DO_SAVE_MIN
25 #define __paravirt_switch_to ia64_native_switch_to
26 #define __paravirt_leave_syscall ia64_native_leave_syscall
27 #define __paravirt_work_processed_syscall ia64_native_work_processed_syscall
28 #define __paravirt_leave_kernel ia64_native_leave_kernel
29 #define __paravirt_pending_syscall_end ia64_work_pending_syscall_end
30 #define __paravirt_work_processed_syscall_target \
31 ia64_work_processed_syscall
33 #define paravirt_fsyscall_table ia64_native_fsyscall_table
34 #define paravirt_fsys_bubble_down ia64_native_fsys_bubble_down
36 #ifdef CONFIG_PARAVIRT_GUEST_ASM_CLOBBER_CHECK
37 # define PARAVIRT_POISON 0xdeadbeefbaadf00d
38 # define CLOBBER(clob) \
40 movl clob = PARAVIRT_POISON; \
42 # define CLOBBER_PRED(pred_clob) \
44 cmp.eq pred_clob, p0 = r0, r0 \
47 # define CLOBBER(clob)
48 # define CLOBBER_PRED(pred_clob)
51 #define MOV_FROM_IFA(reg) \
54 #define MOV_FROM_ITIR(reg) \
57 #define MOV_FROM_ISR(reg) \
60 #define MOV_FROM_IHA(reg) \
63 #define MOV_FROM_IPSR(pred, reg) \
64 (pred) mov reg = cr.ipsr
66 #define MOV_FROM_IIM(reg) \
69 #define MOV_FROM_IIP(reg) \
72 #define MOV_FROM_IVR(reg, clob) \
76 #define MOV_FROM_PSR(pred, reg, clob) \
77 (pred) mov reg = psr \
80 #define MOV_FROM_ITC(pred, pred_clob, reg, clob) \
81 (pred) mov reg = ar.itc \
83 CLOBBER_PRED(pred_clob)
85 #define MOV_TO_IFA(reg, clob) \
89 #define MOV_TO_ITIR(pred, reg, clob) \
90 (pred) mov cr.itir = reg \
93 #define MOV_TO_IHA(pred, reg, clob) \
94 (pred) mov cr.iha = reg \
97 #define MOV_TO_IPSR(pred, reg, clob) \
98 (pred) mov cr.ipsr = reg \
101 #define MOV_TO_IFS(pred, reg, clob) \
102 (pred) mov cr.ifs = reg \
105 #define MOV_TO_IIP(reg, clob) \
109 #define MOV_TO_KR(kr, reg, clob0, clob1) \
110 mov IA64_KR(kr) = reg \
114 #define ITC_I(pred, reg, clob) \
118 #define ITC_D(pred, reg, clob) \
122 #define ITC_I_AND_D(pred_i, pred_d, reg, clob) \
123 (pred_i) itc.i reg; \
127 #define THASH(pred, reg0, reg1, clob) \
128 (pred) thash reg0 = reg1 \
131 #define SSM_PSR_IC_AND_DEFAULT_BITS_AND_SRLZ_I(clob0, clob1) \
132 ssm psr.ic | PSR_DEFAULT_BITS \
139 #define SSM_PSR_IC_AND_SRLZ_D(clob0, clob1) \
146 #define RSM_PSR_IC(clob) \
150 #define SSM_PSR_I(pred, pred_clob, clob) \
153 CLOBBER_PRED(pred_clob)
155 #define RSM_PSR_I(pred, clob0, clob1) \
160 #define RSM_PSR_I_IC(clob0, clob1, clob2) \
169 #define RSM_PSR_BE_I(clob0, clob1) \
174 #define SSM_PSR_DT_AND_SRLZ_I \
179 #define BSW_0(clob0, clob1, clob2) \
185 #define BSW_1(clob0, clob1) \