Searched refs:cat (Results 1 – 21 of 21) sorted by relevance
373 cat_info->cos_max = hw_info->u.cat.cos_max; in libxl__hw_info_to_libxl_cat_info()374 cat_info->cbm_len = hw_info->u.cat.cbm_len; in libxl__hw_info_to_libxl_cat_info()375 cat_info->cdp_enabled = hw_info->u.cat.cdp_enabled; in libxl__hw_info_to_libxl_cat_info()481 xl_info->u.cat.cos_max = xc_info->cat.cos_max; in libxl__xc_hw_info_to_libxl_hw_info()482 xl_info->u.cat.cbm_len = xc_info->cat.cbm_len; in libxl__xc_hw_info_to_libxl_hw_info()483 xl_info->u.cat.cdp_enabled = xc_info->cat.cdp_enabled; in libxl__xc_hw_info_to_libxl_hw_info()
1344 [("cat", Struct(None, [
26 cat $^ > $@.tmp44 for i in $$(cat patches/series) ; do \47 cat Config >>$@
45 cat dsdt_acpi_info.asl >> $@.$(TMP_SUFFIX)53 cat dsdt_acpi_info.asl >> $@.$(TMP_SUFFIX)59 cat dsdt_acpi_info.asl >> $@
74 MAX_FDS=`cat /proc/sys/fs/nr_open`89 XS_PID=`cat @XEN_RUN_DIR@/xenstored.pid`
31 cat <<EOF
97 for file in $(cat /proc/mounts | grep -v "$toskip" | cut -f 1 -d ' ')
361 if (!info->u.cat.cdp_enabled) { in psr_print_one_domain_val()441 (1ull << info->u.cat.cbm_len) - 1); in psr_print_socket()442 if (info->u.cat.cdp_enabled) in psr_print_socket()753 bool all = true, cmt = false, cat = false, mba = false; in main_psr_hwinfo() local766 all = false; cat = true; in main_psr_hwinfo()776 if (!ret && (all || cat)) in main_psr_hwinfo()780 if (all || cat) in main_psr_hwinfo()
16 cat <<END39 cat >$fprefix.expected145 cat >$outfile <<END
15 cat >$fprefix.expected
22 cat temp.awk.1 temp.awk.2 temp.awk.3 | sed -e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1
1435 cat <<_ACEOF1492 cat <<\_ACEOF1504 cat <<\_ACEOF1709 cat <<\_ACEOF1742 cat conftest.er1 >&51781 cat conftest.er1 >&52168 cat confdefs.h5775 cat conftest.er1 >&510453 cat >confcache <<\_ACEOF10521 cat confcache >"$cache_file"[all …]
359 hw_info->cat.cos_max = sysctl.u.psr_alloc.u.cat_info.cos_max; in xc_psr_get_hw_info()360 hw_info->cat.cbm_len = sysctl.u.psr_alloc.u.cat_info.cbm_len; in xc_psr_get_hw_info()361 hw_info->cat.cdp_enabled = (type == XC_PSR_CAT_L2) ? in xc_psr_get_hw_info()
29 cat $(INSTALL_LOG) | xargs -i rm -f $(DESTDIR)/{}; \
34 cat $(INSTALL_LOG) | xargs -i rm -f $(DESTDIR)/{}; \
41 cat >deb/DEBIAN/control <<EOF
30 cat >rpm/SPECS/xen.spec <<EOF
67 cat linkfarm.stamp.tmp | while read f; \
4400 var cat C.libxl_psr_hw_info_type_union_cat4401 cat.cos_max = C.uint32_t(tmp.CosMax)4402 cat.cbm_len = C.uint32_t(tmp.CbmLen)4403 cat.cdp_enabled = C.bool(tmp.CdpEnabled)4404 catBytes := C.GoBytes(unsafe.Pointer(&cat),C.sizeof_libxl_psr_hw_info_type_union_cat)
2519 } cat; member
Completed in 127 milliseconds