Home
last modified time | relevance | path

Searched refs:tst (Results 1 – 17 of 17) sorted by relevance

/xnu-12377.1.9/bsd/dev/arm64/
H A Dcpu_in_cksum.s199 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 Dcpu_copy_in_cksum.s97 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 Dstrncmp.s77 0: tst x0, #(kVectorSize-1)
99 tst x1, #(kVectorSize-1)
147 tst x0, #(kVectorSize-1)
H A Dmemcmp_zero.s124 tst w0, w0
137 tst x3, x3
H A Diofilter_asm.s52 tst x9, #0x1 // Check PAR_EL1.F to see if translation was successful.
H A DWKdmCompress_16k.s392 tst eax, #4
395 1: tst eax, #2
398 1: tst eax, #1
H A DWKdmCompress_4k.s390 tst eax, #4
393 1: tst eax, #2
396 1: tst eax, #1
H A Dstrnlen.s76 tst x1, x1
H A Dlz4_encode_arm64.s327 tst x6, x6
363 tst x14, x14
H A Dmachine_routines_asm.s250 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 Dlocore.s971 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 Dcaches_asm.s160 tst x2, x10 // look for overflow
H A DWKdmDecompress_16k.s323 tst r8, #4
H A DWKdmDecompress_4k.s323 tst r8, #4
/xnu-12377.1.9/bsd/dev/arm/
H A Dcpu_copy_in_cksum.s109 tst src, #1
243 tst len, #8
277 tst len, #1
H A Dcpu_in_cksum.s415 tst r0, #0x01
431 tst r11, #0x01
/xnu-12377.1.9/tests/
H A Dkqueue_file_tests.c673 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 …]