Home
last modified time | relevance | path

Searched refs:vp (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmsr.c102 struct msr_vcpu_policy *vp; in init_vcpu_msr_policy() local
104 vp = xmalloc(struct msr_vcpu_policy); in init_vcpu_msr_policy()
106 if ( !vp ) in init_vcpu_msr_policy()
109 *vp = is_pv_domain(d) ? pv_max_msr_vcpu_policy : in init_vcpu_msr_policy()
114 vp->misc_features_enables.available = false; in init_vcpu_msr_policy()
116 v->arch.msr = vp; in init_vcpu_msr_policy()
124 const struct msr_vcpu_policy *vp = v->arch.msr; in guest_rdmsr() local
136 if ( !vp->misc_features_enables.available ) in guest_rdmsr()
157 struct msr_vcpu_policy *vp = v->arch.msr; in guest_wrmsr() local
169 if ( !vp->misc_features_enables.available ) in guest_wrmsr()
[all …]
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Demul-inv-op.c69 const struct msr_vcpu_policy *vp = current->arch.msr; in emulate_forced_invalid_op() local
93 if ( vp->misc_features_enables.cpuid_faulting && in emulate_forced_invalid_op()
/xen-4.10.0-shim-comet/tools/memshr/
A Dbidir-namedefs.h63 int __key_lookup (struct __hash *h, __k_t k, __v_t *vp);
66 int __key_remove (struct __hash *h, __k_t k, __v_t *vp);
A Dbidir-hash.c89 int __key_lookup (struct __hash *h, __k_t k, __v_t *vp);
752 int __key_lookup(struct __hash *h, __prim_t k, __sec_t *vp) in __key_lookup() argument
771 *vp = entry->__sec; in __key_lookup()
803 int __value_lookup(struct __hash *h, __prim_t k, __sec_t *vp) in __value_lookup() argument
822 *vp = entry->__sec; in __value_lookup()
914 int __key_remove(struct __hash *h, __prim_t k, __sec_t *vp) in __key_remove() argument
1022 if(vp != NULL) in __key_remove()
1023 *vp = e->__sec; in __key_remove()
1063 int __value_remove(struct __hash *h, __prim_t k, __sec_t *vp) in __value_remove() argument
1171 if(vp != NULL) in __value_remove()
[all …]
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/
A Dgx_main.c590 check_usage_n_stuff(int argc, char **argv, domid_t *domid_p, vcpuid_t *vp) in check_usage_n_stuff() argument
612 *vp = -1; /* assume all VCPUs */ in check_usage_n_stuff()
614 *vp = strtoul(argv[4], &arg_end, 10); in check_usage_n_stuff()
/xen-4.10.0-shim-comet/tools/xenstore/
A Dtdb.c1542 uint8_t *vp; local
1621 vp = (uint8_t *)&tdb->header.version;
1622 vertest = (((uint32_t)vp[0]) << 24) | (((uint32_t)vp[1]) << 16) |
1623 (((uint32_t)vp[2]) << 8) | (uint32_t)vp[3];
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dqconf.cc883 ConfigView** vp; in ~ConfigView() local
885 for (vp = &viewList; *vp; vp = &(*vp)->nextView) { in ~ConfigView()
886 if (*vp == this) { in ~ConfigView()
887 *vp = nextView; in ~ConfigView()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c3362 const struct msr_vcpu_policy *vp = v->arch.msr; in hvm_check_cpuid_faulting() local
3364 if ( !vp->misc_features_enables.cpuid_faulting ) in hvm_check_cpuid_faulting()

Completed in 31 milliseconds