/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | mca_asm.h | 83 #define PHYSICAL_MODE_ENTER(temp1, temp2, start_addr, old_psr) \ 95 mov temp1 = ar.rnat; \ 99 mov ar.rnat = temp1; \ 100 mov temp1 = psr; \ 109 dep temp1 = 0, temp1, 32, 32; \ 111 dep temp1 = 0, temp1, PSR_IT, 1; \ 113 dep temp1 = 0, temp1, PSR_D [all...] |
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | mca_asm.h | 83 #define PHYSICAL_MODE_ENTER(temp1, temp2, start_addr, old_psr) \ 95 mov temp1 = ar.rnat; \ 99 mov ar.rnat = temp1; \ 100 mov temp1 = psr; \ 109 dep temp1 = 0, temp1, 32, 32; \ 111 dep temp1 = 0, temp1, PSR_IT, 1; \ 113 dep temp1 = 0, temp1, PSR_D [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | mca_asm.S | 412 #define temp1 r2 /* careful, it overlaps with input registers */ define 464 add temp1=temp2, regs // struct ia64_sal_os_state on MCA or INIT stack 467 mov regs=temp1 // save the start of sos 468 st8 [temp1]=r1,16 // os_gp 471 st8 [temp1]=r9,16 // sal_proc 475 st8 [temp1]=r18 // proc_state_param 478 add temp1=SOS(SAL_RA), regs 481 st8 [temp1]=r12,16 // sal_ra 485 st8 [temp1]=r17,16 // pal_min_state 489 st8 [temp1] [all...] |
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | mca_asm.S | 412 #define temp1 r2 /* careful, it overlaps with input registers */ define 464 add temp1=temp2, regs // struct ia64_sal_os_state on MCA or INIT stack 467 mov regs=temp1 // save the start of sos 468 st8 [temp1]=r1,16 // os_gp 471 st8 [temp1]=r9,16 // sal_proc 475 st8 [temp1]=r18 // proc_state_param 478 add temp1=SOS(SAL_RA), regs 481 st8 [temp1]=r12,16 // sal_ra 485 st8 [temp1]=r17,16 // pal_min_state 489 st8 [temp1] [all...] |
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbtest.c | 390 union acpi_object *temp1 = NULL; in acpi_db_test_integer_type() local 405 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp1); in acpi_db_test_integer_type() 412 ACPI_FORMAT_UINT64(temp1->integer.value)); in acpi_db_test_integer_type() 415 if (temp1->integer.value == value_to_write) { in acpi_db_test_integer_type() 442 write_value.integer.value = temp1->integer.value; in acpi_db_test_integer_type() 455 if (temp3->integer.value != temp1->integer.value) { in acpi_db_test_integer_type() 458 ACPI_FORMAT_UINT64(temp1->integer.value)); in acpi_db_test_integer_type() 462 if (temp1) { in acpi_db_test_integer_type() 463 acpi_os_free(temp1); in acpi_db_test_integer_type() 492 union acpi_object *temp1 in acpi_db_test_buffer_type() local 618 union acpi_object *temp1 = NULL; acpi_db_test_string_type() local 708 union acpi_object *temp1 = NULL; acpi_db_test_package_type() local [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dbtest.c | 390 union acpi_object *temp1 = NULL; in acpi_db_test_integer_type() local 405 status = acpi_db_read_from_object(node, ACPI_TYPE_INTEGER, &temp1); in acpi_db_test_integer_type() 412 ACPI_FORMAT_UINT64(temp1->integer.value)); in acpi_db_test_integer_type() 415 if (temp1->integer.value == value_to_write) { in acpi_db_test_integer_type() 442 write_value.integer.value = temp1->integer.value; in acpi_db_test_integer_type() 455 if (temp3->integer.value != temp1->integer.value) { in acpi_db_test_integer_type() 458 ACPI_FORMAT_UINT64(temp1->integer.value)); in acpi_db_test_integer_type() 462 if (temp1) { in acpi_db_test_integer_type() 463 acpi_os_free(temp1); in acpi_db_test_integer_type() 492 union acpi_object *temp1 in acpi_db_test_buffer_type() local 618 union acpi_object *temp1 = NULL; acpi_db_test_string_type() local 708 union acpi_object *temp1 = NULL; acpi_db_test_package_type() local [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | af9005-fe.c | 64 u8 temp0, temp1; in af9005_read_word_agc() local 68 if ((ret = af9005_read_ofdm_register(d, reghi, &temp1))) in af9005_read_word_agc() 72 *value = ((u16) (temp1 & 0x03) << 8) + (u16) temp0; in af9005_read_word_agc() 75 *value = ((u16) (temp1 & 0x0C) << 6) + (u16) temp0; in af9005_read_word_agc() 78 *value = ((u16) (temp1 & 0x30) << 4) + (u16) temp0; in af9005_read_word_agc() 81 *value = ((u16) (temp1 & 0xC0) << 2) + (u16) temp0; in af9005_read_word_agc() 128 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local 155 &temp1); in af9005_get_post_vit_err_cw_count() 158 loc_abort_count = ((u16) temp1 << 8) + temp0; in af9005_get_post_vit_err_cw_count() 168 &temp1); in af9005_get_post_vit_err_cw_count() 228 u8 temp, temp0, temp1, temp2; af9005_get_pre_vit_err_bit_count() local 532 u8 temp0, temp1, temp2, temp3, buf[4]; af9005_fe_program_cfoe() local 808 u8 temp, temp0 = 0, temp1 = 0, temp2 = 0; af9005_fe_init() local 1096 u8 temp, temp0, temp1, temp2; af9005_fe_set_frontend() local [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | af9005-fe.c | 64 u8 temp0, temp1; in af9005_read_word_agc() local 68 if ((ret = af9005_read_ofdm_register(d, reghi, &temp1))) in af9005_read_word_agc() 72 *value = ((u16) (temp1 & 0x03) << 8) + (u16) temp0; in af9005_read_word_agc() 75 *value = ((u16) (temp1 & 0x0C) << 6) + (u16) temp0; in af9005_read_word_agc() 78 *value = ((u16) (temp1 & 0x30) << 4) + (u16) temp0; in af9005_read_word_agc() 81 *value = ((u16) (temp1 & 0xC0) << 2) + (u16) temp0; in af9005_read_word_agc() 128 u8 temp, temp0, temp1, temp2; in af9005_get_post_vit_err_cw_count() local 155 &temp1); in af9005_get_post_vit_err_cw_count() 158 loc_abort_count = ((u16) temp1 << 8) + temp0; in af9005_get_post_vit_err_cw_count() 168 &temp1); in af9005_get_post_vit_err_cw_count() 228 u8 temp, temp0, temp1, temp2; af9005_get_pre_vit_err_bit_count() local 532 u8 temp0, temp1, temp2, temp3, buf[4]; af9005_fe_program_cfoe() local 808 u8 temp, temp0 = 0, temp1 = 0, temp2 = 0; af9005_fe_init() local 1096 u8 temp, temp0, temp1, temp2; af9005_fe_set_frontend() local [all...] |
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/ |
H A D | process_test_066.cpp | 110 char temp1[NUMMAX] = {0}; in TestSpawnAttr() local 159 (void)sprintf_s(temp1, NUMMAX, "pgid = %d", attr.__pgrp); in TestSpawnAttr() 161 (void)sprintf_s(temp1, NUMMAX, "prio = %d", attr.__prio); in TestSpawnAttr() 163 (void)sprintf_s(temp1, NUMMAX, "pol = %d", attr.__pol); in TestSpawnAttr() 165 (void)sprintf_s(temp1, NUMMAX, "uid = %d", getuid()); in TestSpawnAttr() 167 ret = strncmp(temp, temp1, strlen(temp)); in TestSpawnAttr()
|
H A D | process_test_067.cpp | 110 char temp1[NUMMAX] = {0}; in TestSpawnAttr() local 157 (void)sprintf_s(temp1, NUMMAX, "pgid = %d", attr.__pgrp); in TestSpawnAttr() 159 (void)sprintf_s(temp1, NUMMAX, "prio = %d", attr.__prio); in TestSpawnAttr() 161 (void)sprintf_s(temp1, NUMMAX, "pol = %d", attr.__pol); in TestSpawnAttr() 163 (void)sprintf_s(temp1, NUMMAX, "uid = %d", getuid()); in TestSpawnAttr() 165 ret = strncmp(temp, temp1, strlen(temp)); in TestSpawnAttr()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/task/float/ |
H A D | It_smp_los_float_switch_002.c | 46 UINT32 temp1 = 0xff; in TaskF01() local 54 while (temp1--) { in TaskF01() 95 UINT32 temp1 = 0xff; in TaskF02() local 103 while (temp1--) { in TaskF02()
|
H A D | It_smp_los_float_switch_003.c | 45 UINT32 temp1 = 0xff; in TaskF01() local 53 while (temp1--) { in TaskF01()
|
H A D | It_smp_los_float_switch_001.c | 44 UINT32 temp1 = 0xffff; in TaskF01() local 52 while (temp1--) { in TaskF01()
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/ |
H A D | It_posix_pthread_052.cpp | 88 char *temp1; in PthreadF03() local 103 temp1 = (char *)pthread_getspecific(g_key); in PthreadF03() 104 ICUNIT_GOTO_STRING_EQUAL(temp1, "abcde", temp1, EXIT); in PthreadF03()
|
H A D | It_posix_pthread_053.cpp | 36 UINT32 temp1 = 20000; in pthread_f01() local 56 ret = pthread_setspecific(g_key1, (void *)&temp1); in pthread_f01() 80 UINT32 temp1 = 10000; in pthread_f02() local 100 ret = pthread_setspecific(g_key1, (void *)&temp1); in pthread_f02()
|
/kernel/linux/linux-5.10/arch/m68k/lib/ |
H A D | memset.c | 39 size_t temp1; in memset() local 58 : "=a" (ls), "=d" (temp), "=&d" (temp1) in memset()
|
H A D | memcpy.c | 50 size_t temp1; in memcpy() local 69 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1) in memcpy()
|
/kernel/linux/linux-6.6/arch/m68k/lib/ |
H A D | memset.c | 39 size_t temp1; in memset() local 58 : "=a" (ls), "=d" (temp), "=&d" (temp1) in memset()
|
H A D | memcpy.c | 50 size_t temp1; in memcpy() local 69 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1) in memcpy()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | unaligned.c | 111 unsigned long val = 0, temp1; in emulate_ldh() local 125 : "+r" (val), "+r" (ret), "=&r" (temp1) in emulate_ldh() 139 unsigned long val = 0, temp1, temp2; in emulate_ldw() local 157 : "+r" (val), "+r" (ret), "=&r" (temp1), "=&r" (temp2) in emulate_ldw() 172 unsigned long shift, temp1; in emulate_ldd() local 195 : "+r" (val), "+r" (ret), "+r" (saddr), "=&r" (shift), "=&r" (temp1) in emulate_ldd() 213 : "+r" (val), "+r" (ret), "+r" (saddr), "=&r" (shift), "=&r" (temp1) in emulate_ldd() 229 unsigned long val = regs->gr[frreg], temp1; in emulate_sth() local 246 : "+r" (ret), "=&r" (temp1) in emulate_sth()
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | stackframe.h | 42 .macro JUMP_VIRT_ADDR temp1 temp2 43 li.d \temp1, CACHE_BASE 45 or \temp1, \temp1, \temp2 variable 46 jirl zero, \temp1, 0xc variable
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | stackframe.h | 41 .macro JUMP_VIRT_ADDR temp1 temp2 42 li.d \temp1, CACHE_BASE 44 or \temp1, \temp1, \temp2 variable 45 jirl zero, \temp1, 0xc variable
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | memory.c | 568 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_bzero() local 578 temp1 = end_offset - offset; in snd_emu10k1_synth_bzero() 579 if (temp1 < temp) in snd_emu10k1_synth_bzero() 580 temp = temp1; in snd_emu10k1_synth_bzero() 598 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_copy_from_user() local 608 temp1 = end_offset - offset; in snd_emu10k1_synth_copy_from_user() 609 if (temp1 < temp) in snd_emu10k1_synth_copy_from_user() 610 temp = temp1; in snd_emu10k1_synth_copy_from_user()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | memory.c | 573 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_bzero() local 583 temp1 = end_offset - offset; in snd_emu10k1_synth_bzero() 584 if (temp1 < temp) in snd_emu10k1_synth_bzero() 585 temp = temp1; in snd_emu10k1_synth_bzero() 603 int page, nextofs, end_offset, temp, temp1; in snd_emu10k1_synth_copy_from_user() local 613 temp1 = end_offset - offset; in snd_emu10k1_synth_copy_from_user() 614 if (temp1 < temp) in snd_emu10k1_synth_copy_from_user() 615 temp = temp1; in snd_emu10k1_synth_copy_from_user()
|
/kernel/linux/linux-5.10/drivers/w1/masters/ |
H A D | ds2482.c | 450 int temp1; in ds2482_probe() local 476 temp1 = i2c_smbus_read_byte(client); in ds2482_probe() 477 if (temp1 != (DS2482_REG_STS_LL | DS2482_REG_STS_RST)) { in ds2482_probe() 479 "0x%02X - not a DS2482\n", temp1); in ds2482_probe()
|