Lines Matching +full:0 +full:x100002
59 volatile lwpid_t the_lwp_id = 0;
89 error = _lwp_create(&uc, 0, &lid); \
90 ATF_REQUIRE(error != 0 && errno == EINVAL); \
114 error = _lwp_create(&uc, 0, &lid); in ATF_TC_BODY()
115 ATF_REQUIRE(error == 0); in ATF_TC_BODY()
118 ATF_REQUIRE(error == 0); in ATF_TC_BODY()
148 uc->uc_mcontext.__gregs[_REG_PC] |= 0x1f /*PSR_SYS32_MODE*/;
149 uc->uc_mcontext.__gregs[_REG_CPSR] |= 0x03 /*R15_MODE_SVC*/;
182 uc->uc_mcontext.__gregs[_REG_PC] = 0x100002;
185 uc->uc_mcontext.__gregs[_REG_nPC] = 0x100002;
188 uc->uc_mcontext.__gregs[_REG_PC] = 0;
191 uc->uc_mcontext.__gregs[_REG_nPC] = 0;