Home
last modified time | relevance | path

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

12

/Linux-v5.4/tools/testing/selftests/timers/
Dfreq-step.c111 static void regress(struct sample *samples, int n, double *intercept, in regress() argument
130 *intercept = (y_sum - *slope * x_sum) / n; in regress()
137 r = fabs(x * *slope + *intercept - y); in regress()
149 double intercept, slope, stddev1, max1, stddev2, max2; in run_test() local
173 regress(samples, SAMPLES, &intercept, &slope, &stddev1, &max1); in run_test()
180 regress(samples, SAMPLES / 2, &intercept, &slope, &stddev1, &max1); in run_test()
184 regress(samples + SAMPLES / 2, SAMPLES / 2, &intercept, &slope, in run_test()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_emulate.h36 u8 intercept; /* which intercept */ member
219 int (*intercept)(struct x86_emulate_ctxt *ctxt, member
317 u8 intercept; member
Dsvm.h63 u64 intercept; member
/Linux-v5.4/arch/s390/kvm/
DMakefile11 kvm-objs := $(common-objs) kvm-s390.o intercept.o interrupt.o priv.o sigp.o
/Linux-v5.4/arch/x86/kvm/
Dsvm.c172 u64 intercept; member
518 c->intercept = h->intercept | g->intercept; in recalc_intercepts()
609 vmcb->control.intercept |= (1ULL << bit); in set_intercept()
618 vmcb->control.intercept &= ~(1ULL << bit); in clr_intercept()
3074 if (svm->nested.intercept & 1ULL) { in nested_svm_intr()
3095 if (!(svm->nested.intercept & (1ULL << INTERCEPT_NMI))) in nested_svm_nmi()
3111 if (!(svm->nested.intercept & (1ULL << INTERCEPT_IOIO_PROT))) in nested_svm_intercept_ioio()
3134 if (!(svm->nested.intercept & (1ULL << INTERCEPT_MSR_PROT))) in nested_svm_exit_handled_msr()
3252 if (svm->nested.intercept & exit_bits) in nested_svm_intercept()
3280 dst->intercept = from->intercept; in copy_vmcb_control_area()
[all …]
Dtrace.h535 TP_PROTO(__u16 cr_read, __u16 cr_write, __u32 exceptions, __u64 intercept),
536 TP_ARGS(cr_read, cr_write, exceptions, intercept),
542 __field( __u64, intercept )
549 __entry->intercept = intercept;
554 __entry->intercept)
Demulate.c214 u64 intercept : 8; member
494 enum x86_intercept intercept, in emulator_check_intercept() argument
498 .intercept = intercept, in emulator_check_intercept()
511 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept()
4384 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i }
4386 .intercept = x86_intercept_##_i, .check_perm = (_p) }
4397 { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i }
4400 .intercept = x86_intercept_##_i, .check_perm = (_p) }
5350 ctxt->intercept = opcode.intercept; in x86_decode_insn()
5550 if (unlikely(emul_flags & X86EMUL_GUEST_MASK) && ctxt->intercept) { in x86_emulate_insn()
[all …]
Dx86.c6241 .intercept = emulator_intercept,
/Linux-v5.4/Documentation/timers/
Dhpet.rst24 platform code which uses timer 0 or 1 as the main timer to intercept HPET
/Linux-v5.4/Documentation/virt/kvm/
Ds390-diag.txt15 DIAGNOSE calls by the guest cause a mandatory intercept. This implies
/Linux-v5.4/Documentation/admin-guide/laptops/
Dsonypi.rst32 Another option to intercept the events is to get them directly through the
/Linux-v5.4/drivers/hwmon/
Dlm93.c349 const long intercept = uv_min - slope * lm93_vin_reg_min[nr]; in LM93_IN_FROM_REG() local
351 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-v5.4/net/ipv6/netfilter/
DKconfig219 The SYNPROXY target allows you to intercept TCP connections and
/Linux-v5.4/net/ipv4/netfilter/
DKconfig203 The SYNPROXY target allows you to intercept TCP connections and
/Linux-v5.4/Documentation/process/
Dkernel-docs.rst264 :Keywords: syscalls, intercept, hide, abuse, symbol table.
266 order to intercept and modify syscalls, make
/Linux-v5.4/Documentation/x86/
Dintel_mpx.rst157 (think libraries). The kernel is really the only place to intercept
/Linux-v5.4/Documentation/vm/
Dpage_migration.rst159 up and added virtio-balloon specific functions to intercept migration logics.
/Linux-v5.4/Documentation/userspace-api/
Dseccomp_filter.rst196 applications like container managers, which wish to intercept particular
/Linux-v5.4/Documentation/scsi/
DChangeLog.megaraid_sas416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io.
/Linux-v5.4/Documentation/networking/dsa/
Ddsa.rst197 slave MDIO bus which allows a specific switch driver to divert and intercept
/Linux-v5.4/drivers/tty/serial/
DKconfig191 context, and thus is able to intercept the magic sequence.
/Linux-v5.4/net/netfilter/
DKconfig658 The SYNPROXY expression allows you to intercept TCP connections and
/Linux-v5.4/arch/arm/
DKconfig1502 intercept syscalls that have structure arguments which layout
/Linux-v5.4/init/
DKconfig1650 Enable the userfaultfd() system call that allows to intercept and
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c7137 if (info->intercept == x86_intercept_rdtscp && in vmx_check_intercept()

12