Searched refs:MAX_NR_HVC_CONSOLES (Results 1 – 4 of 4) sorted by relevance
129 static const struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES];130 static uint32_t vtermnos[MAX_NR_HVC_CONSOLES] =131 {[0 ... MAX_NR_HVC_CONSOLES - 1] = -1};146 if (index >= MAX_NR_HVC_CONSOLES) in hvc_console_print()188 if (co->index < 0 || co->index >= MAX_NR_HVC_CONSOLES) in hvc_console_setup()255 if (index < 0 || index >= MAX_NR_HVC_CONSOLES) in hvc_instantiate()793 for (i=0; i < MAX_NR_HVC_CONSOLES; i++) in hvc_alloc()799 if (i >= MAX_NR_HVC_CONSOLES) in hvc_alloc()819 if (hp->index < MAX_NR_HVC_CONSOLES) in hvc_remove()
38 #define MAX_NR_HVC_CONSOLES 16 macro
156 if (num_found >= MAX_NR_HVC_CONSOLES) { in hvc_find_vtys()
577 if ((num_found >= MAX_NR_HVC_CONSOLES) || in hvc_find_vtys()