Lines Matching +full:32 +full:- +full:bit
43 consisting of three words. Each word is 32 bits on 32 bit arch's, or 64
44 bits on 64 bit arch's, and local byte order. Each thread should have
47 If a thread is running in 32 bit compatibility mode on a 64 native arch
48 kernel, then it can actually have two such structures - one using 32 bit
49 words for 32 bit compatibility mode, and one using 64 bit words for 64
50 bit native mode. The kernel, if it is a 64 bit kernel supporting 32 bit
63 is always a 32 bit word, unlike the other words above. The 'lock
79 The 'lock word' is always 32 bits, and is intended to be the same 32 bit
89 the kernel will walk this list, mark any such locks with a bit
162 1) if bit 31 (0x80000000) is set in that word, then attempt a futex
165 2) atomically set bit 30 (0x40000000) in the 'lock word'.
167 In the above, bit 31 was set by futex waiters on that lock to indicate
168 they were waiting, and bit 30 is set by the kernel to indicate that the
177 'offset') is not the valid address of a 32 bit user space