Marc Kleine-Budde wrote: > Oh - I see. So calling the xnarch_escalate() here, has the same effect > as xnshadow_schedule(), but probably less overhead, due to no > syscall demultiplexing etc...
xnshadow_schedule() is called from userspace (hence the syscall mechanism).
xnarch_escalate() is called from kernel space, in the Linux domain,
typically from the module initialization functions.
--
Gilles Chanteperdrix.
