Searched refs:vs (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_pci.c | 109 static int pciattach(uint32_t domid, const char *bdf, const char *vs) in pciattach() argument 138 const char *bdf = NULL, *vs = NULL; in main_pciattach() local 148 vs = argv[optind + 2]; in main_pciattach() 150 if (pciattach(domid, bdf, vs)) in main_pciattach()
|
/xen-4.10.0-shim-comet/tools/libacpi/ |
A D | Makefile | 45 iasl -vs -p $(ACPI_BUILD_DIR)/$*.$(TMP_SUFFIX) -tc $< 78 iasl -vs -p $(ACPI_BUILD_DIR)/$*.$(TMP_SUFFIX) -tc $(ACPI_BUILD_DIR)/$*.asl
|
/xen-4.10.0-shim-comet/tools/memshr/ |
A D | bidir-hash.c | 921 __sec_t vs; in __key_remove() local 954 vs = e->__sec; in __key_remove() 959 vidx = hash_to_idx(h, __sec_hash(vs)); in __key_remove() 987 (memcmp(&(e->__sec), &vs, sizeof(__sec_t)))) in __key_remove() 1070 __sec_t vs; in __value_remove() local 1103 vs = e->__sec; in __value_remove() 1108 vidx = hash_to_idx(h, __sec_hash(vs)); in __value_remove() 1136 (memcmp(&(e->__sec), &vs, sizeof(__sec_t)))) in __value_remove()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | mtrr.h | 95 bool_t mtrr_pat_not_equal(struct vcpu *vd, struct vcpu *vs);
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | mtrr.c | 476 bool_t mtrr_pat_not_equal(struct vcpu *vd, struct vcpu *vs) in mtrr_pat_not_equal() argument 479 struct mtrr_state *ms = &vs->arch.hvm_vcpu.mtrr; in mtrr_pat_not_equal() 501 if ( vd->arch.hvm_vcpu.pat_cr != vs->arch.hvm_vcpu.pat_cr ) in mtrr_pat_not_equal()
|
A D | hvm.c | 2037 struct vcpu *vs; in domain_exit_uc_mode() local 2039 for_each_vcpu ( d, vs ) in domain_exit_uc_mode() 2041 if ( (vs == v) || !vs->is_initialised ) in domain_exit_uc_mode() 2043 if ( (vs->arch.hvm_vcpu.cache_mode == NO_FILL_CACHE_MODE) || in domain_exit_uc_mode() 2044 mtrr_pat_not_equal(vs, v) ) in domain_exit_uc_mode()
|
/xen-4.10.0-shim-comet/docs/features/ |
A D | sched_credit.pandoc | 84 * [long standing BOOST vs. migration bug](https://lists.xen.org/archives/html/xen-devel/2015-10/msg…
|
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/ |
A D | booting.txt | 70 priority of this field vs. other mechanisms of specifying the
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenmon.txt | 94 This is a bug that is due to xenbaked's treatment of domain id's vs. domain
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xen-tscmode.pod.7 | 47 the family of rdtsc instructions are executed "natively" vs emulated.
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 99minios | 758 /* The structure for speed vs. divisor. */
|
Completed in 22 milliseconds