Home
last modified time | relevance | path

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

12

/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/include/asm-x86/
A Dregs.h9 unsigned long diff = (char *)guest_cpu_user_regs() - (char *)(r); \
11 ASSERT(diff < STACK_SIZE); \
13 ASSERT((diff == 0) || (r->cs == __HYPERVISOR_CS)); \
15 (diff == 0); \
/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/include/asm-arm/
A Dregs.h51 unsigned long diff = (char *)guest_cpu_user_regs() - (char *)(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/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.ml82 let add quota diff =
83 Hashtbl.iter (fun id nb -> set_entry quota id (get_entry quota id + nb)) diff.cur
86 Hashtbl.iter (fun id nb -> let diff = nb - (try get_entry orig_quota id with Not_found -> 0) in
87 if diff <> 0 then
88 … set_entry dest_quota id ((try get_entry dest_quota id with Not_found -> 0) + diff)) mod_quota.cur
/xen/xen/arch/x86/
A Dextable.c73 long diff; in search_one_extable() local
78 diff = ex_addr(mid) - value; in search_one_extable()
79 if (diff == 0) in search_one_extable()
81 else if (diff < 0) in search_one_extable()
/xen/xen/arch/x86/guest/hyperv/
A Dtlb.c47 unsigned long diff = end - cur; in fill_gva_list() local
55 if ( diff >= HV_TLB_FLUSH_UNIT ) in fill_gva_list()
62 gva_list[n] |= (diff - 1) >> PAGE_SHIFT; in fill_gva_list()
/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
73 diff -u ../linux/arch/arm/lib/findbit.S xen/arch/arm/arm32/lib/findbit.S
104 diff -u linux/arch/arm/lib/$i xen/arch/arm/arm32/lib/$i
131 diff -u linux/arch/arm/lib/$i xen/arch/arm/arm32/lib/$i
/xen/xen/arch/x86/hvm/
A Dhpet.c239 uint64_t tn_cmp, cur_tick, diff; in hpet_set_timer() local
271 diff = tn_cmp - cur_tick; in hpet_set_timer()
281 if ( (int64_t)diff < 0 ) in hpet_set_timer()
282 diff = (timer_is_32bit(h, tn) && in hpet_set_timer()
284 (-diff > HPET_TINY_TIME_SPAN)) in hpet_set_timer()
285 ? (uint32_t)diff : 0; in hpet_set_timer()
314 TRC_PAR_LONG(hpet_tick_to_ns(h, diff)), in hpet_set_timer()
318 hpet_tick_to_ns(h, diff), in hpet_set_timer()
/xen/tools/hotplug/Linux/
A Dvif-nat98 if diff "$tmpfile" "$dhcpd_arg_file" >/dev/null
124 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/tools/
A Dscmversion55 if git diff-index --name-only HEAD | grep -qv "^scripts/package"; then

Completed in 25 milliseconds

12