/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | memory.c | 82 } cmp; in compat_memory_op() local 101 !compat_handle_okay(cmp.rsrv.extent_start, cmp.rsrv.nr_extents) ) in compat_memory_op() 155 order_delta = cmp.xchg.out.extent_order - cmp.xchg.in.extent_order; in compat_memory_op() 157 if ( (cmp.xchg.nr_exchanged > cmp.xchg.in.nr_extents) || in compat_memory_op() 160 ((~0U >> cmp.xchg.in.extent_order) < cmp.xchg.in.nr_extents) || in compat_memory_op() 161 ((~0U >> cmp.xchg.out.extent_order) < cmp.xchg.out.nr_extents) || in compat_memory_op() 163 ((cmp.xchg.in.nr_extents << cmp.xchg.in.extent_order) != in compat_memory_op() 164 (cmp.xchg.out.nr_extents << cmp.xchg.out.extent_order)) ) in compat_memory_op() 180 cmp.xchg.in.extent_order, cmp.xchg.out.extent_order); in compat_memory_op() 267 size = cmp.atpb.size; in compat_memory_op() [all …]
|
A D | grant_table.c | 143 } cmp; in compat_grant_table_op() local 151 else if ( unlikely(__copy_from_guest(&cmp.setup, cmp_uop, 1)) ) in compat_grant_table_op() 153 else if ( unlikely(!compat_handle_okay(cmp.setup.frame_list, cmp.setup.nr_frames)) ) in compat_grant_table_op() 163 XLAT_gnttab_setup_table(nat.setup, &cmp.setup); in compat_grant_table_op() 186 XLAT_gnttab_setup_table(&cmp.setup, nat.setup); in compat_grant_table_op() 188 if ( unlikely(__copy_to_guest(cmp_uop, &cmp.setup, 1)) ) in compat_grant_table_op() 202 XLAT_gnttab_transfer(nat.xfer + n, &cmp.xfer); in compat_grant_table_op() 239 if ( cmp.copy.flags & GNTCOPY_source_gref ) in compat_grant_table_op() 243 if ( cmp.copy.flags & GNTCOPY_dest_gref ) in compat_grant_table_op() 247 XLAT_gnttab_copy(nat.copy + n, &cmp.copy); in compat_grant_table_op() [all …]
|
A D | domain.c | 105 struct compat_vcpu_runstate_info cmp; in compat_vcpu_op() member 110 if ( copy_to_guest(arg, &runstate.cmp, 1) ) in compat_vcpu_op() 117 struct compat_vcpu_set_singleshot_timer cmp; in compat_vcpu_op() local 120 if ( copy_from_guest(&cmp, arg, 1) ) in compat_vcpu_op() 123 XLAT_vcpu_set_singleshot_timer(nat, &cmp); in compat_vcpu_op()
|
/xen-4.10.0-shim-comet/tools/tests/vhpet/ |
A D | main.c | 387 cmp = (uint32_t)cmp; in hpet_set_mode() 393 __func__, __LINE__, cmp, cmp, timer); in hpet_set_mode() 408 __func__, __LINE__, timer, cmp, cmp, cmp2, cmp2); in hpet_set_mode() 431 cmp = 255252; in hpet_check_stopped() 443 __func__, __LINE__, cmp, cmp, timer); in hpet_check_stopped() 447 __func__, __LINE__, timer, cmp, cmp, cmp2, cmp2); in hpet_check_stopped() 455 __func__, __LINE__, timer, cmp, cmp, cmp3, cmp3); in hpet_check_stopped() 464 cmp = 255252; in hpet_check_stopped() 476 __func__, __LINE__, cmp, cmp, timer); in hpet_check_stopped() 518 cmp = 67701; in hpet_check_stopped() [all …]
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/ |
A D | apmbios.S | 37 cmp al, #0 78 cmp al, #0x39 164 cmp al, #0x00 181 cmp al, #0x01 188 cmp al, #0x02 202 cmp al, #0x03 218 cmp al, #0x04 239 cmp bx, #1 242 cmp cx, #3 245 cmp cx, #2 [all …]
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/ |
A D | lib1funcs.S | 116 cmp \divisor, #(1 << 8) 120 cmp \divisor, #(1 << 4) 124 cmp \divisor, #(1 << 2) 179 cmp \dividend, #1 211 cmp r0, r1 256 cmp r1, #0 264 cmp r3, r1 271 cmp ip, #0 286 cmp ip, #0 298 cmp r1, #0 [all …]
|
A D | div64.S | 55 cmp xh, r4 76 1: cmp yl, #0x80000000 86 2: cmp xh, yl 94 3: cmp xh, #0 118 cmp xl, #0 158 cmp r4, #(1 << 16) 163 cmp yl, #(1 << 8) 167 cmp yl, #(1 << 4) 171 cmp yl, #(1 << 2)
|
A D | findbit.S | 34 2: cmp r2, r1 @ any more? 75 2: cmp r2, r1 @ any more? 113 2: cmp r2, r1 @ any more? 147 2: cmp r2, r1 @ any more? 192 cmp r1, r0 @ Clamp to maxbit
|
A D | memset.S | 27 cmp r2, #16 71 cmp r2, #96 116 cmp r3, #2 @ 1
|
A D | memzero.S | 22 cmp r3, #2 @ 1 39 cmp r1, #16 @ 1 we can skip this chunk if we 84 cmp r1, #96
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/ |
A D | mm.c | 24 struct compat_foreign_memory_map cmp; in compat_arch_memory_op() local 27 if ( copy_from_guest(&cmp, arg, 1) ) in compat_arch_memory_op() 32 XLAT_foreign_memory_map(nat, &cmp); in compat_arch_memory_op() 43 struct compat_memory_map cmp; in compat_arch_memory_op() local 46 if ( copy_from_guest(&cmp, arg, 1) ) in compat_arch_memory_op() 51 XLAT_memory_map(nat, &cmp); in compat_arch_memory_op() 59 XLAT_memory_map(&cmp, nat); in compat_arch_memory_op() 61 if ( __copy_to_guest(arg, &cmp, 1) ) in compat_arch_memory_op() 70 struct compat_pod_target cmp; in compat_arch_memory_op() local 76 XLAT_pod_target(nat, &cmp); in compat_arch_memory_op() [all …]
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | sort.c | 45 int (*cmp)(const void *, const void *), in sort() 60 if ( (c < n - size) && (cmp(base + c, base + c + size) < 0) ) in sort() 62 if ( cmp(base + r, base + c) >= 0 ) in sort() 75 if ( (c < i - size) && (cmp(base + c, base + c + size) < 0) ) in sort() 77 if ( cmp(base + r, base + c) >= 0 ) in sort()
|
A D | bsearch.c | 33 int (*cmp)(const void *key, const void *elt)) in bsearch() 41 result = cmp(key, base + mid * size); in bsearch()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | clext.c | 434 cmp al, #0x12 495 cmp bl, #0x80 497 cmp bl, #0xAF 513 cmp al, #0x10 577 cmp ah, #0x4F 579 cmp al, #0x0F 688 cmp ah, al 1260 cmp [si],ax 1262 cmp [si],cx variable 1296 cmp al, ah [all …]
|
A D | vgabios.c | 292 cmp ah, #0x0f 297 cmp ah, #0x1a 302 cmp ah, #0x0b 312 cmp ah, #0x12 314 cmp bl, #0x10 319 cmp bl, #0x30 324 cmp bl, #0x31 329 cmp bl, #0x32 334 cmp bl, #0x33 339 cmp bl, #0x34 [all …]
|
A D | vbe.c | 100 cmp bx, #0x00 116 cmp dx, ax 125 cmp bl, #0x80 127 cmp bl, #0x00 161 cmp esi, #4 387 cmp bx,#0x0100 402 cmp dx,ax 471 cmp al, #0x04 605 cmp al, #0x08 1236 cmp bl, #0x00 [all …]
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/lib/ |
A D | memset.S | 63 cmp count, #15 99 cmp count, #64 104 cmp tmp1w, #0x20 150 cmp count, #63 156 cmp count, #128 176 cmp count, zva_len_x 187 cmp tmp1, #64
|
A D | memmove.S | 60 cmp dstin, src 63 cmp dstin, tmp1 68 cmp count, #16 96 cmp count, #64 110 cmp tmp1w, #0x20
|
A D | strchr.S | 33 cmp w2, w1 37 cmp w2, w1
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | hpet.c | 113 h->hpet.timers[tn].cmp = comparator; in hpet_get_comparator() 392 h->hpet.timers[tn].cmp = (uint32_t)h->hpet.timers[tn].cmp; in hpet_write() 456 h->hpet.timers[tn].cmp = new_val; in hpet_write() 564 rec->timers[0].cmp = hp->hpet.comparator64[0]; in hpet_save() 565 rec->timers[1].cmp = hp->hpet.comparator64[1]; in hpet_save() 578 uint64_t cmp; in hpet_load() local 612 cmp = rec->timers[i].cmp; in hpet_load() 613 hp->hpet.comparator64[i] = cmp; in hpet_load() 615 cmp = (uint32_t)cmp; in hpet_load() 616 hp->hpet.timers[i].cmp = cmp; in hpet_load() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | head.S | 213 cmp $MULTIBOOT2_BOOTLOADER_MAGIC,%eax 233 cmp %r8d,MB2_fixed_total_size(%rbx) 450 cmp $MULTIBOOT2_BOOTLOADER_MAGIC,%eax 454 cmp $MULTIBOOT_BOOTLOADER_MAGIC,%eax 473 cmp %edi,MB2_fixed_total_size(%ebx) 522 cmp $0xa000,%ecx /* sanity check (high) */ 524 cmp $0x4000,%ecx /* sanity check (low) */ 537 cmp %ecx,%edx /* compare with BDA value */ 636 cmp $0x8000,%cx # any function @ 0x8000xxxx? 698 cmp $sym_offs(__trampoline_rel_stop),%edi [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | entry.S | 67 cmp %ecx,(%rdx,%rax,1) 70 cmp %cl,VCPU_vmx_emulate(%rbx) 72 cmp %cl,VCPU_vmx_realmode(%rbx) 74 cmp %cx,VCPU_vm86_seg_mask(%rbx)
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | simd.c | 71 # define to_bool(cmp) (__builtin_ia32_pmovmskb(cmp) == 0xff) argument 75 # define to_bool(cmp) __builtin_ia32_vtestcps(cmp, (vec_t){} == 0) argument 77 # define to_bool(cmp) __builtin_ia32_vtestcpd(cmp, (vec_t){} == 0) argument 80 # define to_bool(cmp) __builtin_ia32_ptestc128(cmp, (vdi_t){} == 0) argument 82 # define to_bool(cmp) (__builtin_ia32_movmskps(cmp) == 0xf) argument 85 # define to_bool(cmp) (__builtin_ia32_movmskpd(cmp) == 3) argument 87 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument 92 # define to_bool(cmp) (__builtin_ia32_movmskps256(cmp) == 0xff) argument 94 # define to_bool(cmp) (__builtin_ia32_movmskpd256(cmp) == 0xf) argument 109 # define to_bool(cmp) _to_bool((byte_vec_t)(cmp)) argument
|
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/ |
A D | head.S | 146 cmp r1, r7 196 cmp r0, r1 265 cmp r9, #XEN_VIRT_START 310 cmp r6, #1 /* r6 is set if already created */ 315 cmp r1, #1 341 cmp r1, #(LPAE_ENTRIES<<3) /* 512*8-byte entries per page */ 351 cmp r6, #1 /* Did we manage to create an identity mapping ? */ 636 cmp r1, r2
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | entry.S | 47 cmp %ecx,(%rdx,%rax,1) 50 cmp %cl,VCPU_nsvm_hap_enabled(%rbx) 52 cmp %rcx,VCPU_nhvm_p2m(%rbx)
|