/Linux-v5.4/tools/testing/selftests/timers/ |
D | freq-step.c | 111 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/ |
D | kvm_emulate.h | 36 u8 intercept; /* which intercept */ member 219 int (*intercept)(struct x86_emulate_ctxt *ctxt, member 317 u8 intercept; member
|
D | svm.h | 63 u64 intercept; member
|
/Linux-v5.4/arch/s390/kvm/ |
D | Makefile | 11 kvm-objs := $(common-objs) kvm-s390.o intercept.o interrupt.o priv.o sigp.o
|
/Linux-v5.4/arch/x86/kvm/ |
D | svm.c | 172 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 …]
|
D | trace.h | 535 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)
|
D | emulate.c | 214 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 …]
|
D | x86.c | 6241 .intercept = emulator_intercept,
|
/Linux-v5.4/Documentation/timers/ |
D | hpet.rst | 24 platform code which uses timer 0 or 1 as the main timer to intercept HPET
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | s390-diag.txt | 15 DIAGNOSE calls by the guest cause a mandatory intercept. This implies
|
/Linux-v5.4/Documentation/admin-guide/laptops/ |
D | sonypi.rst | 32 Another option to intercept the events is to get them directly through the
|
/Linux-v5.4/drivers/hwmon/ |
D | lm93.c | 349 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/ |
D | Kconfig | 219 The SYNPROXY target allows you to intercept TCP connections and
|
/Linux-v5.4/net/ipv4/netfilter/ |
D | Kconfig | 203 The SYNPROXY target allows you to intercept TCP connections and
|
/Linux-v5.4/Documentation/process/ |
D | kernel-docs.rst | 264 :Keywords: syscalls, intercept, hide, abuse, symbol table. 266 order to intercept and modify syscalls, make
|
/Linux-v5.4/Documentation/x86/ |
D | intel_mpx.rst | 157 (think libraries). The kernel is really the only place to intercept
|
/Linux-v5.4/Documentation/vm/ |
D | page_migration.rst | 159 up and added virtio-balloon specific functions to intercept migration logics.
|
/Linux-v5.4/Documentation/userspace-api/ |
D | seccomp_filter.rst | 196 applications like container managers, which wish to intercept particular
|
/Linux-v5.4/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io.
|
/Linux-v5.4/Documentation/networking/dsa/ |
D | dsa.rst | 197 slave MDIO bus which allows a specific switch driver to divert and intercept
|
/Linux-v5.4/drivers/tty/serial/ |
D | Kconfig | 191 context, and thus is able to intercept the magic sequence.
|
/Linux-v5.4/net/netfilter/ |
D | Kconfig | 658 The SYNPROXY expression allows you to intercept TCP connections and
|
/Linux-v5.4/arch/arm/ |
D | Kconfig | 1502 intercept syscalls that have structure arguments which layout
|
/Linux-v5.4/init/ |
D | Kconfig | 1650 Enable the userfaultfd() system call that allows to intercept and
|
/Linux-v5.4/arch/x86/kvm/vmx/ |
D | vmx.c | 7137 if (info->intercept == x86_intercept_rdtscp && in vmx_check_intercept()
|