Lines Matching refs:sync
117 #define PT_SET_VA(_ptp,_npte,sync) do { \ argument
122 #define PT_SET_VA_MA(_ptp,_npte,sync) do { \ argument
127 #define PT_CLEAR_VA(_ptp, sync) do { \ argument
133 #define PD_SET_VA(_pmap, _ptp, _npte, sync) do { \ argument
136 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
138 #define PD_SET_VA_MA(_pmap, _ptp, _npte, sync) do { \ argument
141 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
143 #define PD_CLEAR_VA(_pmap, _ptp, sync) do { \ argument
146 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
151 #define PT_SET_VA(_ptp,_npte,sync) do { \ argument
155 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
157 #define PT_SET_VA_MA(_ptp,_npte,sync) do { \ argument
160 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
162 #define PT_CLEAR_VA(_ptp, sync) do { \ argument
165 if (sync || ALWAYS_SYNC) \
169 #define PD_SET_VA(_pmap, _ptepindex,_npte,sync) do { \ argument
172 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
174 #define PD_SET_VA_MA(_pmap, _ptepindex,_npte,sync) do { \ argument
177 if (sync || ALWAYS_SYNC) xen_flush_queue(); \
179 #define PD_CLEAR_VA(_pmap, _ptepindex, sync) do { \ argument
182 if (sync || ALWAYS_SYNC) xen_flush_queue(); \