Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 67) sorted by relevance

123

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dpsr.c207 xfree(info->features[i]); in free_socket_resources()
208 info->features[i] = NULL; in free_socket_resources()
339 info->features[type] = feat; in cat_init_feature()
505 psr_cmt->features = edx; in init_psr_cmt()
514 psr_cmt->l3.features = edx; in init_psr_cmt()
694 feat = info->features[feat_type]; in psr_get_info()
727 feat = info->features[feat_type]; in psr_get_val()
869 feat = info->features[feat_type]; in insert_val_into_array()
959 feat = info->features[feat_type]; in find_cos()
978 feat = info->features[i]; in find_cos()
[all …]
A Dsysctl.c131 (psr_cmt->features & PSR_RESOURCE_TYPE_L3) && in arch_do_sysctl()
132 (psr_cmt->l3.features & PSR_CMT_L3_OCCUPANCY); in arch_do_sysctl()
161 sysctl->u.psr_cmt_op.u.data = psr_cmt->l3.features; in arch_do_sysctl()
242 if ( guest_handle_is_null(sysctl->u.cpu_featureset.features) ) in arch_do_sysctl()
266 if ( !ret && copy_to_guest(sysctl->u.cpu_featureset.features, in arch_do_sysctl()
/xen-4.10.0-shim-comet/docs/features/
A Dfeature-levelling.pandoc19 On native hardware, a kernel will boot, detect features, typically optimise
20 certain codepaths based on the available features, and expect the features to
37 A firmware or software upgrade might reduce the available set of features
41 It is unsafe to make any assumption about features remaining consistent across
54 The `CPUID` instruction is used by software to query for features. In the
57 fault, complicating the task of hiding hardware features from guests.
103 features to be hidden by clearing the appropriate bit in the mask, but does
104 not allow unsupported features to be advertised.
114 As some features depend on other features, it is important that, when
124 disable all dependent features of a specific disabled feature in constant
[all …]
A Dtemplate.pandoc45 Information concerning incompatibilities with other features or hardware
55 feature itself, or improve interaction with other features.
60 features, this section must contain the list of items needing fixing for
A Dintel_psr_cat_cdp.pandoc99 L3 CAT/CDP and L2 CAT are all members of Intel PSR features, they share the base
176 HW may support all features. By default, CDP is disabled on the processor.
194 PSR features in future). In some cases, a domain is permitted to have a COS
195 that is beyond one (or more) of PSR features but within the others. For
355 3. Per-socket PSR features information structure
360 struct feat_node *features[PSR_SOCKET_FEAT_NUM];
367 We collect all PSR allocation features information of a socket in this
375 - Member `features`
377 `features` is a pointer array to save all enabled features poniters
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dpsr.h44 unsigned int features; member
51 unsigned int features; member
A Damd-iommu.h91 u64 features; member
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_compat_linux.c42 const char *features, in xc_linux_build() argument
53 dom = xc_dom_allocate(xch, cmdline, features); in xc_linux_build()
/xen-4.10.0-shim-comet/tools/misc/
A Dxen-cpuid.c211 static void decode_featureset(const uint32_t *features, in decode_featureset() argument
220 printf("%08x%c", features[i], in decode_featureset()
230 dump_leaf(features[i], decodes[i].strs); in decode_featureset()
/xen-4.10.0-shim-comet/xen/include/xen/
A Diommu.h87 DECLARE_BITMAP(features, IOMMU_FEAT_count);
91 #define iommu_set_feature(d, f) set_bit(f, dom_iommu(d)->features)
92 #define iommu_clear_feature(d, f) clear_bit(f, dom_iommu(d)->features)
/xen-4.10.0-shim-comet/xen/common/libelf/
A Dlibelf-dominfo.c35 elf_errorstatus elf_xen_parse_features(const char *features, in elf_xen_parse_features() argument
42 if ( features == NULL ) in elf_xen_parse_features()
45 for ( pos = 0; features[pos] != '\0'; pos += len ) in elf_xen_parse_features()
52 if ( features[pos + len] == '\0' ) in elf_xen_parse_features()
54 if ( features[pos + len] == '|' ) in elf_xen_parse_features()
59 feature[len] = features[pos + len]; in elf_xen_parse_features()
/xen-4.10.0-shim-comet/docs/misc/
A Dxenstore-ring.txt56 The xenstore server may decide to advertise some features via the
57 "Server feature bitmap". The server can start advertising features
58 at any time by setting bits but it will never stop advertising features
60 the server feature bitmap. The server features are offered to the guest;
64 The following features are defined:
A Dqemu-deprivilege.txt34 Please note that running QEMU as non-root causes several features like
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_detect.c83 iommu->features = 0; in get_iommu_features()
90 iommu->features = ((u64)high << 32) | low; in get_iommu_features()
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/
A Dmkbuildtree36 if [ -f ${XL}/drivers/xen/core/features.c ]; then
37 ln -sf ${XL}/drivers/xen/core/features.c platform-pci
39 ln -sf ${XL}/drivers/xen/features.c platform-pci
/xen-4.10.0-shim-comet/xen/drivers/passthrough/arm/
A Dsmmu.c623 u32 features; member
1223 if (!(smmu->features & ARM_SMMU_FEAT_TRANS_S1)) in arm_smmu_init_domain_context()
1225 if (!(smmu->features & ARM_SMMU_FEAT_TRANS_S2)) in arm_smmu_init_domain_context()
2130 smmu->features |= ARM_SMMU_FEAT_TRANS_S1; in arm_smmu_device_cfg_probe()
2135 smmu->features |= ARM_SMMU_FEAT_TRANS_S2; in arm_smmu_device_cfg_probe()
2140 smmu->features |= ARM_SMMU_FEAT_TRANS_NESTED; in arm_smmu_device_cfg_probe()
2144 if (!(smmu->features & in arm_smmu_device_cfg_probe()
2158 smmu->features |= ARM_SMMU_FEAT_STREAM_MATCH; in arm_smmu_device_cfg_probe()
2258 if (smmu->features & ARM_SMMU_FEAT_TRANS_S1) in arm_smmu_device_cfg_probe()
2262 if (smmu->features & ARM_SMMU_FEAT_TRANS_S2) in arm_smmu_device_cfg_probe()
[all …]
/xen-4.10.0-shim-comet/tools/tests/mce-test/
A DREADME5 testing the Xen MCE processing features. The goal is to cover
6 most Xen MCE processing code paths and features with automation tests.
/xen-4.10.0-shim-comet/docs/
A Dconfigure.ac18 m4_include([../m4/features.m4])
A DChangeLog104 Allows the domain builder to set optimization features for a guest. This
107 file. Other architectures may extend this domctl to enable features
/xen-4.10.0-shim-comet/
A Dconfigure.ac15 m4_include([m4/features.m4])
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/
A DKbuild8 xen-platform-pci-objs += features.o platform-compat.o
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dvhd.h50 u32 features; /* Feature Support -- see below */ member
/xen-4.10.0-shim-comet/tools/libxc/include/
A Dxenguest.h227 const char *features,
/xen-4.10.0-shim-comet/xen/include/public/io/
A Dnetif.h997 uint16_t features; member
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-read.c105 printf("Features : (0x%08x) %s%s\n", f->features, in vhd_print_footer()
106 (f->features & HD_TEMPORARY) ? "<TEMP>" : "", in vhd_print_footer()
107 (f->features & HD_RESERVED) ? "<RESV>" : ""); in vhd_print_footer()

Completed in 27 milliseconds

123