/titanic_41/usr/src/uts/sun4u/vm/ |
H A D | mach_sfmmu.h | 87 #define SET_SECCTX(cnum, is_shctx, tmp1, tmp2, label) \ argument 90 sethi %hi(FLUSH_ADDR), tmp2 ;\ 93 flush tmp2 ;\ 110 flush tmp2 ;\ 281 #define TTE_SET_REF_ML(tte, ttepa, tsbarea, tmp1, tmp2, label) \ argument 300 or %g0, 1, tmp2; \ 301 sllx tmp2, MMU_PAGESHIFT, tmp2; \ 302 xor tmp1, tmp2, tmp1; \ 330 #define TTE_SET_REFMOD_ML(tte, ttepa, tsbarea, tmp1, tmp2, label, \ argument 353 or %g0, 1, tmp2; \ [all …]
|
/titanic_41/usr/src/cmd/mdb/sparc/v9/kmdb/ |
H A D | kaif_asmutil.h | 46 #define ADVANCE_CRUMB_POINTER(cpusave, tmp1, tmp2) \ argument 61 set KRM_SIZE, tmp2; \ 62 3: subcc tmp2, 8, tmp2; \ 64 stx %g0, [tmp1 + tmp2] 71 #define ADD_CRUMB_CONST(cpusave, offset, value, tmp1, tmp2) \ argument 73 mov value, tmp2; \ 74 stx tmp2, [tmp1 + offset] 76 #define ADD_CRUMB_FLAG(cpusave, flag, tmp1, tmp2, tmp3) \ argument 78 ld [tmp1 + KRM_FLAG], tmp2; \ 80 or tmp2, tmp3, tmp2; \ [all …]
|
/titanic_41/usr/src/uts/sun4u/sys/ |
H A D | fpras_impl.h | 140 #define FPRAS_INTERVAL(operation, blk, doex, tmp1, tmp2, tmp3, tmp4, label) \ argument 145 sethi %hi(fpras_disableids), tmp2 ;\ 146 ld [tmp2 + %lo(fpras_disableids)], tmp2 ;\ 149 btst tmp3, tmp2 ;\ 152 set fpras_chkfn_type1, tmp2 ;\ 153 prefetch [tmp2 + (FPRAS_BLK0 + blk * 64)], #one_read ;\ 154 ldn [THREAD_REG + T_CPU], tmp2 ;\ 155 ldn [tmp2 + CPU_PRIVATE], tmp2 ;\ 156 brz,pn tmp2, label/**/f /* early in startup? */ ;\ 160 add tmp2, tmp4, tmp2 ;\ [all …]
|
H A D | cheetahasm.h | 802 #define PCACHE_FLUSHALL(tmp1, tmp2, tmp3) \ argument 804 set MMU_PCONTEXT, tmp2 ;\ 805 ldxa [tmp2]ASI_DMMU, tmp3 ;\ 806 stxa tmp3, [tmp2]ASI_DMMU ;\ 836 #define CH_ICACHE_FLUSHALL(arg1, arg2, tmp1, tmp2) \ argument 837 ldxa [%g0]ASI_DCU, tmp2; \ 838 andn tmp2, DCU_IC, tmp1; \ 851 stxa tmp2, [%g0]ASI_DCU; \ 885 #define ECACHE_FLUSHALL(arg1, arg2, tmp1, tmp2) \ argument 886 CPU_INDEX(tmp1, tmp2); \ [all …]
|
/titanic_41/usr/src/uts/sun4u/starfire/ml/ |
H A D | drmach_asm.s | 93 #define ECACHE_FLUSHALL(lbl, arg1, arg2, arg3, tmp1, tmp2) \ argument 95 andn tmp1, PSTATE_IE | PSTATE_AM, tmp2 ;\ 96 wrpr %g0, tmp2, %pstate ;\ 106 #define SF_WORKAROUND(tmp1, tmp2) \ argument 107 sethi %hi(FLUSH_ADDR), tmp2 ;\ 110 flush tmp2 ; 112 #define SF_WORKAROUND(tmp1, tmp2) argument 124 #define VTAG_FLUSHPAGE(lbl, arg1, arg2, tmp1, tmp2, tmp3, tmp4) \ argument 126 andn tmp1, PSTATE_IE | PSTATE_AM, tmp2 ;\ 127 wrpr tmp2, 0, %pstate ;\ [all …]
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | opl_olympus_asm.s | 774 #define LOG_UGER_REG(uger, tmp, tmp2) \ argument 776 mov tmp, tmp2 ;\ 777 LOG_REG(tmp2, LOG_UGER_OFF, uger) ;\ 779 rd STICK, tmp2 ;\ 780 LOG_REG(tmp, LOG_STICK_OFF, tmp2) ;\ 782 sllx tmp, 32, tmp2 ;\ 784 or tmp2, tmp, tmp2 ;\ 786 LOG_REG(tmp, LOG_TL_OFF, tmp2) ;\ 787 set OPL_SCRATCHPAD_ERRLOG, tmp2 ;\ 788 ldxa [tmp2]ASI_SCRATCHPAD, tmp2 ;\ [all …]
|
H A D | spitfire_asm.s | 54 #define DCACHE_FLUSHPAGE(arg1, arg2, tmp1, tmp2, tmp3) \ argument 60 sethi %hi(dflush_type), tmp2 ;\ 61 ld [tmp2 + %lo(dflush_type)], tmp2 ;\ 62 cmp tmp2, FLUSHPAGE_TYPE ;\ 67 cmp tmp2, FLUSHMATCH_TYPE ;\ 75 sub tmp3, tmp1, tmp2 ;\ 77 stxa %g0, [tmp2]ASI_DC_TAG ;\ 79 cmp %g0, tmp2 ;\ 81 sub tmp2, tmp1, tmp2 ;\ 97 ldxa [arg2 + tmp3]ASI_DC_TAG, tmp2 /* read tag */ ;\ [all …]
|
H A D | us3_common_asm.s | 58 #define DCACHE_FLUSHPAGE(arg1, arg2, tmp1, tmp2, tmp3) \ argument 63 ASM_LD(tmp2, dflush_type) ;\ 64 cmp tmp2, FLUSHPAGE_TYPE ;\ 69 cmp tmp2, FLUSHMATCH_TYPE ;\ 77 sub tmp3, tmp1, tmp2 ;\ 79 stxa %g0, [tmp2]ASI_DC_TAG ;\ 81 cmp %g0, tmp2 ;\ 83 sub tmp2, tmp1, tmp2 ;\ 118 ldxa [arg2]ASI_DC_TAG, tmp2 /* read tag */ ;\ 119 btst CHEETAH_DC_VBIT_MASK, tmp2 ;\ [all …]
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | import_name.c | 62 char *stringrep, *tmp, *tmp2, *cp; local 144 tmp2 = 0; 188 tmp2 = malloc(length+1); 189 if (tmp2 == NULL) { 195 strncpy(tmp2, cp, length); 196 tmp2[length] = 0; 198 stringrep = tmp2; 212 if (tmp2) 213 xfree(tmp2); 225 if (tmp2) [all …]
|
/titanic_41/usr/src/lib/libshell/common/edit/ |
H A D | hexpand.c | 155 *tmp2=0;/* temporary line buffer */ 536 tmp2 = sfopen(tmp2, NULL, "swr"); 558 n = sftell(tmp2); 559 sfputc(tmp2, c); 563 sfseek(tmp2, n, SEEK_SET); 565 sfputc(tmp2, '\0'); 580 sfputc(tmp2, c); 617 sfputr(tmp2, str, -1); 618 sfputr(tmp2, sb.str[1], -1); 622 else if(!sftell(tmp2)) [all …]
|
/titanic_41/usr/src/lib/libm/sparc/src/ |
H A D | libm_inlines.h | 177 uint32_t tmp1, tmp2; in __swapEX() local 192 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2) in __swapEX() 215 uint32_t tmp1, tmp2, tmp3; in __swapRD() local 231 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __swapRD() 242 uint32_t fsr, tmp1, tmp2; in __swapTE() local 258 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2) in __swapTE()
|
/titanic_41/usr/src/lib/libm/sparcv9/src/ |
H A D | libm_inlines.h | 170 uint64_t tmp1, tmp2; in __swapEX() local 185 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2) in __swapEX() 208 uint64_t tmp1, tmp2, tmp3; in __swapRD() local 225 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __swapRD() 237 uint64_t tmp1, tmp2, tmp3; in __swapTE() local 254 : "=r" (ret), "=m" (fsr), "=r" (tmp1), "=r" (tmp2), "=r" (tmp3) in __swapTE()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Pzone.c | 380 char tmp2[PATH_MAX + 1]; in Plofspath() local 396 (void) strlcpy(tmp2, special, sizeof (tmp2) - 1); in Plofspath() 397 (void) strlcat(tmp2, "/", sizeof (tmp2) - 1); in Plofspath() 398 (void) strlcat(tmp2, &p[1], sizeof (tmp2) - 1); in Plofspath() 399 if ((rv = resolvepath(tmp2, tmp2, sizeof (tmp2) - 1)) >= in Plofspath() 401 tmp2[rv] = '\0'; in Plofspath() 402 (void) strlcpy(tmp, tmp2, sizeof (tmp) - 1); in Plofspath() 411 char tmp2[PATH_MAX]; in Plofspath() local 437 (void) strlcpy(tmp2, tmp, sizeof (tmp2)); in Plofspath()
|
/titanic_41/usr/src/common/crypto/dsa/ |
H A D | dsa_impl.c | 426 BIGNUM msg, tmp1, tmp2, tmp3; in dsa_verify() local 512 if (big_init(&tmp2, CHARLEN2BIGNUMLEN(prime_bytes)) != BIG_OK) { in dsa_verify() 524 if (big_ext_gcd_pos(NULL, &tmp2, NULL, &(dsakey.s), &(dsakey.q)) != in dsa_verify() 530 if (tmp2.sign == -1) in dsa_verify() 531 if (big_add(&tmp2, &tmp2, &(dsakey.q)) != BIG_OK) { in dsa_verify() 536 if (big_mul(&tmp1, &msg, &tmp2) != BIG_OK) { in dsa_verify() 546 if (big_mul(&tmp2, &tmp2, &(dsakey.r)) != BIG_OK) { in dsa_verify() 551 if (big_div_pos(NULL, &tmp2, &tmp2, &(dsakey.q)) != BIG_OK) { in dsa_verify() 562 if (big_modexp(&tmp2, &(dsakey.y), &tmp2, &(dsakey.p), NULL) != in dsa_verify() 568 if (big_mul(&tmp1, &tmp1, &tmp2) != BIG_OK) { in dsa_verify() [all …]
|
/titanic_41/usr/src/cmd/abi/appcert/scripts/ |
H A D | symreport.pl | 709 my ($tmp1, $tmp2, $tmp3); 712 $tmp2 = '*' x length($tmp1); 714 print $summary_fh "$tmp2\n$tmp1\n$tmp2\n\n"; 723 $tmp2 = '*' x length($tmp1); 725 print $summary_fh "$tmp2\n$tmp1\n$tmp2\n\n"; 767 $tmp2 = '*' x length($tmp1); 769 print $summary_fh "$tmp2\n$tmp1\n$tmp2\n\n"; 790 $tmp2 = '*' x length($tmp1); 792 print $summary_fh "$tmp2\n$tmp1\n$tmp2\n\n";
|
H A D | AppcertUtil.pm | 1005 my ($tmp1, $tmp2); 1009 while ($tmp2 = readlink($tmp1)) { 1011 if ($tmp2 !~ m,^/,) { 1012 $tmp2 = dirname($tmp1) . "/" . $tmp2; 1015 $tmp1 = $tmp2; # 1024 $tmp1 = $tmp2;
|
/titanic_41/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.s | 170 #define TSB_LOCK_ENTRY(tsbep, tmp1, tmp2, label) \ argument 172 sethi %hi(TSBTAG_LOCKED), tmp2 ;\ 173 cmp tmp1, tmp2 ;\ 176 casa [tsbep]ASI_MEM, tmp1, tmp2 ;\ 177 cmp tmp1, tmp2 ;\ 185 #define TSB_LOCK_ENTRY(tsbep, tmp1, tmp2, label) \ argument 187 sethi %hi(TSBTAG_LOCKED), tmp2 ;\ 188 cmp tmp1, tmp2 ;\ 191 casa [tsbep]%asi, tmp1, tmp2 ;\ 192 cmp tmp1, tmp2 ;\ [all …]
|
/titanic_41/usr/src/uts/sun4v/vm/ |
H A D | mach_sfmmu.h | 75 #define SET_SECCTX(cnum, is_shctx, tmp1, tmp2, label) \ argument 106 #define SETUP_UTSB_ATOMIC_ASI(tmp1, tmp2) argument 326 #define TTE_SET_REF_ML(tte, ttepa, tsbarea, tmp1, tmp2, label) \ argument 358 #define TTE_SET_REFMOD_ML(tte, ttepa, tsbarea, tmp1, tmp2, label, \ argument 402 #define GET_1ST_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument 406 and tsbe, TSB_SOFTSZ_MASK, tmp2 /* tmp2=szc */ ;\ 409 sllx tmp1, tmp2, tmp1 /* tmp1 = nentries in TSB */ ;\ 411 srlx tagacc, MMU_PAGESHIFT, tmp2 ;\ 412 and tmp2, tmp1, tmp1 /* tsbent = virtpage & mask */ ;\
|
/titanic_41/usr/src/lib/libmvec/common/ |
H A D | __vatan.c | 52 double f2, ans2, ansu2, ansl2, tmp2, poly2, conup2, conlo2; in __vatan() local 287 tmp2 = f2*f2; in __vatan() 291 poly2 = f2*((p3*tmp2 + p2)*tmp2 + p1)*tmp2; in __vatan()
|
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypserv_net_secure.c | 70 struct seclist *tmp1, *tmp2; in get_secure_nets() local 74 slist = tmp2 = tmp1; in get_secure_nets() 121 tmp2 = tmp1; in get_secure_nets() 125 tmp2->next = NULL; in get_secure_nets()
|
/titanic_41/usr/src/cmd/cron/ |
H A D | cron.c | 1549 struct tm *tm, ref_tm, tmp, tmp1, tmp2; in tz_next_time() local 1630 tmp2 = tmp; in tz_next_time() 1631 tmp2.tm_isdst = tmp1.tm_isdst; in tz_next_time() 1632 if ((t1 = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time() 1635 if (tmp1.tm_isdst == tmp2.tm_isdst && in tz_next_time() 1636 tm_cmp(&tmp, &tmp2)) { in tz_next_time() 1651 if (tmp1.tm_isdst != tmp2.tm_isdst) { in tz_next_time() 1779 tmp2 = tmp; in tz_next_time() 1780 if ((t1 = xmktime(&tmp2)) == (time_t)-1) { in tz_next_time() 1783 if (tm_cmp(&tmp, &tmp2)) { in tz_next_time() [all …]
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vatan.S | 213 fmuld %f38,%f38,%f24 !tmp2= f2*f2 227 fmuld %f58,%f24,%f22 !p[3]*tmp2 237 faddd %f22,%f60,%f22 !p[3]*tmp2 + p[2] 261 fmuld %f22,%f24,%f22 !(p3*tmp2 + p2)*tmp2 267 fmuld %f38,%f24,%f24 !f*tmp2 268 faddd %f22,%f62,%f22 !(p3*tmp2 + p2)*tmp2 + p1 273 fmuld %f24,%f22,%f22 !poly2 = (f2*tmp2)*((p3*tmp2 + p2)*tmp2 + p1)
|
/titanic_41/usr/src/uts/sun4u/opl/ml/ |
H A D | drmach_asm.s | 61 #define FJSV_SPECULATIVE_OFF(reg, tmp1, tmp2) \ argument 66 set 1, tmp2 ;\ 67 sllx tmp2, MCNTL_SPECULATIVE_SHIFT, tmp2 ;\ 68 or tmp1, tmp2, tmp1 ;\
|
/titanic_41/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 900 #define GET_4MBASE_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument 901 and tsbe, TSB_SOFTSZ_MASK, tmp2; /* tmp2=szc */ \ 904 sllx tmp1, tmp2, tmp1; /* tmp1 = nentries in TSB */ \ 906 srlx tagacc, MMU_PAGESHIFT4M, tmp2; \ 907 and tmp2, tmp1, tmp1; /* tsbent = virtpage & mask */ \ 911 #define GET_2ND_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument 912 GET_4MBASE_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) 926 #define GET_3RD_TSBE_PTR(tagacc, tsbe, tmp1, tmp2) \ argument 927 and tsbe, TSB_SOFTSZ_MASK, tmp2; /* tmp2=szc */ \ 930 sllx tmp1, tmp2, tmp1; /* tmp1 = nentries in TSB */ \ [all …]
|
/titanic_41/usr/src/uts/intel/kdi/ia32/ |
H A D | kdi_asm.s | 181 #define ADVANCE_CRUMB_POINTER(cpusave, tmp1, tmp2) \ argument 196 movl $KDI_NCRUMBS, tmp2; \ 197 3: movl $0, -4(tmp1, tmp2, 4); \ 198 decl tmp2; \
|