Searched refs:intercept (Results 1 - 25 of 25) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kvm/
H A DMakefile13 kvm-objs := $(common-objs) kvm-s390.o sie64a.o intercept.o interrupt.o priv.o sigp.o diag.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtcpclint.tex10 The custom wxTCPConnection class will intercept communications in
59 enable you to intercept messages initiated by the server, such
H A Dddeclint.tex8 The custom wxDDEConnection class will intercept communications in
61 enable you to intercept messages initiated by the server, such
H A Dipcclint.tex11 wxClient. The custom wxConnection class will intercept
75 will enable you to intercept messages initiated by the server,
H A Dipcservr.tex11 wxServer. The custom wxConnection class will intercept
58 member to intercept this message and return a connection object of
H A Dddeservr.tex45 member to intercept this message and return a connection object of
H A Deraseevt.tex10 To intercept this event, use the EVT\_ERASE\_BACKGROUND macro in an event table definition.
H A Dtcpservr.tex44 member to intercept this message and return a connection object of
H A Dtguide.tex34 To intercept events, you add a DECLARE\_EVENT\_TABLE macro to the window class declaration,
H A Dhtwindow.tex229 Overloading this method is deprecated; intercept the event instead.
251 Overloading this method is deprecated; intercept the event instead.
267 Overloading this method is deprecated; intercept the event instead.
H A Dtscroll.tex10 there are functions to manipulate the scrollbars and event handlers to intercept
H A Dtvalidat.tex9 and validating it. It also is able to intercept events generated
H A Dwindow.tex1826 %% This member function is called in response to a keypress. To intercept this event,
1833 %% Note that not all keypresses can be intercepted this way. If you wish to intercept modifier
1852 %% This member is called to allow the window to intercept keyboard events
1862 %% This member function is called in response to a keypress, if the window is active. To intercept this event,
1874 %% you can intercept it, and if you don't call \helpref{wxEvent::Skip}{wxeventskip}
1899 %% This virtual function is provided mainly for backward compatibility. You can also intercept commands
1946 %% This member function is called in response to a key down event. To intercept this event,
1950 %% Note that not all keypresses can be intercepted this way. If you wish to intercept special
1978 %% This member function is called in response to a key up event. To intercept this event,
1982 %% Note that not all keypresses can be intercepted this way. If you wish to intercept specia
[all...]
H A Dhtmllbox.tex163 Overloading this method is deprecated; intercept the event instead.
H A Dporting.tex127 To intercept other events, you used to override virtual functions, such as OnSize. Now, while you can use
375 However, if you wish to intercept different events using different functions, you can
H A Dapp.tex274 %%This event handler function is called (under Windows only) to allow the window to intercept keyboard events
H A Dtevent.tex390 \twocolitem{\helpref{wxActivateEvent}{wxactivateevent}}{The EVT\_ACTIVATE and EVT\_ACTIVATE\_APP macros intercept
H A Dtext.tex700 %% It is possible to intercept character
H A Dtreectrl.tex18 To intercept events from a tree control, use the event table macros described in \helpref{wxTreeEvent}{wxtreeevent}.
H A Dtsamples.tex491 Secondly it shows how to intercept a \helpref{wxKeyEvent}{wxkeyevent} in both
H A Dlistctrl.tex38 To intercept events from a list control, use the event table macros described
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dsvm.c105 u64 intercept; member in struct:nested_state
140 bool always; /* True if intercept is always on */
751 control->intercept = (1ULL << INTERCEPT_INTR) |
824 control->intercept &= ~((1ULL << INTERCEPT_TASK_SWITCH) |
840 control->intercept |= (1ULL << INTERCEPT_PAUSE);
1015 svm->vmcb->control.intercept |= 1ULL << INTERCEPT_VINTR;
1020 svm->vmcb->control.intercept &= ~(1ULL << INTERCEPT_VINTR);
1201 * But the L1 hypervisor may intercept selective cr0 writes.
1206 /* Remove bits that would trigger a real cr0 write intercept */
1510 * On an #MC intercept th
[all...]
H A Dtrace.h452 TP_PROTO(__u16 cr_read, __u16 cr_write, __u32 exceptions, __u64 intercept),
453 TP_ARGS(cr_read, cr_write, exceptions, intercept),
459 __field( __u64, intercept )
466 __entry->intercept = intercept;
469 TP_printk("cr_read: %04x cr_write: %04x excp: %08x intercept: %016llx",
471 __entry->intercept)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsvm.h59 u64 intercept; member in struct:vmcb_control_area
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dlm93.c346 const long intercept = uV_min - slope * lm93_vin_reg_min[nr]; local
348 return (slope * reg + intercept + 500) / 1000;
367 const long intercept = uV_min - slope * lm93_vin_reg_min[nr]; local
369 u8 result = ((uV - intercept + (slope/2)) / slope);

Completed in 174 milliseconds