Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dkexec.c86 static void *crash_heap_current = NULL, *crash_heap_end = NULL; variable
452 if ( crash_heap_current + bytes > crash_heap_end ) in alloc_from_crash_heap()
454 ret = (void*)crash_heap_current; in alloc_from_crash_heap()
455 crash_heap_current += bytes; in alloc_from_crash_heap()
587 crash_heap_current = alloc_xenheap_pages( in kexec_init()
591 if ( ! crash_heap_current ) in kexec_init()
594 memset(crash_heap_current, 0, crash_heap_size); in kexec_init()
596 crash_heap_end = crash_heap_current + crash_heap_size; in kexec_init()

Completed in 4 milliseconds