Home
last modified time | relevance | path

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

/xen/xen/arch/x86/boot/
A Dcmdline.c148 res = UINT_MAX; in strtoui()
156 res = UINT_MAX; in strtoui()
163 if ( res >= UINT_MAX ) in strtoui()
165 res = UINT_MAX; in strtoui()
A Ddefs.h60 #define UINT_MAX (~0U) macro
/xen/xen/include/xen/
A Dxmalloc.h83 if ( size && num > UINT_MAX / size ) in _xmalloc_array()
92 if ( size && num > UINT_MAX / size ) in _xzalloc_array()
A Dtypes.h31 #define UINT_MAX (~0U) macro
/xen/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/xen/common/libelf/
A Dlibelf-tools.c135 if ( max > UINT_MAX ) in elf_shdr_count()
136 max = UINT_MAX; in elf_shdr_count()
/xen/xen/common/
A Dwait.c117 wake_up_nr(wq, UINT_MAX); in wake_up_all()
A Dlivepatch.c181 best = UINT_MAX; in livepatch_symbols_lookup()
186 (best == UINT_MAX || in livepatch_symbols_lookup()
191 if ( best == UINT_MAX ) in livepatch_symbols_lookup()
309 offset[i] = UINT_MAX; in move_payload()
371 ASSERT(offset[i] != UINT_MAX); in move_payload()
A Dmemory.c1204 if ( reservation.nr_extents > (UINT_MAX >> MEMOP_EXTENT_SHIFT) ) in do_memory_op()
1331 BUILD_BUG_ON((typeof(xatp.size))-1 > (UINT_MAX >> MEMOP_EXTENT_SHIFT)); in do_memory_op()
1372 (UINT_MAX >> MEMOP_EXTENT_SHIFT)); in do_memory_op()
A Dgrant_table.c526 #define INVALID_MAPTRACK_HANDLE UINT_MAX
3589 guest_handle_cast(uop, gnttab_setup_table_t), count, UINT_MAX); in do_grant_table_op()
3638 UINT_MAX); in do_grant_table_op()
/xen/xen/arch/x86/
A Ddom0_build.c144 static unsigned int __initdata opt_dom0_max_vcpus_max = UINT_MAX;
418 d->max_pages = min_t(unsigned long, max_pages, UINT_MAX); in dom0_compute_nr_pages()
A Dapic.c1349 apic_tmict = min_t(u64, (bus_scale * expire) >> 18, UINT_MAX); in reprogram_timer()
/xen/xen/arch/x86/acpi/
A Dcpu_idle.c106 unsigned int max_cstate __read_mostly = UINT_MAX;
107 unsigned int max_csubstate __read_mostly = UINT_MAX;
380 if ( max_cstate < UINT_MAX ) in dump_cx()
383 if ( max_csubstate < UINT_MAX ) in dump_cx()
/xen/xen/common/compat/
A Dmemory.c99 if ( cmp.rsrv.nr_extents > (UINT_MAX >> MEMOP_EXTENT_SHIFT) ) in compat_memory_op()
242 (UINT_MAX >> MEMOP_EXTENT_SHIFT)); in compat_memory_op()
/xen/xen/xsm/flask/ss/
A Dsidtab.c231 if ( s->next_sid == UINT_MAX || s->shutdown ) in sidtab_context_to_sid()
/xen/xen/drivers/passthrough/vtd/
A Ddmar.c513 i = UINT_MAX; in acpi_parse_one_drhd()
554 i = UINT_MAX; in register_one_rmrr()
/xen/xen/drivers/acpi/
A Dpmstat.c415 BUILD_BUG_ON(XEN_SYSCTL_CX_UNLIMITED != UINT_MAX); in do_pm_op()
/xen/xen/arch/x86/hvm/
A Ddom0_build.c770 acpi_count_intr_ovr, UINT_MAX); in pvh_setup_acpi_madt()
774 UINT_MAX); in pvh_setup_acpi_madt()
A Dvlapic.c390 uint32_t ppr, target_ppr = UINT_MAX; in vlapic_lowest_prio()
/xen/tools/xenstat/libxenstat/src/
A Dxenstat.c224 domaininfo[i].max_pages == UINT_MAX in xenstat_get_node()
/xen/xen/common/sched/
A Dcredit.c2206 prv->master = UINT_MAX; in csched_init()

Completed in 80 milliseconds