/xen/xen/crypto/ |
A D | rijndael.c | 867 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 969 t2 = in rijndaelEncrypt() 990 Te2[(t2 >> 8) & 0xff] ^ in rijndaelEncrypt() 995 Te1[(t2 >> 16) & 0xff] ^ in rijndaelEncrypt() 1000 Te0[(t2 >> 24) ] ^ in rijndaelEncrypt() 1009 Te3[(t2 ) & 0xff] ^ in rijndaelEncrypt() 1155 t2 = in rijndaelDecrypt() 1176 Td2[(t2 >> 8) & 0xff] ^ in rijndaelDecrypt() 1183 Td3[(t2 ) & 0xff] ^ in rijndaelDecrypt() 1186 Td0[(t2 >> 24) ] ^ in rijndaelDecrypt() [all …]
|
A D | vmac.c | 612 { uint64_t t1,t2,m1,m2,t; \ 617 t2 = get64PE(mp+i+1) + kp[i+1]; \ 618 m2 = MUL32(t1 >> 32, t2); \ 619 m1 = MUL32(t1, t2 >> 32); \ 620 ADD128(rh,rl,MUL32(t1 >> 32,t2 >> 32),MUL32(t1,t2)); \ 650 uint32_t t2; in poly_step_func() local 673 t2 = (uint32_t)(p); in poly_step_func() 682 *(uint64_t *)(alo) = (p << 32) | t2; in poly_step_func()
|
/xen/xen/arch/x86/ |
A D | flushtlb.c | 49 u32 t, t1, t2; in pre_flush() local 53 t1 = t2 = t; in pre_flush() 57 t2 = (t + 1) & WRAP_MASK; in pre_flush() 59 while ( unlikely((t = cmpxchg(&tlbflush_clock, t1, t2)) != t1) ); in pre_flush() 62 if ( unlikely(t2 == 0) ) in pre_flush() 66 return t2; in pre_flush()
|
A D | apic.c | 1210 unsigned long long t1, t2; in calibrate_APIC_clock() local 1251 t2 = rdtsc_ordered(); in calibrate_APIC_clock() 1256 ((unsigned long)(t2 - t1) * LOOPS_FRAC) / 1000000, in calibrate_APIC_clock() 1257 (((unsigned long)(t2 - t1) * LOOPS_FRAC) / 100) % 10000); in calibrate_APIC_clock()
|
A D | time.c | 1064 s_time_t start, t1, t2; in get_cmos_time() local 1077 t2 = NOW() - start; in get_cmos_time() 1079 t2 < MILLISECS(3) ); in get_cmos_time() 1086 t1 > SECONDS(1) || t2 >= MILLISECS(3) || in get_cmos_time()
|
/xen/tools/flask/policy/modules/ |
A D | vm_role.cons | 12 # | t1 op t2 18 # | t2 op names
|
/xen/xen/arch/x86/acpi/ |
A D | cpu_idle.c | 309 static uint64_t stime_ticks_elapsed(uint64_t t1, uint64_t t2) { return t2 - t1; } in stime_ticks_elapsed() argument 315 if ( t2 >= t1 ) in acpi_pm_ticks_elapsed() 316 return (t2 - t1); in acpi_pm_ticks_elapsed() 320 return ((0xFFFFFFFF - t1) + t2 +1); in acpi_pm_ticks_elapsed() 668 uint64_t t1, t2 = 0; in acpi_processor_idle() local 757 t2 = alternative_call(cpuidle_get_tick); in acpi_processor_idle() 760 TRACE_6D(TRC_PM_IDLE_EXIT, cx->idx, t2, in acpi_processor_idle() 763 update_idle_stats(power, cx, t1, t2); in acpi_processor_idle() 830 t2 = alternative_call(cpuidle_get_tick); in acpi_processor_idle() 836 TRACE_6D(TRC_PM_IDLE_EXIT, cx->idx, t2, in acpi_processor_idle() [all …]
|
/xen/tools/flask/policy/policy/ |
A D | mls | 39 # | t1 op t2 51 # | t2 op names
|
/xen/xen/tools/kconfig/ |
A D | expr.c | 1098 static int expr_compare_type(enum expr_type t1, enum expr_type t2) in expr_compare_type() argument 1100 if (t1 == t2) in expr_compare_type() 1107 if (t2 == E_EQUAL || t2 == E_UNEQUAL) in expr_compare_type() 1111 if (t2 == E_NOT) in expr_compare_type() 1114 if (t2 == E_AND) in expr_compare_type() 1117 if (t2 == E_OR) in expr_compare_type() 1120 if (t2 == E_LIST) in expr_compare_type() 1123 if (t2 == 0) in expr_compare_type() 1128 printf("[%dgt%d?]", t1, t2); in expr_compare_type()
|
/xen/tools/firmware/rombios/32bit/ |
A D | util.c | 104 int t0, t1, t2; in memcpy() local 116 : "=&c" (t0), "=&D" (t1), "=&S" (t2) in memcpy()
|
/xen/xen/ |
A D | Makefile | 142 t2 = $(call as-insn,$(CC) -I$(BASEDIR)/include,".include \"asm-x86/indirect_thunk_asm.h\"",,-no-int… macro 148 CLANG_FLAGS += $(call or,$(t1),$(t2),$(t3))
|
/xen/tools/firmware/hvmloader/ |
A D | util.c | 152 int t0, t1, t2; in memcpy() local 164 : "=&c" (t0), "=&D" (t1), "=&S" (t2) in memcpy()
|
/xen/tools/xentrace/ |
A D | xenalyze.c | 2036 unsigned long long t2; in weighted_percentile() local 2085 t2=w[I]; in weighted_percentile() 2087 w[J]=t2; in weighted_percentile()
|