Home
last modified time | relevance | path

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

12

/xnu-8020.101.4/bsd/dev/arm64/
H A Dcpu_in_cksum.s194 tst data, #1
214 tst data, #2
234 tst data, #4
339 tst mlen, #32
351 tst mlen, #16
360 tst mlen, #8
368 tst mlen, #4
375 tst mlen, #2
382 tst mlen, #1
H A Dcpu_copy_in_cksum.s90 tst src, #1
261 tst len, #8
267 tst len, #4
275 tst len, #2
281 tst len, #1
/xnu-8020.101.4/osfmk/arm/
H A Dstrncmp.s64 tst r0, #3
101 tst r3, lr, lsl #7
118 tst r3, r3
124 tst r3, lr, lsl #7
H A Dbcopy.s74 tst r0, #0xf
78 tst r0, #(1<<4)
152 tst r0, #(1 << 4)
189 tst r1, #3
234 tst r0, #0xf
238 tst r0, #(1<<4)
297 tst r0, #(1 << 4)
313 tst r1, #3
H A Dstrlen.s49 tst temp, temp
61 tst temp, mask, lsl #7
112 tst word, #0x000000ff
H A Dcaches_asm.s152 tst r0, #1 << (MMU_NSET + MMU_I7SET) // look for overflow
165 tst r0, #1 << (L2_NSET + L2_I7SET) // look for overflow
190 tst r0, #1 << (MMU_NSET + MMU_I7SET) // look for overflow
266 tst r0, #1 << (MMU_NSET + MMU_I7SET) // look for overflow
278 tst r0, #1 << (L2_NSET + L2_I7SET) // look for overflow
302 tst r0, #1 << (MMU_NSET + MMU_I7SET) // look for overflow
H A Dstrnlen.s112 1: tst temp, temp
128 tst word, #0x000000ff
H A Dbzero.s82 tst r12, #0x1f
164 tst r12, #(1 << 4)
H A Dmachine_routines_asm.s679 tst r3, #3
825 tst r0, #3 // Test alignment of user address
853 tst r0, #3 // Test alignment of user address
887 tst r0, #7 // Test alignment of user address
928 tst r1, #3 // Test alignment of user address
957 tst r2, #7 // Test alignment of user address
1049 tst r1, r2 // is `mask` set ?
1099 tst r0, #(1 << HW_LCK_TICKET_LOCK_VALID_BIT)
H A DWKdmCompress_new.s384 tst eax, #4
387 1: tst eax, #2
390 1: tst eax, #1
H A Dlocore.s327 tst sp, #PSR_TF // Is it Thumb?
502 tst ip, #0x0f
1117 tst r4, #PSR_IRQF // Test IRQ set
1226 tst sp, #0x0f // From user? or kernel?
1384 tst r0, #0x0f // Check if the previous is from user
1427 tst sp, #0x0f // From user? or kernel?
1598 tst sp, #0x0f // From user? or kernel?
1641 tst sp, #PSR_IRQF // Test for IRQ masked
H A Dstart.s288 tst r11, #1 << (MMU_NSET + MMU_I7SET) // look for overflow
301 tst r11, #1 << (L2_NSET + L2_I7SET) // look for overflow
H A Dlz4_encode_armv7.s371 tst r5, r5
/xnu-8020.101.4/osfmk/arm64/
H A Dstrncmp.s77 0: tst x0, #(kVectorSize-1)
97 tst x1, #(kVectorSize-1)
145 tst x0, #(kVectorSize-1)
H A Dmemcmp_zero.s124 tst w0, w0
137 tst x3, x3
H A DWKdmCompress_4k.s385 tst eax, #4
388 1: tst eax, #2
391 1: tst eax, #1
H A DWKdmCompress_16k.s387 tst eax, #4
390 1: tst eax, #2
393 1: tst eax, #1
H A Dstrnlen.s75 tst x1, x1
H A Dlz4_encode_arm64.s327 tst x6, x6
363 tst x14, x14
H A Dmachine_routines_asm.s688 tst x0, TBI_MASK // Detect tagged pointers
721 tst w1, w2 // is `mask` set ?
1243 tst w3, #0x1 // Check if PTRAUTH_ADDR_DIVERSIFY is set in flags
H A Dlocore.s560 tst x23, PSR64_MODE_EL_MASK // If any EL MODE bits are set, we're coming from
797 tst w0, PSR64_MODE_EL_MASK
812 tst x2, AST_URGENT // If no urgent ASTs, skip ast_taken
1400 tst x14, AST_URGENT
H A Dcaches_asm.s159 tst x2, x10 // look for overflow
/xnu-8020.101.4/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-8020.101.4/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 …]

12