search for: callbackf_mask_events

Displaying 3 results from an estimated 3 matches for "callbackf_mask_events".

Did you mean: _callbackf_mask_events
2007 Aug 08
2
[PATCH] x86-64: syscall/sysenter support for 32-bit apps
...>arch.guest_context.flags); break; + case CALLBACKTYPE_syscall: + v->arch.syscall32_callback_cs = reg->address.cs; + v->arch.syscall32_callback_eip = reg->address.eip; + v->arch.syscall32_disables_events = + (reg->flags & CALLBACKF_mask_events) != 0; + if ( v->arch.syscall32_callback_cs & ~3 ) + write_efer(read_efer() | EFER_SCE); + else + write_efer(read_efer() & ~EFER_SCE); + break; + + case CALLBACKTYPE_sysenter: + v->arch.sysenter_callback_cs = reg->address.c...
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support. Qing He and Eddie Dong also has been woring on pv_ops so that I want to discuss before going further and avoid duplicated work. I suppose that Eddie will also post his own patch. So reviewing both patches, we can reach to better pv_ops interface. - I didn't changed the ia64 intrinsic paravirtulization abi from the last post. Presumably it