/kernel/linux/linux-6.6/lib/ |
H A D | test_firmware.c | 141 struct test_firmware_upload *tst; in upload_lookup_name() local 143 list_for_each_entry(tst, &test_upload_list, node) in upload_lookup_name() 144 if (strncmp(name, tst->name, strlen(tst->name)) == 0) in upload_lookup_name() 145 return tst; in upload_lookup_name() 464 struct test_firmware_upload *tst; in config_upload_name_store() local 468 tst = upload_lookup_name(buf); in config_upload_name_store() 469 if (tst) in config_upload_name_store() 470 test_fw_config->upload_name = tst->name; in config_upload_name_store() 1103 static void upload_release(struct test_firmware_upload *tst) in upload_release() argument 1113 struct test_firmware_upload *tst, *tmp; upload_release_all() local 1137 upload_err_inject_error(struct test_firmware_upload *tst, const u8 *p, const char *prog) upload_err_inject_error() argument 1152 upload_err_inject_prog(struct test_firmware_upload *tst, const u8 *p) upload_err_inject_prog() argument 1171 fw_upload_wait_on_cancel(struct test_firmware_upload *tst) fw_upload_wait_on_cancel() argument 1186 struct test_firmware_upload *tst = fwl->dd_handle; test_fw_upload_prepare() local 1227 struct test_firmware_upload *tst = fwl->dd_handle; test_fw_upload_write() local 1251 struct test_firmware_upload *tst = fwl->dd_handle; test_fw_upload_complete() local 1269 struct test_firmware_upload *tst = fwl->dd_handle; test_fw_upload_cancel() local 1276 struct test_firmware_upload *tst = fwl->dd_handle; test_fw_cleanup() local 1294 struct test_firmware_upload *tst; upload_register_store() local 1353 struct test_firmware_upload *tst; upload_unregister_store() local 1441 struct test_firmware_upload *tst = NULL; upload_read_show() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/timens/ |
H A D | exec.c | 23 struct timespec now, tst; in main() local 32 _gettime(CLOCK_MONOTONIC, &tst, i); in main() 33 if (abs(tst.tv_sec - now.tv_sec) > 5) in main() 34 return pr_fail("%ld %ld\n", now.tv_sec, tst.tv_sec); in main() 52 _gettime(CLOCK_MONOTONIC, &tst, i); in main() 53 if (abs(tst.tv_sec - now.tv_sec) > 5) in main() 55 now.tv_sec, tst.tv_sec); in main() 72 _gettime(CLOCK_MONOTONIC, &tst, i); in main() 73 if (abs(tst.tv_sec - now.tv_sec - OFFSET) > 5) in main() 75 now.tv_sec + OFFSET, tst in main() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/timens/ |
H A D | exec.c | 23 struct timespec now, tst; in main() local 32 _gettime(CLOCK_MONOTONIC, &tst, i); in main() 33 if (abs(tst.tv_sec - now.tv_sec) > 5) in main() 34 return pr_fail("%ld %ld\n", now.tv_sec, tst.tv_sec); in main() 52 _gettime(CLOCK_MONOTONIC, &tst, i); in main() 53 if (abs(tst.tv_sec - now.tv_sec) > 5) in main() 55 now.tv_sec, tst.tv_sec); in main() 72 _gettime(CLOCK_MONOTONIC, &tst, i); in main() 73 if (abs(tst.tv_sec - now.tv_sec - OFFSET) > 5) in main() 75 now.tv_sec + OFFSET, tst in main() [all...] |
H A D | vfork_exec.c | 30 struct timespec *now = args->now, tst; in tcheck() local 34 _gettime(CLOCK_MONOTONIC, &tst, i); in tcheck() 35 if (abs(tst.tv_sec - now->tv_sec) > 5) { in tcheck() 37 args->tst_name, tst.tv_sec, now->tv_sec); in tcheck() 62 struct timespec tst; in check() local 66 _gettime(CLOCK_MONOTONIC, &tst, i); in check() 67 if (abs(tst.tv_sec - now->tv_sec) > 5) in check() 69 tst_name, tst.tv_sec, now->tv_sec); in check()
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | csumpartialcopygeneric.S | 15 * Note that 'tst' and 'teq' preserve the carry flag. 33 tst dst, #1 40 tst dst, #2 59 tst dst, #1 @ dst 16-bit aligned 67 tst len, #6 77 tst len, #6 80 tst len, #1 95 tst dst, #3 @ Test destination alignment 104 tst src, #3 @ Test source alignment 124 tst i [all...] |
H A D | csumpartial.S | 38 tst buf, #1 @ odd address? 44 .Lless4: tst len, #6 64 tst len, #6 67 .Lless8_byte: tst len, #1 @ odd number of bytes 73 tst td0, #1 @ check buffer alignment 77 .Lnot_aligned: tst buf, #1 @ odd address 82 tst buf, #2 @ 32-bit aligned? 104 tst buf, #1 108 tst buf, #3 @ Test destination alignment 130 3: tst le [all...] |
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | csumpartialcopygeneric.S | 15 * Note that 'tst' and 'teq' preserve the carry flag. 33 tst dst, #1 40 tst dst, #2 59 tst dst, #1 @ dst 16-bit aligned 67 tst len, #6 77 tst len, #6 80 tst len, #1 95 tst dst, #3 @ Test destination alignment 104 tst src, #3 @ Test source alignment 124 tst i [all...] |
H A D | csumpartial.S | 38 tst buf, #1 @ odd address? 44 .Lless4: tst len, #6 64 tst len, #6 67 .Lless8_byte: tst len, #1 @ odd number of bytes 73 tst td0, #1 @ check buffer alignment 77 .Lnot_aligned: tst buf, #1 @ odd address 82 tst buf, #2 @ 32-bit aligned? 104 tst buf, #1 108 tst buf, #3 @ Test destination alignment 130 3: tst le [all...] |
/kernel/linux/linux-5.10/drivers/misc/ |
H A D | kgdbts.c | 172 struct test_struct *tst; member 400 fill_get_buf(ts.tst[ts.idx].get); in skip_back_repeat_test() 715 if (ts.tst[ts.idx].put_handler) in validate_simple_test() 716 return ts.tst[ts.idx].put_handler(put_str, in validate_simple_test() 717 ts.tst[ts.idx].put); in validate_simple_test() 719 chk_str = ts.tst[ts.idx].put; in validate_simple_test() 756 if (ts.tst[ts.idx].get_handler) in run_simple_test() 757 ts.tst[ts.idx].get_handler(ts.tst[ts.idx].get); in run_simple_test() 759 fill_get_buf(ts.tst[t in run_simple_test() [all...] |
/kernel/linux/linux-6.6/drivers/misc/ |
H A D | kgdbts.c | 173 struct test_struct *tst; member 410 fill_get_buf(ts.tst[ts.idx].get); in skip_back_repeat_test() 725 if (ts.tst[ts.idx].put_handler) in validate_simple_test() 726 return ts.tst[ts.idx].put_handler(put_str, in validate_simple_test() 727 ts.tst[ts.idx].put); in validate_simple_test() 729 chk_str = ts.tst[ts.idx].put; in validate_simple_test() 766 if (ts.tst[ts.idx].get_handler) in run_simple_test() 767 ts.tst[ts.idx].get_handler(ts.tst[ts.idx].get); in run_simple_test() 769 fill_get_buf(ts.tst[t in run_simple_test() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-ebsa110/include/mach/ |
H A D | entry-macro.S | 22 tst \stat, #15 25 tst \stat, #3 28 tst \stat, #1 31 tst \stat, #1 @ bit 0 should be set
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | abort-lv4t.S | 19 tst r5, #PSR_T_BIT @ check for thumb mode 31 tst r8, #1 << 20 @ L = 1 -> write? 62 tst r8, #1 << 21 @ check writeback bit 79 tst r8, #1 << 23 @ Check U bit 87 tst r8, #1 << 21 @ Check writeback bit 92 tst r8, #1 << 22 @ if (immediate offset) 99 tst r8, #1 << 23 @ Check U bit 107 tst r8, #1 << 21 @ check writeback bit 115 tst r8, #1 << 23 @ Check U bit 123 tst r [all...] |
H A D | proc-v7-2level.S | 81 tst r1, #1 << 4 85 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY 88 tst r1, #L_PTE_USER 91 tst r1, #L_PTE_XN 94 tst r1, #L_PTE_YOUNG
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | abort-lv4t.S | 19 tst r5, #PSR_T_BIT @ check for thumb mode 31 tst r8, #1 << 20 @ L = 1 -> write? 62 tst r8, #1 << 21 @ check writeback bit 79 tst r8, #1 << 23 @ Check U bit 87 tst r8, #1 << 21 @ Check writeback bit 92 tst r8, #1 << 22 @ if (immediate offset) 99 tst r8, #1 << 23 @ Check U bit 107 tst r8, #1 << 21 @ check writeback bit 115 tst r8, #1 << 23 @ Check U bit 123 tst r [all...] |
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | samsung.S | 21 tst \rd, #S5PV210_UFSTAT_TXFULL 40 tst \rd, #S3C2440_UFSTAT_TXFULL 54 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled? 66 tst \rd, #S3C2410_UTRSTAT_TXFE 78 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled? 90 tst \rd, #S3C2410_UTRSTAT_TXFE
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | samsung.S | 21 tst \rd, #S5PV210_UFSTAT_TXFULL 40 tst \rd, #S3C2440_UFSTAT_TXFULL 54 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled? 66 tst \rd, #S3C2410_UTRSTAT_TXFE 78 tst \rd, #S3C2410_UFCON_FIFOMODE @ fifo enabled? 90 tst \rd, #S3C2410_UTRSTAT_TXFE
|
/kernel/linux/linux-5.10/arch/arm/mach-at91/ |
H A D | pm_suspend.S | 28 tst tmp1, #AT91_PMC_MCKRDY 37 tst tmp1, #AT91_PMC_MOSCS 46 tst tmp1, #AT91_PMC_MOSCSELS 192 tst tmp1, #AT91_PMC_MOSCRCS 204 tst tmp1, #AT91_PMC_MOSCRCS 223 tst tmp1, #AT91_PMC_MOSCRCS 235 tst tmp1, #AT91_PMC_MOSCRCS 259 tst tmp1, #AT91_PMC_MOSCRCS 271 tst tmp1, #AT91_PMC_MOSCRCS 346 tst tmp [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | itest.S | 53 tst.l %d0 185 tst.b %d0 209 tst.b %d0 231 tst.b %d0 255 tst.b %d0 279 tst.b %d0 303 tst.b %d0 327 tst.b %d0 351 tst.b %d0 375 tst [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | itest.S | 53 tst.l %d0 185 tst.b %d0 209 tst.b %d0 231 tst.b %d0 255 tst.b %d0 279 tst.b %d0 303 tst.b %d0 327 tst.b %d0 351 tst.b %d0 375 tst [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | relocate_kernel.S | 30 tst r3,#1 36 tst r3,#2 43 tst r3,#4 49 tst r3,#8
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | relocate_kernel.S | 30 tst r3,#1 36 tst r3,#2 43 tst r3,#4 49 tst r3,#8
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sleep33xx.S | 40 tst r4, #WFI_FLAG_FLUSH_CACHE 72 tst r4, #WFI_FLAG_SELF_REFRESH 82 tst r4, #WFI_FLAG_SAVE_EMIF 90 tst r4, #WFI_FLAG_SELF_REFRESH 107 tst r4, #WFI_FLAG_WAKE_M3 175 tst r4, #WFI_FLAG_SELF_REFRESH 183 tst r4, #WFI_FLAG_FLUSH_CACHE
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sleep33xx.S | 40 tst r4, #WFI_FLAG_FLUSH_CACHE 72 tst r4, #WFI_FLAG_SELF_REFRESH 82 tst r4, #WFI_FLAG_SAVE_EMIF 90 tst r4, #WFI_FLAG_SELF_REFRESH 107 tst r4, #WFI_FLAG_WAKE_M3 175 tst r4, #WFI_FLAG_SELF_REFRESH 183 tst r4, #WFI_FLAG_FLUSH_CACHE
|
/kernel/linux/linux-5.10/arch/arm/mach-imx/ |
H A D | ssi-fiq.S | 49 tst r11, #SSI_SIER_TFE0_EN 54 tst r11, #SSI_SISR_TFE0 85 tst r11, #SSI_SIER_RFF0_EN 90 tst r11, #SSI_SISR_RFF0 102 tst r11, #SSI_SACNT_AC97EN
|
/kernel/linux/linux-6.6/arch/arm/mach-imx/ |
H A D | ssi-fiq.S | 49 tst r11, #SSI_SIER_TFE0_EN 54 tst r11, #SSI_SISR_TFE0 85 tst r11, #SSI_SIER_RFF0_EN 90 tst r11, #SSI_SISR_RFF0 102 tst r11, #SSI_SACNT_AC97EN
|