Searched refs:intercept (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/arch/s390/kvm/ |
D | Makefile | 13 kvm-objs := $(common-objs) kvm-s390.o sie64a.o intercept.o interrupt.o priv.o sigp.o diag.o
|
/linux-2.6.39/arch/x86/kvm/ |
D | trace.h | 462 TP_PROTO(__u16 cr_read, __u16 cr_write, __u32 exceptions, __u64 intercept), 463 TP_ARGS(cr_read, cr_write, exceptions, intercept), 469 __field( __u64, intercept ) 476 __entry->intercept = intercept; 481 __entry->intercept)
|
D | svm.c | 108 u64 intercept; member 251 c->intercept = h->intercept | g->intercept; in recalc_intercepts() 327 vmcb->control.intercept |= (1ULL << bit); in set_intercept() 336 vmcb->control.intercept &= ~(1ULL << bit); in clr_intercept() 1871 if (svm->nested.intercept & 1ULL) { in nested_svm_intr() 1892 if (!(svm->nested.intercept & (1ULL << INTERCEPT_NMI))) in nested_svm_nmi() 1934 if (!(svm->nested.intercept & (1ULL << INTERCEPT_IOIO_PROT))) in nested_svm_intercept_ioio() 1953 if (!(svm->nested.intercept & (1ULL << INTERCEPT_MSR_PROT))) in nested_svm_exit_handled_msr() 2045 if (svm->nested.intercept & exit_bits) in nested_svm_intercept() 2073 dst->intercept = from->intercept; in copy_vmcb_control_area() [all …]
|
/linux-2.6.39/Documentation/timers/ |
D | hpet.txt | 24 platform code which uses timer 0 or 1 as the main timer to intercept HPET
|
/linux-2.6.39/Documentation/frv/ |
D | gdbstub.txt | 127 Furthermore, the GDB stub will intercept a number of exceptions automatically 128 if they are caused by kernel execution. It will also intercept BUG() macro
|
/linux-2.6.39/arch/x86/include/asm/ |
D | svm.h | 58 u64 intercept; member
|
/linux-2.6.39/Documentation/s390/ |
D | kvm.txt | 119 after the intercept exit was recognized.
|
/linux-2.6.39/Documentation/laptops/ |
D | sonypi.txt | 29 Another option to intercept the events is to get them directly through the
|
/linux-2.6.39/drivers/hwmon/ |
D | lm93.c | 351 const long intercept = uV_min - slope * lm93_vin_reg_min[nr]; in LM93_IN_FROM_REG() local 353 return (slope * reg + intercept + 500) / 1000; in LM93_IN_FROM_REG() 372 const long intercept = uV_min - slope * lm93_vin_reg_min[nr]; in LM93_IN_TO_REG() local 374 u8 result = ((uV - intercept + (slope/2)) / slope); in LM93_IN_TO_REG()
|
/linux-2.6.39/Documentation/ |
D | kernel-docs.txt | 513 Keywords: syscalls, intercept, hide, abuse, symbol table. 515 order to intercept and modify syscalls, make
|
/linux-2.6.39/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 270 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io.
|
/linux-2.6.39/arch/arm/ |
D | Kconfig | 1501 intercept syscalls that have structure arguments which layout
|