Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 25 of 26) sorted by relevance

12

/xen/xen/common/compat/
A Ddomain.c109 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 Dgrant_table.c156 } cmp; in compat_grant_table_op() local
A Dmemory.c88 } cmp; in compat_memory_op() local
/xen/xen/arch/x86/x86_64/compat/
A Dmm.c25 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 Dsimd-fma.c7 # 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 Dsimd-aes.c45 # define to_bool(cmp) B(ptestc, , cmp, (vdi_t){} == 0) argument
48 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
A Dsimd-gf.c32 # define to_bool(cmp) B(ptestc, , cmp, (vdi_t){} == 0) argument
35 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
A Dsimd-clmul.c14 # define to_bool(cmp) B(ptestc, , cmp, (vdi_t){} == 0) argument
16 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
A Dsimd.c54 # 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 Dsimd-sg.c118 # 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 Dsimd-sha.c35 # define to_bool(cmp) (__builtin_ia32_pmovmskb128(cmp) == 0xffff) argument
/xen/xen/drivers/vpci/
A Dvpci.c278 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 Ddomain.h19 struct compat_vcpu_guest_context *cmp; member
/xen/xen/common/
A Dhypfs.c206 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 Dhpet.c126 uint32_t cnt, cmp; in hpet_next_event() local
780 uint32_t cmp, cfg; member
/xen/xen/arch/x86/hvm/
A Ddm.c661 struct compat_dm_op_buf cmp; in compat_dm_op() local
A Dhpet.c640 uint64_t cmp; in hpet_load() local
/xen/xen/arch/arm/
A Dgic-v3-its.c649 int cmp; in gicv3_its_map_guest_device() local
795 int cmp; in get_its_device() local
/xen/xen/arch/x86/cpu/
A Dvpmu.c226 struct compat_pmu_regs *cmp; in vpmu_do_interrupt() local
/xen/xen/arch/x86/cpu/mcheck/
A Dmce.c1333 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 Dvpt.h71 uint64_t cmp; /* comparator */ member
/xen/xen/arch/x86/pv/
A Dshim.c673 struct compat_gnttab_setup_table cmp; in pv_shim_grant_table_op() local
/xen/tools/libfsimage/xfs/
A Dfsys_xfs.c551 int cmp, n, link_count; in xfs_dir() local
/xen/xen/include/public/arch-x86/hvm/
A Dsave.h267 struct hvm_hw_cpu_compat cmp; in _hvm_hw_fix_cpu() member
512 uint64_t cmp; /* comparator */ member
/xen/tools/firmware/vgabios/
A Dclext.c1262 cmp [si],cx variable

Completed in 124 milliseconds

12