Searched refs:printf (Results 1 – 11 of 11) sorted by relevance
| /hypervisor/arch/x86/ |
| A D | cpu_caps.c | 461 printf("%s, invept not supported\n", __func__); in check_vmx_mmu_cap() 530 printf("%s, LM not supported\n", __func__); in detect_hardware_support() 555 printf("%s, NX not supported\n", __func__); in detect_hardware_support() 559 printf("%s, SMEP not supported\n", __func__); in detect_hardware_support() 563 printf("%s, SMAP not supported\n", __func__); in detect_hardware_support() 566 printf("%s, MTRR not supported\n", __func__); in detect_hardware_support() 572 printf("%s, vmx not supported\n", __func__); in detect_hardware_support() 577 printf("%s, EPT not supported\n", __func__); in detect_hardware_support() 580 printf("%s, APICV not supported\n", __func__); in detect_hardware_support() 589 printf("%s, x2APIC not supported\n", __func__); in detect_hardware_support() [all …]
|
| A D | cpu.c | 533 printf(boot_msg); in print_hv_banner()
|
| /hypervisor/debug/ |
| A D | console.c | 127 printf("\r\n\r\n ---Entering ACRN SHELL---\r\n"); in vuart_console_rx_chars() 131 printf("Unknown escaping key: '%c'\r\n", ch); in vuart_console_rx_chars() 158 printf("%c", c); in vuart_console_tx_chars()
|
| A D | printf.c | 59 void printf(const char *fmt, ...) in printf() function
|
| A D | logmsg.c | 87 printf("%s\n\r", buffer); in do_logmsg()
|
| A D | shell.c | 951 printf("buffer size could not be enough! please check!\n"); in dump_vcpu_reg() 1063 printf("copy_from_gva error! err_code=0x%x fault_addr=0x%llx\r\n", err_code, fault_addr); in dump_guest_mem() 1201 printf("buffer size could not be enough! please check!\n"); in get_cpu_interrupt_info() 1313 printf("buffer size could not be enough! please check!\n"); in get_ptdev_info() 1380 printf("buffer size could not be enough! please check!\n"); in get_vioapic_info() 1464 printf("buffer size could not be enough! please check!\n"); in get_ioapic_info()
|
| /hypervisor/boot/ |
| A D | boot.c | 57 printf("%s environment detected.\n", boot_from_uefi(abi) ? "UEFI" : "Non-UEFI"); in sanitize_acrn_boot_info() 67 printf("%s Bootloader: %s\n", abi->protocol_name, abi->loader_name); in sanitize_acrn_boot_info()
|
| /hypervisor/release/ |
| A D | logmsg.c | 11 void printf(__unused const char *fmt, ...) {} in printf() function
|
| /hypervisor/include/debug/ |
| A D | logmsg.h | 65 void printf(const char *fmt, ...);
|
| /hypervisor/dm/ |
| A D | vuart.c | 660 printf("Not support vuart index %d, will not register \n", vuart_idx); in vuart_register_io_handler()
|
| /hypervisor/lib/crypto/mbedtls/ |
| A D | ChangeLog | 1692 * Single Platform compatilibity layer (for memory / printf / fprintf)
|
Completed in 17 milliseconds