Searched refs:UINT_MAX (Results 1 – 21 of 21) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/boot/ |
A D | cmdline.c | 145 res = UINT_MAX; in strtoui() 153 res = UINT_MAX; in strtoui() 160 if ( res >= UINT_MAX ) in strtoui() 162 res = UINT_MAX; in strtoui()
|
A D | defs.h | 56 #define UINT_MAX (~0U) macro
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | xmalloc.h | 37 if ( size && num > UINT_MAX / size ) in _xmalloc_array() 46 if ( size && num > UINT_MAX / size ) in _xzalloc_array()
|
A D | types.h | 31 #define UINT_MAX (~0U) macro
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xg_private.h | 37 #if UINT_MAX == ULONG_MAX
|
A D | xc_dom_bzimageloader.c | 121 if ( outsize > UINT_MAX / 2 ) in xc_try_bzip2_decode()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | grant_table.h | 44 return UINT_MAX; in gnttab_dom0_max()
|
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-tools.c | 135 if ( max > UINT_MAX ) in elf_shdr_count() 136 max = UINT_MAX; in elf_shdr_count()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | wait.c | 118 wake_up_nr(wq, UINT_MAX); in wake_up_all()
|
A D | livepatch.c | 213 best = UINT_MAX; in livepatch_symbols_lookup() 218 (best == UINT_MAX || in livepatch_symbols_lookup() 223 if ( best == UINT_MAX ) in livepatch_symbols_lookup() 341 offset[i] = UINT_MAX; in move_payload() 403 ASSERT(offset[i] != UINT_MAX); in move_payload()
|
A D | memory.c | 996 if ( reservation.nr_extents > (UINT_MAX >> MEMOP_EXTENT_SHIFT) ) in do_memory_op() 1123 BUILD_BUG_ON((typeof(xatp.size))-1 > (UINT_MAX >> MEMOP_EXTENT_SHIFT)); in do_memory_op() 1164 (UINT_MAX >> MEMOP_EXTENT_SHIFT)); in do_memory_op()
|
A D | grant_table.c | 406 #define INVALID_MAPTRACK_HANDLE UINT_MAX 3383 guest_handle_cast(uop, gnttab_setup_table_t), count, UINT_MAX); in do_grant_table_op() 3433 UINT_MAX); in do_grant_table_op()
|
A D | sched_credit.c | 2190 prv->master = UINT_MAX; in csched_init()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | dom0_build.c | 75 static unsigned int __initdata opt_dom0_max_vcpus_max = UINT_MAX; 372 d->max_pages = min_t(unsigned long, max_pages, UINT_MAX); in dom0_compute_nr_pages()
|
A D | apic.c | 1271 apic_tmict = min_t(u64, (bus_scale * expire) >> 18, UINT_MAX); in reprogram_timer()
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | memory.c | 97 if ( cmp.rsrv.nr_extents > (UINT_MAX >> MEMOP_EXTENT_SHIFT) ) in compat_memory_op() 240 (UINT_MAX >> MEMOP_EXTENT_SHIFT)); in compat_memory_op()
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/ |
A D | sidtab.c | 231 if ( s->next_sid == UINT_MAX || s->shutdown ) in sidtab_context_to_sid()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | dom0_build.c | 672 acpi_count_intr_ovr, UINT_MAX); in pvh_setup_acpi_madt() 676 UINT_MAX); in pvh_setup_acpi_madt()
|
A D | vlapic.c | 391 uint32_t ppr, target_ppr = UINT_MAX; in vlapic_lowest_prio()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | dmar.c | 524 i = UINT_MAX; in acpi_parse_one_drhd() 590 i = UINT_MAX; in register_one_rmrr()
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat.c | 254 domaininfo[i].max_pages == UINT_MAX in xenstat_get_node()
|
Completed in 37 milliseconds