Home
last modified time | relevance | path

Searched refs:diff (Results 1 – 25 of 55) sorted by relevance

123

/xen/xen/arch/arm/arm64/lib/
A Dmemcmp.S51 diff .req x6 label
78 eor diff, data1, data2 /* Non-zero if differences found. */
79 csinv endloop, diff, xzr, cs /* Last Dword or differences. */
99 orr diff, diff, mask
181 eor diff, data1, data2 /*Non-zero if differences found.*/
182 csinv endloop, diff, xzr, ne
200 eor diff, data1, data2 /* Non-zero if differences found. */
201 cbnz diff, .Lnot_limit
211 cbz diff, .Lremain8
219 CPU_LE( rev diff, diff )
[all …]
A Dstrcmp.S54 diff .req x5 label
81 eor diff, data1, data2 /* Non-zero if differences found. */
83 orr syndrome, diff, has_nul
150 eor diff, data1, data2 /* Non-zero if differences found. */
151 orr syndrome, diff, has_nul
172 eor diff, data1, data2 /* Non-zero if differences found. */
173 orr syndrome, diff, has_nul
182 eor diff, data1, data2 /* Non-zero if differences found. */
183 orr syndrome, diff, has_nul
215 CPU_BE( orr syndrome, diff, has_nul )
A Dstrncmp.S56 diff .req x6 label
95 eor diff, data1, data2 /* Non-zero if differences found. */
96 csinv endloop, diff, xzr, pl /* Last Dword or differences.*/
119 orr syndrome, diff, has_nul
203 eor diff, data1, data2 /* Non-zero if differences found. */
204 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
227 eor diff, data1, data2 /* Non-zero if differences found. */
228 csinv endloop, diff, xzr, eq
237 eor diff, data1, data2 /* Non-zero if differences found. */
244 orr syndrome, diff, has_nul
[all …]
/xen/xen/arch/x86/include/asm/
A Dregs.h9 unsigned long diff = (uintptr_t)guest_cpu_user_regs() - (uintptr_t)(r); \
11 ASSERT(diff < STACK_SIZE); \
13 if ( diff < PRIMARY_STACK_SIZE ) \
14 ASSERT(!diff || ((r)->cs == __HYPERVISOR_CS)); \
16 !diff || ((r)->cs != __HYPERVISOR_CS); \
/xen/stubdom/grub.patches/
A D50fs_fulldisk.diff1 diff -urN grub-0.97.orig/stage2/fsys_ext2fs.c grub-0.97/stage2/fsys_ext2fs.c
13 diff -urN grub-0.97.orig/stage2/fsys_fat.c grub-0.97/stage2/fsys_fat.c
25 diff -urN grub-0.97.orig/stage2/fsys_ffs.c grub-0.97/stage2/fsys_ffs.c
37 diff -urN grub-0.97.orig/stage2/fsys_minix.c grub-0.97/stage2/fsys_minix.c
49 diff -urN grub-0.97.orig/stage2/fsys_ufs2.c grub-0.97/stage2/fsys_ufs2.c
61 diff -urN grub-0.97.orig/stage2/fsys_vstafs.c grub-0.97/stage2/fsys_vstafs.c
A D00cvs1 diff -uprN grub-0.97/acinclude.m4 grub/acinclude.m4
13 diff -uprN grub-0.97/ChangeLog grub/ChangeLog
144 diff -uprN grub-0.97/configure grub/configure
221 diff -uprN grub-0.97/configure.ac grub/configure.ac
377 diff -uprN grub-0.97/grub/main.c grub/grub/main.c
401 diff -uprN grub-0.97/lib/device.c grub/lib/device.c
716 diff -uprN grub-0.97/stage2/bios.c grub/stage2/bios.c
728 diff -uprN grub-0.97/stage2/boot.c grub/stage2/boot.c
949 diff -uprN grub-0.97/stamp-h.in grub/stamp-h.in
954 diff -uprN grub-0.97/THANKS grub/THANKS
[all …]
A D11graphics-keyboard.diff1 diff --git a/stage2/stage2.c b/stage2/stage2.c
/xen/xen/arch/arm/include/asm/
A Dregs.h51 unsigned long diff = (uintptr_t)guest_cpu_user_regs() - (uintptr_t)(r); in guest_mode() local
53 ASSERT(diff < STACK_SIZE); in guest_mode()
55 ASSERT((diff == 0) || hyp_mode(r)); in guest_mode()
57 return (diff == 0); in guest_mode()
/xen/xen/scripts/xen_analysis/diff_tool/
A Ddebug.py50 def debug_print_parsed_diff(self, diff): argument
54 diff_filename = diff.get_diff_path()
58 for change_obj in diff.get_change_sets().values():
/xen/stubdom/
A DCOPYING26 *.patch and *.diff files
28 This directory contains a number of *.patch and *.diff files.
30 licensed under the license from which the *.patch and *.diff
A Dvtpm-locality.patch1 diff --git a/tpm/tpm_capability.c b/tpm/tpm_capability.c
14 diff --git a/tpm/tpm_cmd_handler.c b/tpm/tpm_cmd_handler.c
38 diff --git a/tpm/tpm_emulator.h b/tpm/tpm_emulator.h
A Dpolarssl.patch1 diff -Naur polarssl-1.1.4/include/polarssl/config.h polarssl-x86_64/include/polarssl/config.h
53 diff -Naur polarssl-1.1.4/library/bignum.c polarssl-x86_64/library/bignum.c
A Dvtpm-deepquote-anyloc.patch1 diff --git a/tpm/tpm_cmd_handler.c b/tpm/tpm_cmd_handler.c
45 diff --git a/tpm/tpm_commands.h b/tpm/tpm_commands.h
65 diff --git a/tpm/tpm_credentials.c b/tpm/tpm_credentials.c
115 diff --git a/tpm/tpm_marshalling.h b/tpm/tpm_marshalling.h
A Dvtpm-parent-sign-ek.patch1 diff --git a/tpm/tpm_cmd_handler.c b/tpm/tpm_cmd_handler.c
55 diff --git a/tpm/tpm_commands.h b/tpm/tpm_commands.h
83 diff --git a/tpm/tpm_credentials.c b/tpm/tpm_credentials.c
122 diff --git a/tpm/tpm_data.c b/tpm/tpm_data.c
143 diff --git a/tpm/tpm_structures.h b/tpm/tpm_structures.h
A Dvtpm-deepquote.patch1 diff --git a/tpm/tpm_cmd_handler.c b/tpm/tpm_cmd_handler.c
57 diff --git a/tpm/tpm_commands.h b/tpm/tpm_commands.h
87 diff --git a/tpm/tpm_credentials.c b/tpm/tpm_credentials.c
141 diff --git a/tpm/tpm_structures.h b/tpm/tpm_structures.h
A Dvtpm-bufsize.patch1 diff --git a/config.h.in b/config.h.in
A Dtpmemu-0.7.4.patch1 diff -Naur tpm_emulator-x86_64-back/tpm/tpm_emulator_extern.c tpm_emulator-x86_64/tpm/tpm_emulator_…
/xen/tools/misc/
A Dxen-lowmemd.c43 unsigned long long free_pages, dom0_pages, diff, dom0_target; in handle_low_mem() local
59 diff = THRESHOLD_PG - free_pages; in handle_low_mem()
69 dom0_target = dom0_pages - diff; in handle_low_mem()
/xen/tools/ocaml/xenstored/
A Dquota.ml73 let update_entry quota_cur id diff =
74 let nb = diff + find_or_zero quota_cur id in
88 | diff -> update_entry dest id diff (* update with [x=x+diff] *)
/xen/xen/arch/x86/guest/hyperv/
A Dtlb.c35 unsigned long diff = end - cur; in fill_gva_list() local
43 if ( diff >= HV_TLB_FLUSH_UNIT ) in fill_gva_list()
50 gva_list[n] |= (diff - 1) >> PAGE_SHIFT; in fill_gva_list()
/xen/xen/arch/x86/
A Dextable.c72 long diff; in search_one_extable() local
77 diff = ex_addr(mid) - value; in search_one_extable()
78 if (diff == 0) in search_one_extable()
80 else if (diff < 0) in search_one_extable()
/xen/xen/arch/arm/
A DREADME.LinuxPrimitives40 diff -u linux/arch/arm64/lib/$i xen/arch/arm/arm64/lib/$i
55 diff -u linux/arch/arm64/lib/$i xen/arch/arm/arm64/lib/$i
84 diff -u ../linux/arch/arm/lib/findbit.S xen/arch/arm/arm32/lib/findbit.S
115 diff -u linux/arch/arm/lib/$i xen/arch/arm/arm32/lib/$i
142 diff -u linux/arch/arm/lib/$i xen/arch/arm/arm32/lib/$i
/xen/tools/hotplug/Linux/
A Dvif-nat98 if ! diff "$tmpfile" "$dhcpd_arg_file" >/dev/null
123 if ! diff "$tmpfile" "$dhcpd_conf_file" >/dev/null
/xen/xen/arch/x86/efi/
A Dmkreloc.c191 int_fast64_t diff, unsigned int width, in diff_sections() argument
208 while ( !(diff & (((int_fast64_t)1 << ((disp + 1) * CHAR_BIT)) - 1)) ) in diff_sections()
236 if ( delta != diff ) in diff_sections()
241 sec->name, i - disp, delta, diff); in diff_sections()
/xen/xen/arch/x86/hvm/
A Dhpet.c228 uint64_t tn_cmp, cur_tick, diff; in hpet_set_timer() local
261 diff = tn_cmp - cur_tick; in hpet_set_timer()
271 if ( (int64_t)diff < 0 ) in hpet_set_timer()
272 diff = (timer_is_32bit(h, tn) && in hpet_set_timer()
274 (-diff > HPET_TINY_TIME_SPAN)) in hpet_set_timer()
275 ? (uint32_t)diff : 0; in hpet_set_timer()
303 diff_ns = hpet_tick_to_ns(h, diff); in hpet_set_timer()

Completed in 53 milliseconds

123