Home
last modified time | relevance | path

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

/xen/tools/pygrub/src/
A DExtLinuxConf.py42 com = com.lower()
45 if com.lower() == "append" and self.kernel is not None:
69 if a.lower().startswith("initrd="):
161 if l.lower().startswith("label"):
172 com = com.lower()
/xen/xen/drivers/char/
A Dconsole.c173 static void xenlog_update_val(int lower, int upper, char *val) in xenlog_update_val() argument
175 snprintf(val, LOGLVL_VAL_SZ, "%s/%s", lvl2opt[lower], lvl2opt[upper]); in xenlog_update_val()
194 static void xenlog_update_val(int lower, int upper, char *val) in xenlog_update_val() argument
229 static int _parse_loglvl(const char *s, int *lower, int *upper, char *val) in _parse_loglvl() argument
231 *lower = *upper = __parse_loglvl(s, &s); in _parse_loglvl()
234 if ( *upper < *lower ) in _parse_loglvl()
235 *upper = *lower; in _parse_loglvl()
237 xenlog_update_val(*lower, *upper, val); in _parse_loglvl()
/xen/xen/arch/arm/arm32/lib/
A Ddiv64.S93 @ See if we need to handle lower 32-bit result.
100 @ The division loop for lower bit positions.
116 @ Otherwise, if lower part is also null then we are done.
/xen/xen/arch/x86/boot/
A Dmem.S60 addl %ecx, %edx # add in lower memory
/xen/xen/common/sched/
A DKconfig15 optimized for lower latency and higher VM density.
/xen/xen/tools/
A Dgen-cpuid.py86 state.values[name.lower().replace("_", "-")] = val
340 names.append(name.lower())
/xen/docs/
A Dglossary.rst43 In this case, it refers to all code running lower privilege privilege
/xen/tools/golang/xenlight/
A Dgengotypes.py661 param_goname = '{}type'.format(param_gotype.lower()[0])
710 if words[0].lower() == 'libxl':
/xen/tools/libxl/
A Dgentest.py14 return str.lower(c)
A Dgentypes.py556 s += " return \"%s\";\n" % (v.valuename.lower())
569 s += " { .s = \"%s\", .v = %s },\n" % (v.valuename.lower(), v.name)
/xen/docs/misc/
A Dkconfig-language.rst136 below), reverse dependencies can be used to force a lower limit of
155 This is similar to "select" as it enforces a lower limit on another
257 (4) If value of <symbol1> is respectively lower, greater, lower-or-equal,
A Dxl-psr.pandoc153 * the range of COS for CAT is re-indexed, with the lower-half of the COS
A D9pfs.pandoc128 Number of rings. It needs to be lower or equal to max-rings.
A Dxenstore-paths.pandoc255 The lower and upper 64-bit words of the 128-bit VM Generation ID.
A Dxen-command-line.pandoc2017 in some cases and generally lower security risk the option defaults to false.
2028 in some cases and generally lower security risk the option defaults to false.
/xen/docs/features/
A Dintel_psr_mba.pandoc74 lower bandwidth. The max throttling value (MBA_MAX) supported can be
A Dintel_psr_cat_cdp.pandoc187 * the range of COS for CAT is re-indexed, with the lower-half of the COS
/xen/docs/man/
A Dxen-vtpm.7.pod281 zeros for the lower 16). This means that any decisions about the
A Dxl.1.pod.in451 I<mem> can't be set lower than the current memory target for
1094 The ratelimit length must be lower than the timeslice length.
/xen/
A Dconfig.guess908 …echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]…
/xen/docs/designs/
A Dargo.pandoc436 multiple individual per-domain locks (and lower level data structure locks) to
/xen/tools/firmware/rombios/
A Drombios.c11716 .org 0xfa6e ;; Character Font for 320x200 & 640x200 Graphics (lower 128 characters)

Completed in 54 milliseconds