Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 19 of 19) sorted by relevance

/xen-4.10.0-shim-comet/tools/include/xen-foreign/
A Dmkheader.py115 fileid = re.sub("[-.]", "_", "__FOREIGN_%s__" % outfile.upper());
149 if define.upper()[0] == define[0]:
150 replace = define + "_" + arch.upper();
192 if define.upper()[0] == define[0]:
193 replace = define + "_" + arch.upper();
/xen-4.10.0-shim-comet/xen/common/
A Dbitmap.c130 unsigned long upper, lower; in __bitmap_shift_right() local
137 upper = 0; in __bitmap_shift_right()
139 upper = src[off + k + 1]; in __bitmap_shift_right()
141 upper &= mask; in __bitmap_shift_right()
147 ? (upper << (BITS_PER_LONG - rem)) | (lower >> rem) in __bitmap_shift_right()
176 unsigned long upper, lower; in __bitmap_shift_left() local
186 upper = src[k]; in __bitmap_shift_left()
188 upper &= (1UL << left) - 1; in __bitmap_shift_left()
190 | (upper << rem) in __bitmap_shift_left()
191 : upper; in __bitmap_shift_left()
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dpolicydb.c1596 struct user_datum *upper, *user; in user_bounds_sanity_check() local
1600 upper = user = datum; in user_bounds_sanity_check()
1601 while (upper->bounds) in user_bounds_sanity_check()
1614 upper = p->user_val_to_struct[upper->bounds - 1]; in user_bounds_sanity_check()
1640 upper = role = datum; in role_bounds_sanity_check()
1641 while (upper->bounds) in role_bounds_sanity_check()
1654 upper = p->role_val_to_struct[upper->bounds - 1]; in role_bounds_sanity_check()
1680 upper = type = datum; in type_bounds_sanity_check()
1681 while (upper->bounds) in type_bounds_sanity_check()
1691 upper = p->type_val_to_struct[upper->bounds - 1]; in type_bounds_sanity_check()
[all …]
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/
A Ddiv64.S54 @ See if we need to handle upper 32-bit result.
59 @ Align divisor with upper part of dividend.
84 @ The division loop for needed upper bit positions.
/xen-4.10.0-shim-comet/tools/libxl/
A Didl.py163 self.valuename = str.upper(name)
164 self.rawname = str.upper(enum.rawname) + "_" + self.valuename
165 self.name = str.upper(enum.value_namespace) + self.rawname
186 if v.valuename == str.upper(name):
A Dgentypes.py590 header_define = header.upper().replace('.','_')
640 header_json_define = header_json.upper().replace('.','_')
664 header_private_define = header_private.upper().replace('.','_')
A Dgentest.py14 return str.upper(c)
/xen-4.10.0-shim-comet/xen/drivers/char/
A Dconsole.c169 static int _parse_loglvl(const char *s, int *lower, int *upper) in _parse_loglvl() argument
171 *lower = *upper = __parse_loglvl(s, &s); in _parse_loglvl()
173 *upper = __parse_loglvl(s+1, &s); in _parse_loglvl()
174 if ( *upper < *lower ) in _parse_loglvl()
175 *upper = *lower; in _parse_loglvl()
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_guest.c834 uint32_t lower, upper; in guest_iommu_reg_init() local
836 lower = upper = 0; in guest_iommu_reg_init()
861 set_field_in_reg_u32(PASMAX_9_bit, upper, in guest_iommu_reg_init()
863 IOMMU_EXT_FEATURE_PASMAX_SHIFT, &upper); in guest_iommu_reg_init()
866 iommu->reg_ext_feature.hi = upper; in guest_iommu_reg_init()
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dmem.S14 1: movl $0x0000e820, %eax # e820, upper word zeroed
/xen-4.10.0-shim-comet/docs/misc/
A Dlivepatch.markdown683 more time than the upper bound of time the `rc` in `xen_livepatch_status'
686 more time than the upper bound of time the `rc` in `xen_livepatch_status'
689 payload. If the operation takes more time than the upper bound of time
692 * `time` the upper bound of time (ns) the cmd should take. Zero means to use
711 /* Or upper bound of time (ns) */
A Dkconfig-language.txt99 While normal dependencies reduce the upper limit of a symbol (see
A Dxen-command-line.markdown526 placed at, whereas `<` in place of `@` just specifies an upper bound of
888 of its grant table. This value is an upper boundary of the per-domain
901 maptrack array. This value is an upper boundary of the per-domain
A Dxenstore-paths.markdown248 The lower and upper 64-bit words of the 128-bit VM Generation ID.
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dgenwrap.py218 module_name = ty.rawname[0].upper() + ty.rawname[1:]
/xen-4.10.0-shim-comet/stubdom/grub.patches/
A D99minios236 "Force GRUB to assume that only KBYTES kilobytes of upper memory are"
A D61btrfs.diff570 + * an upper limit on the size of the extent in ram instead of
/xen-4.10.0-shim-comet/docs/man/
A Dxl.pod.1.in411 still used as an upper limit for B<xl mem-set>.
1011 no upper cap.
/xen-4.10.0-shim-comet/stubdom/
A Dlwip.patch-cvs1380 /* make room in upper bits */
1457 + /* fold the upper bit down */

Completed in 34 milliseconds