Searched refs:lower (Results 1 – 22 of 22) sorted by relevance
/xen/tools/pygrub/src/ |
A D | ExtLinuxConf.py | 42 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 D | console.c | 173 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 D | div64.S | 93 @ 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 D | mem.S | 60 addl %ecx, %edx # add in lower memory
|
/xen/xen/common/sched/ |
A D | Kconfig | 15 optimized for lower latency and higher VM density.
|
/xen/xen/tools/ |
A D | gen-cpuid.py | 86 state.values[name.lower().replace("_", "-")] = val 340 names.append(name.lower())
|
/xen/docs/ |
A D | glossary.rst | 43 In this case, it refers to all code running lower privilege privilege
|
/xen/tools/golang/xenlight/ |
A D | gengotypes.py | 661 param_goname = '{}type'.format(param_gotype.lower()[0]) 710 if words[0].lower() == 'libxl':
|
/xen/tools/libxl/ |
A D | gentest.py | 14 return str.lower(c)
|
A D | gentypes.py | 556 s += " return \"%s\";\n" % (v.valuename.lower()) 569 s += " { .s = \"%s\", .v = %s },\n" % (v.valuename.lower(), v.name)
|
/xen/docs/misc/ |
A D | kconfig-language.rst | 136 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 D | xl-psr.pandoc | 153 * the range of COS for CAT is re-indexed, with the lower-half of the COS
|
A D | 9pfs.pandoc | 128 Number of rings. It needs to be lower or equal to max-rings.
|
A D | xenstore-paths.pandoc | 255 The lower and upper 64-bit words of the 128-bit VM Generation ID.
|
A D | xen-command-line.pandoc | 2017 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 D | intel_psr_mba.pandoc | 74 lower bandwidth. The max throttling value (MBA_MAX) supported can be
|
A D | intel_psr_cat_cdp.pandoc | 187 * the range of COS for CAT is re-indexed, with the lower-half of the COS
|
/xen/docs/man/ |
A D | xen-vtpm.7.pod | 281 zeros for the lower 16). This means that any decisions about the
|
A D | xl.1.pod.in | 451 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 D | config.guess | 908 …echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]…
|
/xen/docs/designs/ |
A D | argo.pandoc | 436 multiple individual per-domain locks (and lower level data structure locks) to
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 11716 .org 0xfa6e ;; Character Font for 320x200 & 640x200 Graphics (lower 128 characters)
|
Completed in 54 milliseconds