Home
last modified time | relevance | path

Searched refs:intercept (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/tools/testing/selftests/timers/
Dfreq-step.c119 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/
Dkvm_emulate.h36 u8 intercept; /* which intercept */ member
219 int (*intercept)(struct x86_emulate_ctxt *ctxt, member
315 u8 intercept; member
Dsvm.h62 u64 intercept; member
/Linux-v4.19/arch/s390/kvm/
DMakefile11 kvm-objs := $(common-objs) kvm-s390.o intercept.o interrupt.o priv.o sigp.o
/Linux-v4.19/arch/x86/kvm/
Dsvm.c178 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 …]
Dtrace.h532 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)
Demulate.c216 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 …]
Dx86.c5769 .intercept = emulator_intercept,
Dvmx.c13475 if (info->intercept == x86_intercept_rdtscp && in vmx_check_intercept()
/Linux-v4.19/Documentation/timers/
Dhpet.txt22 platform code which uses timer 0 or 1 as the main timer to intercept HPET
/Linux-v4.19/Documentation/virtual/kvm/
Ds390-diag.txt15 DIAGNOSE calls by the guest cause a mandatory intercept. This implies
Dapi.txt4500 longer intercept some instructions for improved latency in some
/Linux-v4.19/Documentation/laptops/
Dsonypi.txt29 Another option to intercept the events is to get them directly through the
/Linux-v4.19/drivers/hwmon/
Dlm93.c362 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/
Dkernel-docs.rst276 :Keywords: syscalls, intercept, hide, abuse, symbol table.
278 order to intercept and modify syscalls, make
/Linux-v4.19/net/ipv6/netfilter/
DKconfig271 The SYNPROXY target allows you to intercept TCP connections and
/Linux-v4.19/net/ipv4/netfilter/
DKconfig258 The SYNPROXY target allows you to intercept TCP connections and
/Linux-v4.19/Documentation/x86/
Dintel_mpx.txt150 (think libraries). The kernel is really the only place to intercept
/Linux-v4.19/Documentation/vm/
Dpage_migration.rst159 up and added virtio-balloon specific functions to intercept migration logics.
/Linux-v4.19/Documentation/scsi/
DChangeLog.megaraid_sas416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io.
/Linux-v4.19/Documentation/networking/dsa/
Ddsa.txt195 slave MDIO bus which allows a specific switch driver to divert and intercept
/Linux-v4.19/drivers/tty/serial/
DKconfig177 context, and thus is able to intercept the magic sequence.
/Linux-v4.19/arch/arm/
DKconfig1608 intercept syscalls that have structure arguments which layout
/Linux-v4.19/init/
DKconfig1473 Enable the userfaultfd() system call that allows to intercept and