Home
last modified time | relevance | path

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

/trueos/sys/i386/xen/
HDxen_machdep.c735 char *retptr; in bootmem_alloc() local
737 retptr = bootmem_current; in bootmem_alloc()
738 PANIC_IF(retptr + size > bootmem_end); in bootmem_alloc()
741 return retptr; in bootmem_alloc()