Lines Matching defs:compat32
137 const bool compat32;
1274 struct _umtx_time *timeout, int compat32, int is_private)
1293 if (compat32 == 0) {
3902 if (ops->compat32)
3913 if (ops->compat32)
3945 return (do_wait(td, uap->obj, uap->val, tm_p, ops->compat32, 0));
4045 if (ops->compat32)
4658 if (ops->compat32) {
4672 if (ops->compat32)
4689 if (ops->compat32) {
4710 * Provide the standard 32-bit definitions for x86, since native/compat32 use a
4712 * along with their standard compat32.
4951 .compat32 = true,
4964 .compat32 = true,
5121 umtx_read_uptr(struct thread *td, uintptr_t ptr, uintptr_t *res, bool compat32)
5127 if (compat32) {
5143 bool compat32)
5147 if (compat32) {
5157 bool compat32)
5167 umtx_read_rb_list(td, &m, rb_list, compat32);
5178 const char *name, bool compat32)
5186 error = umtx_read_uptr(td, rb_list, &rbp, compat32);
5193 error = umtx_handle_rb(td, rbp, &rbp, inact, compat32);
5214 bool compat32;
5234 compat32 = (td->td_pflags2 & TDP2_COMPAT32RB) != 0;
5247 (void)umtx_read_uptr(td, rb_inact, &rb_inact, compat32);
5248 umtx_cleanup_rb_list(td, td->td_rb_list, &rb_inact, "", compat32);
5249 umtx_cleanup_rb_list(td, td->td_rbp_list, &rb_inact, "priv ", compat32);
5251 (void)umtx_handle_rb(td, rb_inact, NULL, true, compat32);