Home
last modified time | relevance | path

Searched refs:source (Results 1 – 25 of 129) sorted by relevance

123456

/xen/xen/arch/x86/hvm/vmx/
A Dintr.c75 ASSERT(intack.source != hvm_intsrc_none); in vmx_enable_intr_window()
196 if ( intack.source == hvm_intsrc_pic || in nvmx_intr_intercept()
197 intack.source == hvm_intsrc_lapic ) in nvmx_intr_intercept()
283 (intack.source == hvm_intsrc_pic || in vmx_intr_assist()
324 } while ( intack.source == hvm_intsrc_none ); in vmx_intr_assist()
326 if ( intack.source == hvm_intsrc_nmi ) in vmx_intr_assist()
330 else if ( intack.source == hvm_intsrc_mce ) in vmx_intr_assist()
335 intack.source != hvm_intsrc_pic && in vmx_intr_assist()
336 intack.source != hvm_intsrc_vector ) in vmx_intr_assist()
413 intack.source == hvm_intsrc_pic || in vmx_intr_assist()
[all …]
/xen/xen/drivers/
A DKconfig3 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/xen/arch/x86/hvm/svm/
A Dintr.c84 ASSERT(intack.source != hvm_intsrc_none); in svm_enable_intr_window()
101 HVMTRACE_3D(INTR_WINDOW, intack.vector, intack.source, in svm_enable_intr_window()
120 if ( (intack.source == hvm_intsrc_nmi) && in svm_enable_intr_window()
128 intr.fields.ign_tpr = (intack.source != hvm_intsrc_lapic); in svm_enable_intr_window()
150 if ( likely(intack.source == hvm_intsrc_none) ) in svm_intr_assist()
207 } while ( intack.source == hvm_intsrc_none ); in svm_intr_assist()
209 if ( intack.source == hvm_intsrc_nmi ) in svm_intr_assist()
222 if ( unlikely(intack.source != hvm_intsrc_none) ) in svm_intr_assist()
/xen/xen/xsm/flask/policy/
A Daccess_vectors127 # source = the old label of the domain
163 # source = the new device model domain
198 # source = the old label of the domain
296 # source = event channel label
303 # source = domain sending the event
313 # source = domain making the hypercall
350 # source = domain making the hypercall
369 # source = domain making the hypercall
375 # source = domain making the hypercall
406 # source = domain making the hypercall
[all …]
/xen/xen/arch/arm/vgic/
A Dvgic-v2.c132 irq->source |= (1U << lr_val.virt.source); in vgic_v2_fold_lr_state()
207 uint32_t src = ffs(irq->source); in vgic_v2_populate_lr()
210 lr_val.virt.source = (src - 1); in vgic_v2_populate_lr()
211 irq->source &= ~(1 << (src - 1)); in vgic_v2_populate_lr()
212 if ( irq->source ) in vgic_v2_populate_lr()
A Dvgic-mmio-v2.c120 irq->source |= 1U << source_vcpu->vcpu_id; in vgic_mmio_write_sgir()
197 val |= (uint32_t)irq->source << (i * 8); in vgic_mmio_read_sgipend()
221 irq->source &= ~((val >> (i * 8)) & 0xff); in vgic_mmio_write_sgipendc()
222 if ( !irq->source ) in vgic_mmio_write_sgipendc()
246 irq->source |= (val >> (i * 8)) & 0xff; in vgic_mmio_write_sgipends()
248 if ( irq->source ) in vgic_mmio_write_sgipends()
/xen/xen/common/lz4/
A Ddecompress.c49 static int INIT lz4_uncompress(const unsigned char *source, unsigned char *dest, in lz4_uncompress() argument
52 const BYTE *ip = (const BYTE *) source; in lz4_uncompress()
161 return (int) (ip - source); in lz4_uncompress()
165 return (int) (-(ip - source)); in lz4_uncompress()
170 static int lz4_uncompress_unknownoutputsize(const unsigned char *source, in lz4_uncompress_unknownoutputsize() argument
174 const BYTE *ip = (const BYTE *) source; in lz4_uncompress_unknownoutputsize()
298 return (int) (-(ip - source)); in lz4_uncompress_unknownoutputsize()
/xen/tools/libs/gnttab/
A Dlinux.c250 source.virt) != in osdep_gnttab_grant_copy()
252 source.virt)); in osdep_gnttab_grant_copy()
254 source.foreign) != in osdep_gnttab_grant_copy()
256 source.foreign)); in osdep_gnttab_grant_copy()
258 source.foreign.ref) != in osdep_gnttab_grant_copy()
260 source.foreign)); in osdep_gnttab_grant_copy()
262 source.foreign.offset) != in osdep_gnttab_grant_copy()
264 source.foreign.offset)); in osdep_gnttab_grant_copy()
266 source.foreign.domid) != in osdep_gnttab_grant_copy()
268 source.foreign.domid)); in osdep_gnttab_grant_copy()
/xen/xen/tools/kconfig/
A Dstreamline_config.pl164 my $source = "$ksource/$kconfig";
168 while ($source =~ /\$\((\w+)\)/ && $last_source ne $source) {
170 $last_source = $source;
171 $source =~ s/\$\($env\)/$ENV{$env}/;
174 open(my $kinfile, '<', $source) || die "Can't open $kconfig";
/xen/tools/xenstore/
A DREADME4 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/xen/arch/x86/hvm/
A Dvpt.c85 if ( pt->source == PTSRC_lapic ) in pt_irq_vector()
113 switch ( pt->source ) in pt_irq_masked()
361 switch ( earliest_pt->source ) in pt_update_irq()
437 (intack.vector == pt_irq_vector(pt, intack.source)) ) in is_pt_irq()
450 if ( intack.source == hvm_intsrc_vector ) in pt_intr_post()
490 if ( !pt->source || in create_periodic_time()
491 (irq >= NR_ISAIRQS && pt->source == PTSRC_isa) || in create_periodic_time()
493 (pt->source == PTSRC_ioapic ? irq >= hvm_domain_irq(v->domain)->nr_gsis in create_periodic_time()
531 else if ( pt->source == PTSRC_lapic ) in create_periodic_time()
577 ASSERT(pt->source == PTSRC_isa || pt->source == PTSRC_ioapic); in pt_adjust_vcpu()
/xen/config/
A DPaths.mk.in5 # 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/xen/
A DKconfig7 source "scripts/Kconfig.include"
30 source "arch/$(SRCARCH)/Kconfig"
62 source "Kconfig.debug"
/xen/tools/xl/
A Dxl_saverestore.c81 void save_domain_core_writeconfig(int fd, const char *source, in save_domain_core_writeconfig() argument
113 ctx, fd, &hdr, sizeof(hdr), source, "header")); in save_domain_core_writeconfig()
116 source, "header")); in save_domain_core_writeconfig()
122 source, hdr.mandatory_flags, hdr.optional_flags, in save_domain_core_writeconfig()
/xen/tools/firmware/etherboot/
A DREADME2 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/xen/common/
A DREADME.source4 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/xen/include/public/
A DCOPYING10 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/
A DCONTRIBUTING54 please create a README.source file in the directory the code is imported
55 to, listing the original source of the code. An example can be found at
56 m4/README.source
71 have the right to submit it under the open source license
75 of my knowledge, is covered under an appropriate open source
78 by me, under the same open source license (unless I am
90 this project or the open source license(s) involved.
173 * Redistribution and use in source and binary forms, with or without
177 * 1. Redistributions of source code must retain the above copyright
A DCOPYING20 And how this applies to a range of open source licenses:
51 docs/README.source for more specific information.
61 Significant code imports are highlighted in a README.source file
113 source code. And you must show them these terms so they know their
157 source code as you receive it, in any medium, provided that you
221 cost of physically performing source distribution, a complete
222 machine-readable copy of the corresponding source code, to be
237 special exception, the source code distributed need not include
238 anything that is normally distributed (in either source or binary
245 access to copy the source code from the same place counts as
[all …]
/xen/stubdom/
A DCOPYING21 See README.source for a complete list of files
29 These files describe changes to source files and are thus
/xen/tools/include/xen-external/
A Dbsd-COPYRIGHT9 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/xen/drivers/acpi/tables/
A Dtbfadt.c65 u16 source; member
351 source)); in acpi_tb_convert_fadt()
434 fadt_info_table[i].source); in acpi_tb_validate_fadt()
/xen/docs/
A Dindex.rst11 Xen is an open source, bare metal hypervisor. It runs as the most privileged
47 who is building Xen from source, and is running the new hypervisor in some
/xen/stubdom/vtpm/
A DCOPYING3 source files.
5 All other files in the Xen source distribution are covered by version
/xen/xen/tools/kconfig/tests/err_recursive_inc/
A DKconfig.inc24 source "Kconfig.inc3"

Completed in 52 milliseconds

123456