Home
last modified time | relevance | path

Searched refs:UINT_MAX (Results 1 – 21 of 21) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dcmdline.c145 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 Ddefs.h56 #define UINT_MAX (~0U) macro
/xen-4.10.0-shim-comet/xen/include/xen/
A Dxmalloc.h37 if ( size && num > UINT_MAX / size ) in _xmalloc_array()
46 if ( size && num > UINT_MAX / size ) in _xzalloc_array()
A Dtypes.h31 #define UINT_MAX (~0U) macro
/xen-4.10.0-shim-comet/tools/libxc/
A Dxg_private.h37 #if UINT_MAX == ULONG_MAX
A Dxc_dom_bzimageloader.c121 if ( outsize > UINT_MAX / 2 ) in xc_try_bzip2_decode()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dgrant_table.h44 return UINT_MAX; in gnttab_dom0_max()
/xen-4.10.0-shim-comet/xen/common/libelf/
A Dlibelf-tools.c135 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 Dwait.c118 wake_up_nr(wq, UINT_MAX); in wake_up_all()
A Dlivepatch.c213 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 Dmemory.c996 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 Dgrant_table.c406 #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 Dsched_credit.c2190 prv->master = UINT_MAX; in csched_init()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddom0_build.c75 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 Dapic.c1271 apic_tmict = min_t(u64, (bus_scale * expire) >> 18, UINT_MAX); in reprogram_timer()
/xen-4.10.0-shim-comet/xen/common/compat/
A Dmemory.c97 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 Dsidtab.c231 if ( s->next_sid == UINT_MAX || s->shutdown ) in sidtab_context_to_sid()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Ddom0_build.c672 acpi_count_intr_ovr, UINT_MAX); in pvh_setup_acpi_madt()
676 UINT_MAX); in pvh_setup_acpi_madt()
A Dvlapic.c391 uint32_t ppr, target_ppr = UINT_MAX; in vlapic_lowest_prio()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Ddmar.c524 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 Dxenstat.c254 domaininfo[i].max_pages == UINT_MAX in xenstat_get_node()

Completed in 37 milliseconds