/xen/tools/fuzz/x86_instruction_emulator/ |
A D | afl-harness.c | 15 int max, count; in main() local
|
/xen/tools/tests/x86_emulator/ |
A D | simd.c | 200 # 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 D | marshal.h | 63 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 D | libs.h | 35 #define max(x, y) \ macro
|
/xen/xen/arch/x86/boot/ |
A D | defs.h | 40 #define max(x,y) ({ \ macro
|
/xen/xen/include/public/io/ |
A D | sndif.h | 897 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 D | main.c | 103 int i, max; in init_table() local 484 int i, max; in mtrr_del_page() local
|
A D | generic.c | 297 int i, max; in generic_get_free_region() local
|
/xen/xen/tools/kconfig/ |
A D | nconf.h | 25 #define max(a, b) ({\ macro
|
/xen/xen/include/xen/ |
A D | kernel.h | 21 #define max(x,y) ({ \ macro
|
/xen/xen/include/acpi/cpufreq/ |
A D | cpufreq.h | 64 unsigned int max; /* in kHz */ member 175 unsigned int min, unsigned int max) in cpufreq_verify_within_limits()
|
/xen/tools/firmware/hvmloader/ |
A D | pci.c | 90 uint64_t base, max; in pci_setup() member
|
/xen/xen/arch/arm/ |
A D | cpuerrata.c | 371 #define MIDR_RANGE(model, min, max) \ argument
|
/xen/tools/libvchan/ |
A D | init.c | 73 #define max(a,b) ((a > b) ? a : b) macro
|
/xen/xen/arch/x86/mm/ |
A D | p2m-pt.c | 117 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 D | cpufreq_ondemand.c | 102 unsigned int max; in dbs_check_cpu() local
|
/xen/tools/tests/vpci/ |
A D | emul.h | 120 #define max(x, y) ({ \ macro
|
/xen/xen/common/ |
A D | domctl.c | 535 unsigned int i, max = op->u.max_vcpus.max; in do_domctl() local
|
/xen/xen/arch/x86/ |
A D | cpuid.c | 558 const struct cpuid_policy *max = is_pv_domain(d) in recalculate_cpuid_policy() local
|
/xen/tools/libxc/ |
A D | xc_cpuid_x86.c | 294 xen_cpuid_leaf_t *host = NULL, *max = NULL, *cur = NULL; in xc_cpuid_xend_policy() local
|
A D | xc_offline_page.c | 45 int max; member
|
A D | xc_core.c | 76 uint16_t max; member
|
/xen/xen/common/libelf/ |
A D | libelf-tools.c | 133 uint64_t max = elf->size / sizeof(Elf32_Shdr); in elf_shdr_count() local
|
/xen/xen/include/asm-x86/ |
A D | bitops.h | 326 static always_inline unsigned int __scanbit(unsigned long val, unsigned int max) in __scanbit()
|
/xen/tools/firmware/rombios/32bit/ |
A D | pmm.c | 294 uint32_t size, max = 0; in pmm_max_avail_length() local
|