Searched refs:UINT_MAX (Results 1 – 22 of 22) sorted by relevance
| /xen/xen/arch/x86/boot/ |
| A D | cmdline.c | 148 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 D | defs.h | 60 #define UINT_MAX (~0U) macro
|
| /xen/xen/include/xen/ |
| A D | xmalloc.h | 83 if ( size && num > UINT_MAX / size ) in _xmalloc_array() 92 if ( size && num > UINT_MAX / size ) in _xzalloc_array()
|
| A D | types.h | 31 #define UINT_MAX (~0U) macro
|
| /xen/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/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/xen/common/ |
| A D | wait.c | 117 wake_up_nr(wq, UINT_MAX); in wake_up_all()
|
| A D | livepatch.c | 181 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 D | memory.c | 1204 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 D | grant_table.c | 526 #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 D | dom0_build.c | 144 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 D | apic.c | 1349 apic_tmict = min_t(u64, (bus_scale * expire) >> 18, UINT_MAX); in reprogram_timer()
|
| /xen/xen/arch/x86/acpi/ |
| A D | cpu_idle.c | 106 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 D | memory.c | 99 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 D | sidtab.c | 231 if ( s->next_sid == UINT_MAX || s->shutdown ) in sidtab_context_to_sid()
|
| /xen/xen/drivers/passthrough/vtd/ |
| A D | dmar.c | 513 i = UINT_MAX; in acpi_parse_one_drhd() 554 i = UINT_MAX; in register_one_rmrr()
|
| /xen/xen/drivers/acpi/ |
| A D | pmstat.c | 415 BUILD_BUG_ON(XEN_SYSCTL_CX_UNLIMITED != UINT_MAX); in do_pm_op()
|
| /xen/xen/arch/x86/hvm/ |
| A D | dom0_build.c | 770 acpi_count_intr_ovr, UINT_MAX); in pvh_setup_acpi_madt() 774 UINT_MAX); in pvh_setup_acpi_madt()
|
| A D | vlapic.c | 390 uint32_t ppr, target_ppr = UINT_MAX; in vlapic_lowest_prio()
|
| /xen/tools/xenstat/libxenstat/src/ |
| A D | xenstat.c | 224 domaininfo[i].max_pages == UINT_MAX in xenstat_get_node()
|
| /xen/xen/common/sched/ |
| A D | credit.c | 2206 prv->master = UINT_MAX; in csched_init()
|
Completed in 80 milliseconds