Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/video/fbdev/
Dsticore.h50 #define STI_LOWMEM (GFP_KERNEL | GFP_DMA) macro
52 #define STI_LOWMEM (GFP_KERNEL) macro
/linux-6.1.9/drivers/video/console/
Dsticore.c427 sti->sti_data = kzalloc(size, STI_LOWMEM); in sti_init_glob_cfg()
513 nf = kzalloc(size, STI_LOWMEM); in sti_select_fbfont()
691 n = kcalloc(4, size, STI_LOWMEM); in sti_font_convert_bytemode()
731 raw = kmalloc(size, STI_LOWMEM); in sti_get_bmode_rom()
765 raw = kmalloc(size, STI_LOWMEM); in sti_get_wmode_rom()
Dsticon.c191 new_font = kmalloc(sizeof(*new_font) + size, STI_LOWMEM); in sticon_set_font()