Home
last modified time | relevance | path

Searched +full:0 +full:x100002 (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/netbsd-tests/lib/libc/sys/
H A Dt_lwp_create.c59 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;
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/spi/
H A Dst,stm32-qspi.yaml69 reg = <0x58003000 0x1000>, <0x70000000 0x10000000>;
72 dmas = <&mdma1 22 0x10 0x100002 0x0 0x0>,
73 <&mdma1 22 0x1
[all...]