Searched refs:tst (Results 1 – 17 of 17) sorted by relevance
| /xnu-12377.1.9/bsd/dev/arm64/ |
| H A D | cpu_in_cksum.s | 199 tst data, #1 219 tst data, #2 239 tst data, #4 344 tst mlen, #32 356 tst mlen, #16 365 tst mlen, #8 373 tst mlen, #4 380 tst mlen, #2 387 tst mlen, #1
|
| H A D | cpu_copy_in_cksum.s | 97 tst src, #1 268 tst len, #8 274 tst len, #4 282 tst len, #2 288 tst len, #1
|
| /xnu-12377.1.9/osfmk/arm64/ |
| H A D | strncmp.s | 77 0: tst x0, #(kVectorSize-1) 99 tst x1, #(kVectorSize-1) 147 tst x0, #(kVectorSize-1)
|
| H A D | memcmp_zero.s | 124 tst w0, w0 137 tst x3, x3
|
| H A D | iofilter_asm.s | 52 tst x9, #0x1 // Check PAR_EL1.F to see if translation was successful.
|
| H A D | WKdmCompress_16k.s | 392 tst eax, #4 395 1: tst eax, #2 398 1: tst eax, #1
|
| H A D | WKdmCompress_4k.s | 390 tst eax, #4 393 1: tst eax, #2 396 1: tst eax, #1
|
| H A D | strnlen.s | 76 tst x1, x1
|
| H A D | lz4_encode_arm64.s | 327 tst x6, x6 363 tst x14, x14
|
| H A D | machine_routines_asm.s | 250 tst x16, #0x2000 882 tst x0, ARM_TBI_USER_MASK // Detect tagged pointers 1256 tst x2, PSR64_MODE_EL_MASK 1515 tst w3, #0x1 // Check if PTRAUTH_ADDR_DIVERSIFY is set in flags
|
| H A D | locore.s | 971 tst x4, #(PSR64_MODE_EL_MASK) 1238 tst w1, #(ESR_EC_MASK) 1315 tst w0, PSR64_MODE_EL_MASK 1381 tst w2, AST_URGENT // If no urgent ASTs, skip ast_taken 2063 tst w14, AST_URGENT 2405 tst x14, AST_URGENT
|
| H A D | caches_asm.s | 160 tst x2, x10 // look for overflow
|
| H A D | WKdmDecompress_16k.s | 323 tst r8, #4
|
| H A D | WKdmDecompress_4k.s | 323 tst r8, #4
|
| /xnu-12377.1.9/bsd/dev/arm/ |
| H A D | cpu_copy_in_cksum.s | 109 tst src, #1 243 tst len, #8 277 tst len, #1
|
| H A D | cpu_in_cksum.s | 415 tst r0, #0x01 431 tst r11, #0x01
|
| /xnu-12377.1.9/tests/ |
| H A D | kqueue_file_tests.c | 673 init_test_common(test_t *tst, char *testname, char *watchfile, int nprep, int nclean, int event, in… in init_test_common() argument 675 memset(tst, 0, sizeof(test_t)); in init_test_common() 676 tst->t_testname = testname; in init_test_common() 677 tst->t_known_failure = 0; in init_test_common() 678 tst->t_nondeterministic = 0; in init_test_common() 679 tst->t_watchfile = watchfile; in init_test_common() 680 tst->t_n_prep_actions = nprep; in init_test_common() 681 tst->t_n_cleanup_actions = nclean; in init_test_common() 682 tst->t_want_event = (want > 0); in init_test_common() 685 tst->t_is_poll_test = 1; in init_test_common() [all …]
|