Searched refs:host_end (Results 1 – 2 of 2) sorted by relevance
35 static uint host_end; /* end + 1 */ variable62 host_end = host_buffer + (PAGE_SIZE * NUM_CPM_HOST_PAGES); in cpm2_reset()115 if ((host_buffer + size) >= host_end) { in cpm2_hostalloc()
42 static uint host_end; /* end + 1 */ variable158 host_end = host_buffer + PAGE_SIZE; in alloc_host_memory()326 if ((host_buffer + size) >= host_end) in m8xx_cpm_hostalloc()