Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/libxl/
A Dlibxl_save_helper.c222 static void startup(const char *op) { in startup() function
262 startup("save"); in main()
289 startup("restore"); in main()
/xen-4.10.0-shim-comet/docs/misc/
A Dpvh.markdown47 ## AP startup ##
49 AP startup can be performed using hypercalls or the local APIC if present.
A Dxenstore.txt252 startup and various forms of restore and resume), and
/xen-4.10.0-shim-comet/xen/include/xen/
A Dirq.h57 unsigned int (*startup)(struct irq_desc *); member
/xen-4.10.0-shim-comet/xen/arch/x86/
A Di8259.c61 .startup = startup_8259A_irq,
A Dio_apic.c1762 .startup = startup_edge_ioapic_irq,
1772 .startup = startup_level_ioapic_irq,
1813 .startup = NULL, /* startup_irq() not used for IRQ0 */
2260 desc->handler->startup(desc); in io_apic_set_pci_routing()
A Dhpet.c321 .startup = hpet_msi_startup,
A Dmsi.c547 .startup = startup_msi_irq,
558 .startup = irq_startup_none,
A Dirq.c1039 desc->handler->startup(desc); in setup_irq()
1637 desc->handler->startup(desc); in pirq_guest_bind()
/xen-4.10.0-shim-comet/tools/flask/policy/modules/
A Dxen.te21 # These types are used internally for objects created during Xen startup or for
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/arm/
A Dirq.c49 .startup = irq_startup_none,
381 desc->handler->startup(desc); in setup_irq()
A Dgic-v2.c798 .startup = gicv2_irq_startup,
809 .startup = gicv2_irq_startup,
A Dgic-v3.c1201 .startup = gicv3_irq_startup,
1212 .startup = gicv3_irq_startup,
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/drivers/passthrough/amd/
A Diommu_init.c484 .startup = iommu_msi_startup,
515 .startup = iommu_maskable_msi_startup,
/xen-4.10.0-shim-comet/docs/man/
A Dxen-vtpm.pod.7341 about the startup mode. For all normal use, always use clear
355 once at startup. By default all PCRs are zero initialized.
A Dxl.cfg.pod.5.in1308 Restrict the device model after startup,
/xen-4.10.0-shim-comet/tools/
A Dconfigure.ac90 [List of Linux backend module or modalias names to be autoloaded on startup.]),
A Dconfigure1519 autoloaded on startup.
/xen-4.10.0-shim-comet/
A DINSTALL54 To automatically run the toolstack in dom0 during system startup some
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/
A Diommu.c1114 .startup = dma_msi_startup,
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A Drombios.c10788 ;; 0x00, 0x09, 0x0D+ = normal startup
10832 ; case 0: normal startup

Completed in 66 milliseconds