/linux-4.1.27/arch/x86/kvm/ |
D | svm.c | 114 u64 intercept; member 271 c->intercept = h->intercept | g->intercept; in recalc_intercepts() 362 vmcb->control.intercept |= (1ULL << bit); in set_intercept() 371 vmcb->control.intercept &= ~(1ULL << bit); in clr_intercept() 2081 if (svm->nested.intercept & 1ULL) { in nested_svm_intr() 2102 if (!(svm->nested.intercept & (1ULL << INTERCEPT_NMI))) in nested_svm_nmi() 2144 if (!(svm->nested.intercept & (1ULL << INTERCEPT_IOIO_PROT))) in nested_svm_intercept_ioio() 2167 if (!(svm->nested.intercept & (1ULL << INTERCEPT_MSR_PROT))) in nested_svm_exit_handled_msr() 2259 if (svm->nested.intercept & exit_bits) in nested_svm_intercept() 2287 dst->intercept = from->intercept; in copy_vmcb_control_area() [all …]
|
D | trace.h | 510 TP_PROTO(__u16 cr_read, __u16 cr_write, __u32 exceptions, __u64 intercept), 511 TP_ARGS(cr_read, cr_write, exceptions, intercept), 517 __field( __u64, intercept ) 524 __entry->intercept = intercept; 529 __entry->intercept)
|
D | emulate.c | 210 u64 intercept : 8; member 437 enum x86_intercept intercept, in emulator_check_intercept() argument 441 .intercept = intercept, in emulator_check_intercept() 454 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept() 3737 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i } 3739 .intercept = x86_intercept_##_i, .check_perm = (_p) } 3750 { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i } 3753 .intercept = x86_intercept_##_i, .check_perm = (_p) } 4671 ctxt->intercept = opcode.intercept; in x86_decode_insn() 4875 rc = emulator_check_intercept(ctxt, ctxt->intercept, in x86_emulate_insn() [all …]
|
D | x86.c | 5059 .intercept = emulator_intercept,
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_emulate.h | 34 u8 intercept; /* which intercept */ member 205 int (*intercept)(struct x86_emulate_ctxt *ctxt, member 291 u8 intercept; member
|
D | svm.h | 61 u64 intercept; member
|
/linux-4.1.27/arch/s390/kvm/ |
D | Makefile | 14 kvm-objs := $(common-objs) kvm-s390.o intercept.o interrupt.o priv.o sigp.o
|
/linux-4.1.27/Documentation/timers/ |
D | hpet.txt | 24 platform code which uses timer 0 or 1 as the main timer to intercept HPET
|
/linux-4.1.27/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-4.1.27/Documentation/virtual/kvm/ |
D | s390-diag.txt | 15 DIAGNOSE calls by the guest cause a mandatory intercept. This implies
|
/linux-4.1.27/Documentation/s390/ |
D | kvm.txt | 119 after the intercept exit was recognized.
|
/linux-4.1.27/Documentation/laptops/ |
D | sonypi.txt | 29 Another option to intercept the events is to get them directly through the
|
/linux-4.1.27/drivers/hwmon/ |
D | lm93.c | 362 const long intercept = uv_min - slope * lm93_vin_reg_min[nr]; in LM93_IN_FROM_REG() local 364 return (slope * reg + intercept + 500) / 1000; in LM93_IN_FROM_REG() 385 const long intercept = uv_min - slope * lm93_vin_reg_min[nr]; in LM93_IN_TO_REG() local 387 u8 result = ((uv - intercept + (slope/2)) / slope); in LM93_IN_TO_REG()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | Kconfig | 244 The SYNPROXY target allows you to intercept TCP connections and
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | Kconfig | 244 The SYNPROXY target allows you to intercept TCP connections and
|
/linux-4.1.27/Documentation/x86/ |
D | intel_mpx.txt | 150 (think libraries). The kernel is really the only place to intercept
|
/linux-4.1.27/Documentation/ |
D | kernel-docs.txt | 513 Keywords: syscalls, intercept, hide, abuse, symbol table. 515 order to intercept and modify syscalls, make
|
D | dma-buf-sharing.txt | 372 adding interfaces to intercept pagefaults and allow pte shootdowns would
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io.
|
/linux-4.1.27/drivers/tty/serial/ |
D | Kconfig | 177 context, and thus is able to intercept the magic sequence.
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1611 intercept syscalls that have structure arguments which layout
|