Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dconsolemap.c176 u16 **uni_pgdir[32]; member
229 p1 = p->uni_pgdir[i]; in set_inverse_trans_unicode()
393 if ((p1 = p->uni_pgdir[i]) != NULL) { in con_release_unimap()
398 p->uni_pgdir[i] = NULL; in con_release_unimap()
437 p1 = p->uni_pgdir[j]; q1 = q->uni_pgdir[j]; in con_unify_unimap()
470 if (!(p1 = p->uni_pgdir[n = unicode >> 11])) { in con_insert_unipair()
471 p1 = p->uni_pgdir[n] = kmalloc(32*sizeof(u16 *), GFP_KERNEL); in con_insert_unipair()
546 if ((p1 = p->uni_pgdir[i])) in con_set_unimap()
682 if ((p1 = p->uni_pgdir[i])) in con_get_unimap()
757 if ((p1 = p->uni_pgdir[ucs >> 11]) && in conv_uni_to_pc()