Home
last modified time | relevance | path

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

/xen/stubdom/vtpm/
A Dvtpm.c44 .startup = ST_CLEAR,
219 tpm_emulator_init(opt_args.startup, opt_args.tpmconf); in main_loop()
298 opt_args.startup = ST_CLEAR; in parse_cmd_line()
301 opt_args.startup = ST_SAVE; in parse_cmd_line()
304 opt_args.startup = ST_DEACTIVATED; in parse_cmd_line()
393 switch(opt_args.startup) { in parse_cmd_line()
404 error("Invalid startup mode %d", opt_args.startup); in parse_cmd_line()
A Dvtpm.h28 } startup; member
/xen/tools/libxl/
A Dlibxl_save_helper.c220 static void startup(const char *op) { in startup() function
258 startup("save"); in main()
283 startup("restore"); in main()
/xen/xen/include/xen/
A Dirq.h58 unsigned int (*startup)(struct irq_desc *); member
/xen/docs/misc/
A Dpvh.pandoc47 ## AP startup ##
49 AP startup can be performed using hypercalls or the local APIC if present.
A Dxenstore.txt266 startup and various forms of restore and resume), and
/xen/tools/hotplug/Linux/init.d/
A Dsysconfig.xendomains.in87 # will be restored on system startup.
95 # are stored that should be started on system startup automatically.
/xen/xen/arch/x86/
A Di8259.c62 .startup = startup_8259A_irq,
A Dio_apic.c1766 .startup = startup_edge_ioapic_irq,
1776 .startup = startup_level_ioapic_irq,
1817 .startup = NULL, /* startup_irq() not used for IRQ0 */
2265 desc->handler->startup(desc); in io_apic_set_pci_routing()
A Dhpet.c318 .startup = hpet_msi_startup,
A Dmsi.c472 .startup = startup_msi_irq,
483 .startup = irq_startup_none,
A Dirq.c1027 desc->handler->startup(desc); in setup_irq()
1620 desc->handler->startup(desc); in pirq_guest_bind()
/xen/tools/flask/policy/modules/
A Dxen.te21 # These types are used internally for objects created during Xen startup or for
/xen/xen/arch/arm/
A Dirq.c58 .startup = irq_startup_none,
384 desc->handler->startup(desc); in setup_irq()
A Dgic-v2.c900 .startup = gicv2_irq_startup,
911 .startup = gicv2_irq_startup,
A Dgic-v3.c1311 .startup = gicv3_irq_startup,
1322 .startup = gicv3_irq_startup,
/xen/stubdom/grub.patches/
A D10graphics.diff368 + if (current_term->startup)
371 + if (current_term->startup() == 0)
713 + if (current_term->startup) {
714 + /* If startup fails, return to previous term */
715 + if (current_term->startup() == 0) {
2225 + if (current_term->startup)
2228 + if (current_term->startup() == 0)
2238 + if (current_term->startup)
2241 + if (current_term->startup() == 0)
2267 + int (*startup) (void);
/xen/xen/drivers/passthrough/amd/
A Diommu_init.c451 .startup = iommu_msi_startup,
482 .startup = iommu_maskable_msi_startup,
520 .startup = irq_startup_none,
/xen/docs/man/
A Dxen-vtpm.7.pod347 about the startup mode. For all normal use, always use clear
361 once at startup. By default all PCRs are zero initialized.
A Dxl.cfg.5.pod.in1392 Restrict the device model after startup,
/xen/tools/
A Dconfigure.ac92 [List of Linux backend module or modalias names to be autoloaded on startup.]),
A Dconfigure1534 autoloaded on startup.
/xen/
A DINSTALL74 To automatically run the toolstack in dom0 during system startup some
/xen/xen/drivers/passthrough/vtd/
A Diommu.c1115 .startup = dma_msi_startup,
/xen/tools/firmware/rombios/
A Drombios.c10788 ;; 0x00, 0x09, 0x0D+ = normal startup
10832 ; case 0: normal startup

Completed in 57 milliseconds