Searched refs:pcxl_res_map (Results 1 – 1 of 1) sorted by relevance
44 static char *pcxl_res_map; variable63 u_long *res_ptr = (unsigned long *)pcxl_res_map; in dump_resmap()234 idx = (int)((u_long)res_ptr - (u_long)pcxl_res_map); \241 u##size *res_ptr = (u##size *)&(pcxl_res_map[pcxl_res_hint & ~((size >> 3) - 1)]); \242 u##size *res_end = (u##size *)&pcxl_res_map[pcxl_res_size]; \244 res_ptr = (u##size *)&pcxl_res_map[0]; \297 …u##size *res_ptr = (u##size *)&(pcxl_res_map[(idx) + (((size >> 3) - 1) & (~((size >> 3) - 1)))]);…342 unsigned long *res_ptr = (u_long *)pcxl_res_map; in proc_pcxl_dma_show()395 pcxl_res_map = (char *)__get_free_pages(GFP_KERNEL, in pcxl_dma_init()397 memset(pcxl_res_map, 0, pcxl_res_size); in pcxl_dma_init()