Searched refs:vs (Results 1 – 14 of 14) sorted by relevance
122 if ( !vs->started ) in stop_stimer()126 vs->started = false; in stop_stimer()161 if ( !vs->started || vs->config.lazy ) in start_stimer()171 expiration = vs->expiration + vs->count; in start_stimer()207 vs->started = true; in start_stimer()356 stop_stimer(vs); in viridian_time_wrmsr()381 stop_stimer(vs); in viridian_time_wrmsr()506 vs->v = v; in viridian_time_vcpu_init()507 init_timer(&vs->timer, stimer_expire, vs, v->processor); in viridian_time_vcpu_init()527 if ( !vs->v ) in viridian_time_vcpu_deinit()[all …]
146 union hv_synic_sint new, *vs = in viridian_synic_wrmsr() local162 vector = vs->vector; in viridian_synic_wrmsr()174 *vs = new; in viridian_synic_wrmsr()259 const union hv_synic_sint *vs = in viridian_synic_rdmsr() local265 *val = vs->as_uint64; in viridian_synic_rdmsr()324 const union hv_synic_sint *vs = &vv->sint[sintx]; in viridian_synic_deliver_timer_msg() local363 if ( !vs->masked ) in viridian_synic_deliver_timer_msg()364 vlapic_set_irq(vcpu_vlapic(v), vs->vector, 0); in viridian_synic_deliver_timer_msg()374 const union hv_synic_sint *vs = in viridian_synic_is_auto_eoi_sint() local380 return vs->auto_eoi; in viridian_synic_is_auto_eoi_sint()
109 static int pciattach(uint32_t domid, const char *bdf, const char *vs) in pciattach() argument138 const char *bdf = NULL, *vs = NULL; in main_pciattach() local148 vs = argv[optind + 2]; in main_pciattach()150 if (pciattach(domid, bdf, vs)) in main_pciattach()
45 iasl -vs -p $(ACPI_BUILD_DIR)/$*.$(TMP_SUFFIX) -tc $<78 iasl -vs -p $(ACPI_BUILD_DIR)/$*.$(TMP_SUFFIX) -tc $(ACPI_BUILD_DIR)/$*.asl
104 bool mtrr_pat_not_equal(const struct vcpu *vd, const struct vcpu *vs);
493 bool mtrr_pat_not_equal(const struct vcpu *vd, const struct vcpu *vs) in mtrr_pat_not_equal() argument496 const struct mtrr_state *ms = &vs->arch.hvm.mtrr; in mtrr_pat_not_equal()526 return vd->arch.hvm.pat_cr != vs->arch.hvm.pat_cr; in mtrr_pat_not_equal()
2108 struct vcpu *vs; in domain_exit_uc_mode() local2110 for_each_vcpu ( d, vs ) in domain_exit_uc_mode()2112 if ( (vs == v) || !vs->is_initialised ) in domain_exit_uc_mode()2114 if ( (vs->arch.hvm.cache_mode == NO_FILL_CACHE_MODE) || in domain_exit_uc_mode()2115 mtrr_pat_not_equal(vs, v) ) in domain_exit_uc_mode()
86 * [long standing BOOST vs. migration bug](https://lists.xen.org/archives/html/xen-devel/2015-10/msg…
87 #define INSNX(m, p, sp, o, e, vs, es, sc) { \ argument89 .vsz = VSZ_##vs, .esz = ESZ_##es, .scale = SC_##sc, .ext = 0##e \91 #define INSN(m, p, sp, o, vs, es, sc) INSNX(m, p, sp, o, 0, vs, es, sc) argument
94 This is a bug that is due to xenbaked's treatment of domain id's vs. domain
142 Make vs Kconfig
70 priority of this field vs. other mechanisms of specifying the
51 the family of rdtsc instructions are executed "natively" vs emulated.
758 /* The structure for speed vs. divisor. */
Completed in 22 milliseconds