Searched refs:isUserspace32bit (Results 1 – 2 of 2) sorted by relevance
67 static constexpr bool isUserspace32bit() { in isUserspace32bit() function78 static_assert(isUserspace32bit(), "huh? ILP32 must have 32-bit userspace");83 static_assert(isUserspace32bit() || isUserspace64bit(), "must be either 32 or 64 bit");139 static_assert(isUserspace32bit(), "huh? arm must be 32 bit"); in isArm()151 static_assert(isUserspace32bit(), "huh? i386 must be 32 bit"); in isX86()
380 if (isUserspace32bit() && isAtLeastKernelVersion(6, 2, 0)) { in doLoad()