| /xnu-8020.101.4/bsd/dev/arm64/ |
| H A D | cpu_in_cksum.s | 194 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 D | cpu_copy_in_cksum.s | 90 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 D | strncmp.s | 64 tst r0, #3 101 tst r3, lr, lsl #7 118 tst r3, r3 124 tst r3, lr, lsl #7
|
| H A D | bcopy.s | 74 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 D | strlen.s | 49 tst temp, temp 61 tst temp, mask, lsl #7 112 tst word, #0x000000ff
|
| H A D | caches_asm.s | 152 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 D | strnlen.s | 112 1: tst temp, temp 128 tst word, #0x000000ff
|
| H A D | bzero.s | 82 tst r12, #0x1f 164 tst r12, #(1 << 4)
|
| H A D | machine_routines_asm.s | 679 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 D | WKdmCompress_new.s | 384 tst eax, #4 387 1: tst eax, #2 390 1: tst eax, #1
|
| H A D | locore.s | 327 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 D | start.s | 288 tst r11, #1 << (MMU_NSET + MMU_I7SET) // look for overflow 301 tst r11, #1 << (L2_NSET + L2_I7SET) // look for overflow
|
| H A D | lz4_encode_armv7.s | 371 tst r5, r5
|
| /xnu-8020.101.4/osfmk/arm64/ |
| H A D | strncmp.s | 77 0: tst x0, #(kVectorSize-1) 97 tst x1, #(kVectorSize-1) 145 tst x0, #(kVectorSize-1)
|
| H A D | memcmp_zero.s | 124 tst w0, w0 137 tst x3, x3
|
| H A D | WKdmCompress_4k.s | 385 tst eax, #4 388 1: tst eax, #2 391 1: tst eax, #1
|
| H A D | WKdmCompress_16k.s | 387 tst eax, #4 390 1: tst eax, #2 393 1: tst eax, #1
|
| H A D | strnlen.s | 75 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 | 688 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 D | locore.s | 560 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 D | caches_asm.s | 159 tst x2, x10 // look for overflow
|
| /xnu-8020.101.4/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-8020.101.4/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 …]
|