Searched refs:cpub (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
| H A D | cpuvar.h | 406 ulong_t cpub[CPUSET_WORDS]; member 426 #define CPU_IN_SET(set, cpu) BT_TEST((set).cpub, cpu) 427 #define CPUSET_ADD(set, cpu) BT_SET((set).cpub, cpu) 428 #define CPUSET_DEL(set, cpu) BT_CLEAR((set).cpub, cpu) 458 #define CPUSET_ATOMIC_DEL(set, cpu) BT_ATOMIC_CLEAR((set).cpub, (cpu)) 459 #define CPUSET_ATOMIC_ADD(set, cpu) BT_ATOMIC_SET((set).cpub, (cpu)) 462 BT_ATOMIC_SET_EXCL((set).cpub, cpu, result) 465 BT_ATOMIC_CLEAR_EXCL((set).cpub, cpu, result) 471 (set1).cpub[_i] |= (set2).cpub[_i]; \ 477 (set1).cpub[_i] ^= (set2).cpub[_i]; \ [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | test_engine_dso.c | 45 const char *cpub; member 315 BN_hex2bn(&client->pub_key, dhtests[i].cpub); in main()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | sun8i-a83t-allwinner-h8homlet-v2.dts | 200 regulator-name = "vdd-cpub";
|
| H A D | sun8i-a83t-bananapi-m3.dts | 288 regulator-name = "vdd-cpub";
|
| H A D | sun9i-a80-cubieboard4.dts | 439 regulator-name = "vdd-cpub";
|
| H A D | sun8i-a83t-cubietruck-plus.dts | 328 regulator-name = "vdd-cpub";
|
| H A D | sun9i-a80-optimus.dts | 436 regulator-name = "vdd-cpub";
|