/Linux-v4.19/tools/testing/selftests/timers/ |
D | freq-step.c | 119 static void regress(struct sample *samples, int n, double *intercept, in regress() argument 138 *intercept = (y_sum - *slope * x_sum) / n; in regress() 145 r = fabs(x * *slope + *intercept - y); in regress() 157 double intercept, slope, stddev1, max1, stddev2, max2; in run_test() local 181 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test() 188 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test() 192 regress(samples + SAMPLES / 2, SAMPLES / 2, &intercept, &slope, in run_test()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | kvm_emulate.h | 36 u8 intercept; /* which intercept */ member 219 int (*intercept)(struct x86_emulate_ctxt *ctxt, member 315 u8 intercept; member
|
D | svm.h | 62 u64 intercept; member
|
/Linux-v4.19/arch/s390/kvm/ |
D | Makefile | 11 kvm-objs := $(common-objs) kvm-s390.o intercept.o interrupt.o priv.o sigp.o
|
/Linux-v4.19/arch/x86/kvm/ |
D | svm.c | 178 u64 intercept; member 515 c->intercept = h->intercept | g->intercept; in recalc_intercepts() 606 vmcb->control.intercept |= (1ULL << bit); in set_intercept() 615 vmcb->control.intercept &= ~(1ULL << bit); in clr_intercept() 3013 if (svm->nested.intercept & 1ULL) { in nested_svm_intr() 3034 if (!(svm->nested.intercept & (1ULL << INTERCEPT_NMI))) in nested_svm_nmi() 3076 if (!(svm->nested.intercept & (1ULL << INTERCEPT_IOIO_PROT))) in nested_svm_intercept_ioio() 3099 if (!(svm->nested.intercept & (1ULL << INTERCEPT_MSR_PROT))) in nested_svm_exit_handled_msr() 3217 if (svm->nested.intercept & exit_bits) in nested_svm_intercept() 3245 dst->intercept = from->intercept; in copy_vmcb_control_area() [all …]
|
D | trace.h | 532 TP_PROTO(__u16 cr_read, __u16 cr_write, __u32 exceptions, __u64 intercept), 533 TP_ARGS(cr_read, cr_write, exceptions, intercept), 539 __field( __u64, intercept ) 546 __entry->intercept = intercept; 551 __entry->intercept)
|
D | emulate.c | 216 u64 intercept : 8; member 478 enum x86_intercept intercept, in emulator_check_intercept() argument 482 .intercept = intercept, in emulator_check_intercept() 495 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept() 4332 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i } 4334 .intercept = x86_intercept_##_i, .check_perm = (_p) } 4345 { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i } 4348 .intercept = x86_intercept_##_i, .check_perm = (_p) } 5291 ctxt->intercept = opcode.intercept; in x86_decode_insn() 5489 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && ctxt->intercept) { in x86_emulate_insn() [all …]
|
D | x86.c | 5769 .intercept = emulator_intercept,
|
D | vmx.c | 13475 if (info->intercept == x86_intercept_rdtscp && in vmx_check_intercept()
|
/Linux-v4.19/Documentation/timers/ |
D | hpet.txt | 22 platform code which uses timer 0 or 1 as the main timer to intercept HPET
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | s390-diag.txt | 15 DIAGNOSE calls by the guest cause a mandatory intercept. This implies
|
D | api.txt | 4500 longer intercept some instructions for improved latency in some
|
/Linux-v4.19/Documentation/laptops/ |
D | sonypi.txt | 29 Another option to intercept the events is to get them directly through the
|
/Linux-v4.19/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-v4.19/Documentation/process/ |
D | kernel-docs.rst | 276 :Keywords: syscalls, intercept, hide, abuse, symbol table. 278 order to intercept and modify syscalls, make
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | Kconfig | 271 The SYNPROXY target allows you to intercept TCP connections and
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | Kconfig | 258 The SYNPROXY target allows you to intercept TCP connections and
|
/Linux-v4.19/Documentation/x86/ |
D | intel_mpx.txt | 150 (think libraries). The kernel is really the only place to intercept
|
/Linux-v4.19/Documentation/vm/ |
D | page_migration.rst | 159 up and added virtio-balloon specific functions to intercept migration logics.
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io.
|
/Linux-v4.19/Documentation/networking/dsa/ |
D | dsa.txt | 195 slave MDIO bus which allows a specific switch driver to divert and intercept
|
/Linux-v4.19/drivers/tty/serial/ |
D | Kconfig | 177 context, and thus is able to intercept the magic sequence.
|
/Linux-v4.19/arch/arm/ |
D | Kconfig | 1608 intercept syscalls that have structure arguments which layout
|
/Linux-v4.19/init/ |
D | Kconfig | 1473 Enable the userfaultfd() system call that allows to intercept and
|