/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | cpuerrata.c | 4 #define MIDR_RANGE(model, min, max) \ argument
|
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | afl-harness.c | 15 int max, count; in main() local
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | simd.c | 139 # define max(x, y) __builtin_ia32_maxps256(x, y) macro 158 # define max(x, y) __builtin_ia32_maxps(x, y) macro 175 # define max(x, y) __builtin_ia32_maxpd256(x, y) macro 199 # define max(x, y) __builtin_ia32_maxpd(x, y) macro 235 # define max(x, y) ((vec_t)__builtin_ia32_pmaxub128((vqi_t)(x), (vqi_t)(y))) macro 238 # define max(x, y) __builtin_ia32_pmaxsw128(x, y) macro 324 # define max(x, y) ((vec_t)__builtin_ia32_pmaxsb128((vqi_t)(x), (vqi_t)(y))) macro 333 # define max(x, y) __builtin_ia32_pmaxsd128(x, y) macro 342 # define max(x, y) ((vec_t)__builtin_ia32_pmaxuw128((vhi_t)(x), (vhi_t)(y))) macro 347 # define max(x, y) ((vec_t)__builtin_ia32_pmaxud128((vsi_t)(x), (vsi_t)(y))) macro [all …]
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | defs.h | 39 #define max(x,y) ({ \ macro
|
/xen-4.10.0-shim-comet/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 | 261 int i, max; in generic_get_free_region() local
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | nconf.h | 29 #define max(a, b) ({\ macro
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | kernel.h | 21 #define max(x,y) ({ \ macro
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | pci.c | 90 uint64_t base, max; in pci_setup() member
|
/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | init.c | 73 #define max(a,b) ((a > b) ? a : b) macro
|
/xen-4.10.0-shim-comet/xen/drivers/cpufreq/ |
A D | cpufreq_ondemand.c | 102 unsigned int max; in dbs_check_cpu() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | p2m-pt.c | 131 unsigned long gfn, uint32_t shift, uint32_t max) in p2m_find_entry() 187 u32 max, unsigned int level, bool_t unmap) in p2m_next_level()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | cpuid.c | 454 const struct cpuid_policy *max = in recalculate_cpuid_policy() local
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | domctl.c | 570 unsigned int i, max = op->u.max_vcpus.max, cpu; in do_domctl() local
|
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-tools.c | 133 uint64_t max = elf->size / sizeof(Elf32_Shdr); in elf_shdr_count() local
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | bitops.h | 308 static always_inline unsigned int __scanbit(unsigned long val, unsigned int max) in __scanbit()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_offline_page.c | 45 int max; member
|
A D | xc_private.h | 400 #define max(X, Y) ({ \ macro
|
A D | xc_core.c | 76 uint16_t max; member
|
A D | xc_cpuid_x86.c | 553 unsigned int max = info->vendor == VENDOR_AMD in xc_cpuid_pv_policy() local
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-read.c | 556 int err, max, secs; in vhd_read_data() local
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | pmm.c | 294 uint32_t size, max = 0; in pmm_max_avail_length() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/ |
A D | op_model_athlon.c | 106 #define clamp(val, min, max) ({ \ argument
|