/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | intr.c | 74 ASSERT(intack.source != hvm_intsrc_none); in vmx_enable_intr_window() 195 if ( intack.source == hvm_intsrc_pic || in nvmx_intr_intercept() 196 intack.source == hvm_intsrc_lapic ) in nvmx_intr_intercept() 261 (intack.source == hvm_intsrc_pic || in vmx_intr_assist() 302 } while ( intack.source == hvm_intsrc_none ); in vmx_intr_assist() 304 if ( intack.source == hvm_intsrc_nmi ) in vmx_intr_assist() 308 else if ( intack.source == hvm_intsrc_mce ) in vmx_intr_assist() 313 intack.source != hvm_intsrc_pic && in vmx_intr_assist() 314 intack.source != hvm_intsrc_vector ) in vmx_intr_assist() 398 intack.source == hvm_intsrc_pic || in vmx_intr_assist() [all …]
|
/xen-4.10.0-shim-comet/xen/drivers/ |
A D | Kconfig | 3 source "drivers/acpi/Kconfig" 5 source "drivers/char/Kconfig" 7 source "drivers/cpufreq/Kconfig" 9 source "drivers/passthrough/Kconfig" 11 source "drivers/pci/Kconfig" 13 source "drivers/video/Kconfig"
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | intr.c | 83 ASSERT(intack.source != hvm_intsrc_none); in svm_enable_intr_window() 100 HVMTRACE_3D(INTR_WINDOW, intack.vector, intack.source, in svm_enable_intr_window() 119 if ( (intack.source == hvm_intsrc_nmi) && in svm_enable_intr_window() 127 intr.fields.ign_tpr = (intack.source != hvm_intsrc_lapic); in svm_enable_intr_window() 145 if ( likely(intack.source == hvm_intsrc_none) ) in svm_intr_assist() 202 } while ( intack.source == hvm_intsrc_none ); in svm_intr_assist() 204 if ( intack.source == hvm_intsrc_nmi ) in svm_intr_assist() 217 if ( unlikely(intack.source != hvm_intsrc_none) ) in svm_intr_assist()
|
/xen-4.10.0-shim-comet/xen/xsm/flask/policy/ |
A D | access_vectors | 131 # source = the old label of the domain 167 # source = the new device model domain 203 # source = the old label of the domain 303 # source = event channel label 310 # source = domain sending the event 320 # source = domain making the hypercall 357 # source = domain making the hypercall 378 # source = domain making the hypercall 384 # source = domain making the hypercall 415 # source = domain making the hypercall [all …]
|
/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | linux.c | 251 source.virt) != in osdep_gnttab_grant_copy() 253 source.virt)); in osdep_gnttab_grant_copy() 255 source.foreign) != in osdep_gnttab_grant_copy() 257 source.foreign)); in osdep_gnttab_grant_copy() 259 source.foreign.ref) != in osdep_gnttab_grant_copy() 261 source.foreign)); in osdep_gnttab_grant_copy() 263 source.foreign.offset) != in osdep_gnttab_grant_copy() 265 source.foreign.offset)); in osdep_gnttab_grant_copy() 267 source.foreign.domid) != in osdep_gnttab_grant_copy() 269 source.foreign.domid)); in osdep_gnttab_grant_copy()
|
/xen-4.10.0-shim-comet/xen/common/lz4/ |
A D | decompress.c | 44 static int INIT lz4_uncompress(const unsigned char *source, unsigned char *dest, in lz4_uncompress() argument 47 const BYTE *ip = (const BYTE *) source; in lz4_uncompress() 156 return (int) (ip - source); in lz4_uncompress() 160 return (int) (-(ip - source)); in lz4_uncompress() 165 static int lz4_uncompress_unknownoutputsize(const unsigned char *source, in lz4_uncompress_unknownoutputsize() argument 169 const BYTE *ip = (const BYTE *) source; in lz4_uncompress_unknownoutputsize() 292 return (int) (-(ip - source)); in lz4_uncompress_unknownoutputsize()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | streamline_config.pl | 163 my $source = "$ksource/$kconfig"; 167 while ($source =~ /\$(\w+)/ && $last_source ne $source) { 169 $last_source = $source; 170 $source =~ s/\$$env/$ENV{$env}/; 173 open(my $kinfile, '<', $source) || die "Can't open $kconfig";
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | README | 4 talloc.c: samba-trunk/source/lib/talloc.c r14291 2006-03-13 04:27:47 +0000 5 talloc.h: samba-trunk/source/include/talloc.h r11986 2005-12-01 00:43:36 +0000
|
/xen-4.10.0-shim-comet/config/ |
A D | Paths.mk.in | 5 # because of this these variables are defined on one master input source file 6 # and is generated after running ./configure. The master source is located 7 # on the xen source tree at under config/Paths.mk.in and it is used to
|
/xen-4.10.0-shim-comet/xen/ |
A D | Kconfig | 18 source "arch/$SRCARCH/Kconfig" 47 source "Kconfig.debug"
|
A D | COPYING | 15 include the non-GPL license text as a source-code comment. Although 17 license applies *only* to those source files that explicitly include 51 this service if you wish), that you receive source code or can get it 63 source code. And you must show them these terms so they know their 107 source code as you receive it, in any medium, provided that you 171 cost of physically performing source distribution, a complete 172 machine-readable copy of the corresponding source code, to be 187 special exception, the source code distributed need not include 188 anything that is normally distributed (in either source or binary 195 access to copy the source code from the same place counts as [all …]
|
/xen-4.10.0-shim-comet/tools/firmware/etherboot/ |
A D | README | 2 This directory builds gPXE option ROMs from the gPXE source 3 tarball. We provide this tarball in our source so that the option ROMs 4 can be reconstructed from source, allowing easier debugging and
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_saverestore.c | 77 void save_domain_core_writeconfig(int fd, const char *source, in save_domain_core_writeconfig() argument 109 ctx, fd, &hdr, sizeof(hdr), source, "header")); in save_domain_core_writeconfig() 112 source, "header")); in save_domain_core_writeconfig() 118 source, hdr.mandatory_flags, hdr.optional_flags, in save_domain_core_writeconfig()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | README.source | 4 in this part of the Xen source tree. Note that the list may not 22 https://code.google.com/archive/p/compcache/source, path 42 ( http://www.lz4.org). The source is available from
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | COPYING | 10 The intention is that these files can be freely copied into the source 14 All other files in the Xen source distribution are covered by version 16 otherwise within individual source files.
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | COPYING | 21 The following source files did not have a (c) notice at the 22 time this COPYING notice was added to the source tree: 47 Redistribution and use in source and binary forms, with or without 51 1. Redistributions of source code must retain the above copyright
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | vpt.c | 84 if ( pt->source == PTSRC_lapic ) in pt_irq_vector() 114 if ( pt->source == PTSRC_lapic ) in pt_irq_masked() 291 is_lapic = (earliest_pt->source == PTSRC_lapic); in pt_update_irq() 338 (intack.vector == pt_irq_vector(pt, intack.source)) ) in is_pt_irq() 351 if ( intack.source == hvm_intsrc_vector ) in pt_intr_post() 421 ASSERT(pt->source != 0); in create_periodic_time() 453 else if ( pt->source == PTSRC_lapic ) in create_periodic_time() 501 ASSERT(pt->source == PTSRC_isa); in pt_adjust_vcpu()
|
/xen-4.10.0-shim-comet/ |
A D | CONTRIBUTING | 31 please create a README.source file in the directory the code is imported 32 to, listing the original source of the code. An example can be found at 33 m4/README.source 52 have the right to submit it under the open source license 56 of my knowledge, is covered under an appropriate open source 59 by me, under the same open source license (unless I am 71 this project or the open source license(s) involved. 154 * Redistribution and use in source and binary forms, with or without 158 * 1. Redistributions of source code must retain the above copyright
|
A D | COPYING | 20 And how this applies to a range of open source licenses: 47 Linux source trees. In all such cases, license terms are stated at the 59 Significant code imports are highlighted in a README.source file 111 source code. And you must show them these terms so they know their 155 source code as you receive it, in any medium, provided that you 219 cost of physically performing source distribution, a complete 220 machine-readable copy of the corresponding source code, to be 235 special exception, the source code distributed need not include 236 anything that is normally distributed (in either source or binary 243 access to copy the source code from the same place counts as [all …]
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | COPYING | 21 See README.source for a complete list of files 29 These files describe changes to source files and are thus
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/tables/ |
A D | tbfadt.c | 65 u16 source; member 351 source)); in acpi_tb_convert_fadt() 434 fadt_info_table[i].source); in acpi_tb_validate_fadt()
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | ZPL-2.0 | 7 This license has been certified as open source. It has also 11 Redistribution and use in source and binary forms, with or 15 1. Redistributions in source code must retain the above
|
/xen-4.10.0-shim-comet/tools/include/xen-external/ |
A D | bsd-COPYRIGHT | 9 Redistribution and use in source and binary forms, with or without 12 1. Redistributions of source code must retain the above copyright 39 Redistribution and use in source and binary forms, with or without 42 1. Redistributions of source code must retain the above copyright 98 source has been updated. The copyright addendum may be found at 106 As you know, certain of the Berkeley Software Distribution ("BSD") source
|
/xen-4.10.0-shim-comet/stubdom/vtpm/ |
A D | COPYING | 3 source files. 5 All other files in the Xen source distribution are covered by version
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | COPYING | 24 this service if you wish), that you receive source code or can get it 36 source code. And you must show them these terms so they know their 80 source code as you receive it, in any medium, provided that you 144 cost of physically performing source distribution, a complete 145 machine-readable copy of the corresponding source code, to be 150 to distribute corresponding source code. (This alternative is 160 special exception, the source code distributed need not include 161 anything that is normally distributed (in either source or binary 168 access to copy the source code from the same place counts as 169 distribution of the source code, even though third parties are not [all …]
|