/xen/xen/crypto/ |
A D | rijndael.c | 867 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 963 t1 = in rijndaelEncrypt() 989 Te1[(t1 >> 16) & 0xff] ^ in rijndaelEncrypt() 994 Te0[(t1 >> 24) ] ^ in rijndaelEncrypt() 1003 Te3[(t1 ) & 0xff] ^ in rijndaelEncrypt() 1008 Te2[(t1 >> 8) & 0xff] ^ in rijndaelEncrypt() 1149 t1 = in rijndaelDecrypt() 1177 Td3[(t1 ) & 0xff] ^ in rijndaelDecrypt() 1180 Td0[(t1 >> 24) ] ^ in rijndaelDecrypt() 1187 Td1[(t1 >> 16) & 0xff] ^ in rijndaelDecrypt() [all …]
|
A D | vmac.c | 612 { uint64_t t1,t2,m1,m2,t; \ 616 t1 = get64PE(mp+i) + kp[i]; \ 618 m2 = MUL32(t1 >> 32, t2); \ 619 m1 = MUL32(t1, t2 >> 32); \ 620 ADD128(rh,rl,MUL32(t1 >> 32,t2 >> 32),MUL32(t1,t2)); \
|
/xen/xen/arch/x86/ |
A D | flushtlb.c | 49 u32 t, t1, t2; in pre_flush() local 53 t1 = t2 = t; in pre_flush() 55 if ( unlikely(t1 == 0) ) in pre_flush() 59 while ( unlikely((t = cmpxchg(&tlbflush_clock, t1, t2)) != t1) ); in pre_flush()
|
A D | apic.c | 1210 unsigned long long t1, t2; in calibrate_APIC_clock() local 1238 t1 = 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 1071 t1 = NOW() - start; in get_cmos_time() 1073 t1 <= SECONDS(1) ); in get_cmos_time() 1086 t1 > SECONDS(1) || t2 >= MILLISECS(3) || in get_cmos_time()
|
A D | io_apic.c | 1489 unsigned long t1, flags; in timer_irq_works() local 1491 t1 = ACCESS_ONCE(pit0_ticks); in timer_irq_works() 1506 if ( (ACCESS_ONCE(pit0_ticks) - t1) > 4 ) in timer_irq_works()
|
/xen/tools/flask/policy/policy/ |
A D | mls | 39 # | t1 op t2 50 # | t1 op names 70 (( h1 dom h2 ) and (( l1 eq l2 ) or (t1 == mls_priv))); 74 ((l1 dom l2) or (t1 == mls_priv)); 78 ((l1 eq l2) or (t1 == mls_priv));
|
/xen/tools/flask/policy/modules/ |
A D | vm_role.cons | 12 # | t1 op t2 17 # | t1 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 748 t1 = alternative_call(cpuidle_get_tick); in acpi_processor_idle() 752 update_last_cx_stat(power, cx, t1); in acpi_processor_idle() 763 update_idle_stats(power, cx, t1, t2); in acpi_processor_idle() 779 t1 = alternative_call(cpuidle_get_tick); in acpi_processor_idle() 783 update_last_cx_stat(power, cx, t1); in acpi_processor_idle() [all …]
|
/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 | 139 t1 = $(call as-insn,$(CC),".L0: .L1: .skip (.L1 - .L0)",,-no-integrated-as) macro 148 CLANG_FLAGS += $(call or,$(t1),$(t2),$(t3))
|
/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() 1102 switch (t1) { in expr_compare_type() 1128 printf("[%dgt%d?]", t1, t2); in expr_compare_type()
|
/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 | 2035 float X, t1; in weighted_percentile() local 2081 t1=A[I]; in weighted_percentile() 2083 A[J]=t1; in weighted_percentile() 2120 long long X, t1; in self_weighted_percentile() local 2168 t1=A[I]; in self_weighted_percentile() 2170 A[J]=t1; in self_weighted_percentile()
|