/xen/xen/common/compat/ |
A D | domain.c | 109 struct compat_vcpu_runstate_info cmp; in compat_common_vcpu_op() member 121 struct compat_vcpu_set_singleshot_timer cmp; in compat_common_vcpu_op() local
|
A D | grant_table.c | 156 } cmp; in compat_grant_table_op() local
|
A D | memory.c | 88 } cmp; in compat_memory_op() local
|
/xen/xen/arch/x86/x86_64/compat/ |
A D | mm.c | 25 struct compat_foreign_memory_map cmp; in compat_arch_memory_op() local 44 struct compat_memory_map cmp; in compat_arch_memory_op() local 71 struct compat_pod_target cmp; in compat_arch_memory_op() local
|
/xen/tools/tests/x86_emulator/ |
A D | simd-fma.c | 7 # define to_bool(cmp) (!~(cmp)[0]) argument 10 # define to_bool(cmp) __builtin_ia32_vtestcps(cmp, (vec_t){} == 0) argument 12 # define to_bool(cmp) __builtin_ia32_vtestcpd(cmp, (vec_t){} == 0) argument 16 # define to_bool(cmp) __builtin_ia32_vtestcps256(cmp, (vec_t){} == 0) argument 18 # define to_bool(cmp) __builtin_ia32_vtestcpd256(cmp, (vec_t){} == 0) argument
|
A D | simd-aes.c | 45 # define to_bool(cmp) B(ptestc, , cmp, (vdi_t){} == 0) argument 48 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
|
A D | simd-gf.c | 32 # define to_bool(cmp) B(ptestc, , cmp, (vdi_t){} == 0) argument 35 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
|
A D | simd-clmul.c | 14 # define to_bool(cmp) B(ptestc, , cmp, (vdi_t){} == 0) argument 16 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
|
A D | simd.c | 54 # define to_bool(cmp) (__builtin_ia32_pmovmskb(cmp) == 0xff) argument 58 # define to_bool(cmp) __builtin_ia32_vtestcps(cmp, (vec_t){} == 0) argument 60 # define to_bool(cmp) __builtin_ia32_vtestcpd(cmp, (vec_t){} == 0) argument 63 # define to_bool(cmp) __builtin_ia32_ptestc128(cmp, (vdi_t){} == 0) argument 65 # define to_bool(cmp) (__builtin_ia32_movmskps(cmp) == 0xf) argument 68 # define to_bool(cmp) (__builtin_ia32_movmskpd(cmp) == 3) argument 70 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument 75 # define to_bool(cmp) __builtin_ia32_ptestc256(cmp, (vdi_t){} == 0) argument 77 # define to_bool(cmp) (__builtin_ia32_movmskps256(cmp) == 0xff) argument 79 # define to_bool(cmp) (__builtin_ia32_movmskpd256(cmp) == 0xf) argument [all …]
|
A D | simd-sg.c | 118 # define to_bool(cmp) __builtin_ia32_ptestc128(cmp, (vec_t){} == 0) argument 120 # define to_bool(cmp) __builtin_ia32_ptestc256(cmp, (vec_t){} == 0) argument
|
A D | simd-sha.c | 35 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
|
/xen/xen/drivers/vpci/ |
A D | vpci.c | 278 int cmp = vpci_register_cmp(r, this); in vpci_add_register_mask() local 305 int cmp = vpci_register_cmp(&r, rm); in vpci_remove_register() local 474 int cmp = vpci_register_cmp(&emu, r); in vpci_read() local 598 int cmp = vpci_register_cmp(&emu, r); in vpci_write() local
|
/xen/xen/include/xen/ |
A D | domain.h | 19 struct compat_vcpu_guest_context *cmp; member
|
/xen/xen/common/ |
A D | hypfs.c | 206 int cmp = strcmp(e->name, new->name); in add_entry() local 306 int cmp = strncmp(name, entry->name, name_len); in hypfs_dir_findentry() local
|
/xen/xen/arch/x86/ |
A D | hpet.c | 126 uint32_t cnt, cmp; in hpet_next_event() local 780 uint32_t cmp, cfg; member
|
/xen/xen/arch/x86/hvm/ |
A D | dm.c | 661 struct compat_dm_op_buf cmp; in compat_dm_op() local
|
A D | hpet.c | 640 uint64_t cmp; in hpet_load() local
|
/xen/xen/arch/arm/ |
A D | gic-v3-its.c | 649 int cmp; in gicv3_its_map_guest_device() local 795 int cmp; in get_its_device() local
|
/xen/xen/arch/x86/cpu/ |
A D | vpmu.c | 226 struct compat_pmu_regs *cmp; in vpmu_do_interrupt() local
|
/xen/xen/arch/x86/cpu/mcheck/ |
A D | mce.c | 1333 struct compat_mc_fetch *cmp; in do_mca() member 1339 struct compat_mc_physcpuinfo *cmp; in do_mca() member
|
/xen/xen/arch/x86/include/asm/hvm/ |
A D | vpt.h | 71 uint64_t cmp; /* comparator */ member
|
/xen/xen/arch/x86/pv/ |
A D | shim.c | 673 struct compat_gnttab_setup_table cmp; in pv_shim_grant_table_op() local
|
/xen/tools/libfsimage/xfs/ |
A D | fsys_xfs.c | 551 int cmp, n, link_count; in xfs_dir() local
|
/xen/xen/include/public/arch-x86/hvm/ |
A D | save.h | 267 struct hvm_hw_cpu_compat cmp; in _hvm_hw_fix_cpu() member 512 uint64_t cmp; /* comparator */ member
|
/xen/tools/firmware/vgabios/ |
A D | clext.c | 1262 cmp [si],cx variable
|