Searched refs:printed (Results 1 – 19 of 19) sorted by relevance
/xen-4.10.0-shim-comet/docs/misc/ |
A D | printk-formats.txt | 31 %pv Domain and vCPU ID from a 'struct vcpu *' (printed as
|
A D | xen-command-line.markdown | 603 Limits the number lines printed in Xen stack traces. 914 more importance will be printed. 1182 importance will be printed. 1810 is printed on the hypervisor serial log.
|
A D | xsm-flask.txt | 323 source/destination is printed to the log, so labeling devices using this method
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xentrace_format.pod.1 | 29 rule for each type of event to be pretty-printed (events which do not
|
A D | xl.conf.pod.5 | 156 stale the moment it is printed. When claim is enabled a reservation for
|
A D | xen-vtpm.pod.7 | 316 Controls the amount of logging printed to the console.
|
A D | xl.pod.1.in | 1590 parameters to a domain. The output of the command is printed to stdout.
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | common.c | 253 static int printed; in get_cpu_vendor() local 270 if (!printed) { in get_cpu_vendor() 271 printed++; in get_cpu_vendor()
|
A D | amd.c | 461 static bool_t printed = 0; in check_syscfg_dram_mod_en() local 471 if (!test_and_set_bool(printed)) in check_syscfg_dram_mod_en()
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | test.py | 704 printed = False 707 if not printed: 709 printed = True
|
/xen-4.10.0-shim-comet/tools/golang/xenlight/ |
A D | xenlight.go | 794 printed := false 802 if printed { 806 printed = true
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | talloc_guide.txt | 346 used by ptr. One line of report is printed for each immediate child of 349 You can pass NULL for the pointer, in which case a report is printed 363 You can pass NULL for the pointer, in which case a report is printed
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | cpu_idle.c | 841 static unsigned long printed; in acpi_processor_ffh_cstate_probe() local 866 !test_and_set_bit(cx->type, &printed) ) in acpi_processor_ffh_cstate_probe()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vmcs.c | 126 int printed = 0; in vmx_display_features() local 130 #define P(p,s) if ( p ) { printk(" - %s\n", s); printed = 1; } in vmx_display_features() 148 if ( !printed ) in vmx_display_features()
|
/xen-4.10.0-shim-comet/tools/firmware/vgabios/ |
A D | README | 36 You can get a very basic debugging system: messages printed by the vgabios.
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 00cvs | 415 -results, provided the printed document carries a copying permission 417 -(this paragraph not being relevant to the printed manual). 576 results, provided the printed document carries a copying permission 578 (this paragraph not being relevant to the printed manual).
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | svm.c | 1642 bool_t printed = 0; in start_svm() local 1666 #define P(p,s) if ( p ) { printk(" - %s\n", s); printed = 1; } in start_svm() 1676 if ( !printed ) in start_svm()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | io_apic.c | 2458 unsigned int irq, pin, printed = 0; in dump_ioapic_irq_info() local 2472 if ( !printed++ ) in dump_ioapic_irq_info()
|
/xen-4.10.0-shim-comet/tools/blktap2/ |
A D | README | 146 printed before terminating. The sysfs interface is largely intuitive,
|
Completed in 32 milliseconds