Home
last modified time | relevance | path

Searched refs:UINT16_MAX (Results 1 – 9 of 9) sorted by relevance

/xen/xen/include/xen/
A Dtypes.h26 #define UINT16_MAX (65535) macro
/xen/tools/tests/vpci/
A Dmain.c117 VPCI_READ_CHECK(reg + i * 2, 2, (val >> (i * 2 * 8)) & UINT16_MAX); in multiread4_check()
136 VPCI_WRITE_CHECK(reg + i * 2, 2, (val >> (i * 2 * 8)) & UINT16_MAX); in multiwrite4_check()
/xen/tools/libxl/
A Dlibxlu_disk_l.h295 #ifndef UINT16_MAX
296 #define UINT16_MAX (65535U) macro
A Dlibxlu_cfg_l.h318 #ifndef UINT16_MAX
319 #define UINT16_MAX (65535U) macro
A Dlibxlu_cfg_l.c314 #ifndef UINT16_MAX
315 #define UINT16_MAX (65535U) macro
A Dlibxlu_disk_l.c291 #ifndef UINT16_MAX
292 #define UINT16_MAX (65535U) macro
/xen/xen/arch/arm/arm64/
A Dlivepatch.c127 if ( sval < INT16_MIN || sval > UINT16_MAX ) in reloc_data()
193 if ( imm > UINT16_MAX ) in reloc_insn_movw()
/xen/tools/libxc/
A Dxc_core.c118 if ( strtab->length > UINT16_MAX - len ) in xc_core_strtab_get()
128 if ( strtab->max > UINT16_MAX / 2 ) in xc_core_strtab_get()
198 if ( sheaders->num_max > UINT16_MAX - SHDR_INC ) in xc_core_shdr_get()
/xen/xen/common/
A Dkernel.c38 if ( val > UINT16_MAX && val < (uint64_t)INT16_MIN ) in assign_integer_param()

Completed in 17 milliseconds