Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 12 of 12) sorted by relevance

/tools/tests/x86_emulator/
A Dx86-emulate.h152 #define cpu_has_fpu cpu_policy.basic.fpu
153 #define cpu_has_mmx cpu_policy.basic.mmx
154 #define cpu_has_fxsr cpu_policy.basic.fxsr
155 #define cpu_has_sse cpu_policy.basic.sse
156 #define cpu_has_sse2 cpu_policy.basic.sse2
157 #define cpu_has_sse3 cpu_policy.basic.sse3
159 #define cpu_has_ssse3 cpu_policy.basic.ssse3
161 #define cpu_has_sse4_1 cpu_policy.basic.sse4_1
162 #define cpu_has_sse4_2 cpu_policy.basic.sse4_2
163 #define cpu_has_popcnt cpu_policy.basic.popcnt
[all …]
A Dx86-emulate.c84 cpu_policy.basic.movbe = true; in emul_test_init()
/tools/tests/cpu-policy/
A Dtest-cpu-policy.c134 .basic.max_leaf = 4, in test_cpuid_serialise_success()
141 .basic.max_leaf = 4, in test_cpuid_serialise_success()
151 .basic.max_leaf = 7, in test_cpuid_serialise_success()
158 .basic.max_leaf = 7, in test_cpuid_serialise_success()
168 .basic.max_leaf = 0xb, in test_cpuid_serialise_success()
175 .basic.max_leaf = 0xb, in test_cpuid_serialise_success()
188 .basic.max_leaf = 0xd, in test_cpuid_serialise_success()
195 .basic.max_leaf = 0xd, in test_cpuid_serialise_success()
435 .basic.max_leaf = 0, in test_cpuid_out_of_range_clearing()
451 .basic.max_leaf = 4, in test_cpuid_out_of_range_clearing()
[all …]
/tools/fuzz/cpu-policy/
A Dafl-policy-fuzzer.c39 cp->basic.raw[4] = EMPTY_LEAF; in check_policy()
40 cp->basic.raw[7] = EMPTY_LEAF; in check_policy()
41 cp->basic.raw[0xb] = EMPTY_LEAF; in check_policy()
42 cp->basic.raw[0xd] = EMPTY_LEAF; in check_policy()
/tools/libs/guest/
A Dxg_cpuid_x86.c651 p->policy.basic.rdrand = test_bit(X86_FEATURE_RDRAND, host_featureset); in xc_cpuid_apply_policy()
660 p->policy.basic.max_leaf = min(p->policy.basic.max_leaf, 0xdu); in xc_cpuid_apply_policy()
714 p->policy.basic.pae = pae; in xc_cpuid_apply_policy()
715 p->policy.basic.vmx = nested_virt; in xc_cpuid_apply_policy()
726 p->policy.basic.htt = test_bit(X86_FEATURE_HTT, host_featureset); in xc_cpuid_apply_policy()
735 p->policy.basic.htt = true; in xc_cpuid_apply_policy()
743 if ( !p->policy.basic.lppp ) in xc_cpuid_apply_policy()
744 p->policy.basic.lppp = 2; in xc_cpuid_apply_policy()
745 else if ( !(p->policy.basic.lppp & 0x80) ) in xc_cpuid_apply_policy()
746 p->policy.basic.lppp *= 2; in xc_cpuid_apply_policy()
A Dxg_sr_common.h363 struct xc_sr_blob basic, extd, xsave, msr; member
A Dxg_sr_restore_x86_pv.c239 vcpu_guest_context_any_t *vcpu = ctx->x86.pv.restore.vcpus[vcpuid].basic.ptr; in process_vcpu_basic()
484 if ( vcpu->basic.ptr ) in update_vcpu_context()
832 blob = &vcpu->basic; in handle_x86_pv_vcpu_blob()
1168 free(vcpu->basic.ptr); in x86_pv_cleanup()
/tools/flask/policy/modules/
A Dxen.if33 # Allow the domain to perform basic operations on itself
45 # Note: Because the domain can perform basic operations on itself and any
/tools/python/scripts/
A Dconvert-legacy-stream285 basic = rdexact(vm.basic_len)
287 write_libxc_pv_vcpu_basic(vcpu_id, basic)
/tools/firmware/vgabios/
A DREADME36 You can get a very basic debugging system: messages printed by the vgabios.
A Dvgabios.c237 ;; init basic bios vars
474 ;; Set the basic screen we have
479 ;; Set the basic modeset options
A DChangeLog343 cirrus-specific modes and some basic VBE features are present now.

Completed in 54 milliseconds