Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dkexec.c56 #define KEXEC_FLAG_IN_HYPERCALL (KEXEC_IMAGE_NR + 3) macro
862 ASSERT(test_bit(KEXEC_FLAG_IN_HYPERCALL, &kexec_flags)); in kexec_swap_images()
1222 if ( test_and_set_bit(KEXEC_FLAG_IN_HYPERCALL, &kexec_flags) ) in do_kexec_op_internal()
1259 clear_bit(KEXEC_FLAG_IN_HYPERCALL, &kexec_flags); in do_kexec_op_internal()

Completed in 3 milliseconds