Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 35) sorted by relevance

12

/xen/tools/fuzz/x86_instruction_emulator/
A Dafl-harness.c15 int max, count; in main() local
/xen/tools/tests/x86_emulator/
A Dsimd.c200 # define max __builtin_ia32_pfmax macro
410 # define max(x, y) __builtin_ia32_maxps256(x, y) macro
435 # define max(x, y) __builtin_ia32_maxps(x, y) macro
457 # define max(x, y) __builtin_ia32_maxpd256(x, y) macro
484 # define max(x, y) __builtin_ia32_maxpd(x, y) macro
619 # define max(x, y) B(pmaxsd, _mask, x, y, undef(), ~0) macro
713 # define max(x, y) B(pmaxsw, _mask, x, y, undef(), ~0) macro
748 # define max(x, y) __builtin_ia32_pmaxsw128(x, y) macro
827 # define max(x, y) __builtin_ia32_pmaxsw256(x, y) macro
840 # define max(x, y) __builtin_ia32_pmaxsd256(x, y) macro
[all …]
/xen/stubdom/vtpmmgr/
A Dmarshal.h63 inline int unpack3_BYTE(BYTE* ptr, UINT32* pos, UINT32 max, BYTE *t) in unpack3_BYTE()
93 inline int unpack3_UINT16(BYTE* ptr, UINT32* pos, UINT32 max, UINT16 *t) in unpack3_UINT16()
117 inline int unpack3_UINT32(BYTE* ptr, UINT32* pos, UINT32 max, UINT32 *t) in unpack3_UINT32()
261 inline int unpack3_BUFFER(BYTE* ptr, UINT32* pos, UINT32 max, BYTE* buf, UINT32 size) { in unpack3_BUFFER()
298 inline int unpack3_PTR(BYTE* ptr, UINT32* pos, UINT32 max, BYTE** buf, UINT32 size, UnpackPtr alloc… in unpack3_PTR()
366 inline int unpack3_TPM_VERSION(BYTE* ptr, UINT32 *pos, UINT32 max, TPM_VERSION* t) { in unpack3_TPM_VERSION()
415 inline int unpack3_TPM_DIGEST(BYTE* ptr, UINT32* pos, UINT32 max, TPM_DIGEST* d) { in unpack3_TPM_DIGEST()
452 inline int unpack3_TPM_NONCE(BYTE* ptr, UINT32* pos, UINT32 max, TPM_NONCE* n) { in unpack3_TPM_NONCE()
640 inline int unpack3_TPM_PCR_INFO(BYTE* ptr, UINT32* pos, UINT32 max, TPM_PCR_INFO* p, UnpackPtr allo… in unpack3_TPM_PCR_INFO()
728 inline int unpack3_TPM_KEY(BYTE* ptr, UINT32* pos, UINT32 max, TPM_KEY* k, UnpackPtr alloc) { in unpack3_TPM_KEY()
[all …]
/xen/tools/include/xen-tools/
A Dlibs.h35 #define max(x, y) \ macro
/xen/xen/arch/x86/boot/
A Ddefs.h40 #define max(x,y) ({ \ macro
/xen/xen/include/public/io/
A Dsndif.h897 uint32_t max; member
901 uint32_t max; member
905 uint32_t max; member
909 uint32_t max; member
/xen/xen/arch/x86/cpu/mtrr/
A Dmain.c103 int i, max; in init_table() local
484 int i, max; in mtrr_del_page() local
A Dgeneric.c297 int i, max; in generic_get_free_region() local
/xen/xen/tools/kconfig/
A Dnconf.h25 #define max(a, b) ({\ macro
/xen/xen/include/xen/
A Dkernel.h21 #define max(x,y) ({ \ macro
/xen/xen/include/acpi/cpufreq/
A Dcpufreq.h64 unsigned int max; /* in kHz */ member
175 unsigned int min, unsigned int max) in cpufreq_verify_within_limits()
/xen/tools/firmware/hvmloader/
A Dpci.c90 uint64_t base, max; in pci_setup() member
/xen/xen/arch/arm/
A Dcpuerrata.c371 #define MIDR_RANGE(model, min, max) \ argument
/xen/tools/libvchan/
A Dinit.c73 #define max(a,b) ((a > b) ? a : b) macro
/xen/xen/arch/x86/mm/
A Dp2m-pt.c117 unsigned long gfn, uint32_t shift, uint32_t max) in p2m_find_entry()
163 u32 max, unsigned int level, bool_t unmap) in p2m_next_level()
/xen/xen/drivers/cpufreq/
A Dcpufreq_ondemand.c102 unsigned int max; in dbs_check_cpu() local
/xen/tools/tests/vpci/
A Demul.h120 #define max(x, y) ({ \ macro
/xen/xen/common/
A Ddomctl.c535 unsigned int i, max = op->u.max_vcpus.max; in do_domctl() local
/xen/xen/arch/x86/
A Dcpuid.c558 const struct cpuid_policy *max = is_pv_domain(d) in recalculate_cpuid_policy() local
/xen/tools/libxc/
A Dxc_cpuid_x86.c294 xen_cpuid_leaf_t *host = NULL, *max = NULL, *cur = NULL; in xc_cpuid_xend_policy() local
A Dxc_offline_page.c45 int max; member
A Dxc_core.c76 uint16_t max; member
/xen/xen/common/libelf/
A Dlibelf-tools.c133 uint64_t max = elf->size / sizeof(Elf32_Shdr); in elf_shdr_count() local
/xen/xen/include/asm-x86/
A Dbitops.h326 static always_inline unsigned int __scanbit(unsigned long val, unsigned int max) in __scanbit()
/xen/tools/firmware/rombios/32bit/
A Dpmm.c294 uint32_t size, max = 0; in pmm_max_avail_length() local

Completed in 41 milliseconds

12