Searched refs:VMALLOC_32 (Results 1 – 2 of 2) sorted by relevance
65 #define VMALLOC_32(sz) vmalloc_32(sz) macro67 #define VMALLOC_32(sz) vmalloc(sz) macro
62 mem = VMALLOC_32(size); in rvmalloc()