Searched refs:SHELL_LOG_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
30 #define SHELL_LOG_BUF_SIZE (PAGE_SIZE * MAX_PCPU_NUM / 2U) macro31 static char shell_log_buf[SHELL_LOG_BUF_SIZE];1001 dump.str_max = SHELL_LOG_BUF_SIZE; in shell_vcpu_dumpreg()1206 get_cpu_interrupt_info(shell_log_buf, SHELL_LOG_BUF_SIZE); in shell_show_cpu_int()1318 get_ptdev_info(shell_log_buf, SHELL_LOG_BUF_SIZE); in shell_show_ptdev_info()1395 get_vioapic_info(shell_log_buf, SHELL_LOG_BUF_SIZE, vmid); in shell_show_vioapic_info()1472 err = get_ioapic_info(shell_log_buf, SHELL_LOG_BUF_SIZE); in shell_show_ioapic_info()
Completed in 5 milliseconds