| /linux/tools/testing/selftests/timers/ |
| A 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/arch/x86/kvm/ |
| A D | kvm_emulate.h | 37 u8 intercept; /* which intercept */ member 220 int (*intercept)(struct x86_emulate_ctxt *ctxt, member 331 u8 intercept; member
|
| A D | emulate.c | 195 u64 intercept : 8; member 487 enum x86_intercept intercept, in emulator_check_intercept() argument 491 .intercept = intercept, in emulator_check_intercept() 504 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept() 4258 .intercept = x86_intercept_##_i, .check_perm = (_p) } 4272 .intercept = x86_intercept_##_i, .check_perm = (_p) } 5039 ctxt->intercept = x86_intercept_none; in x86_decode_insn() 5245 ctxt->intercept = opcode.intercept; in x86_decode_insn() 5447 rc = emulator_check_intercept(ctxt, ctxt->intercept, in x86_emulate_insn() 5476 rc = emulator_check_intercept(ctxt, ctxt->intercept, in x86_emulate_insn() [all …]
|
| /linux/arch/s390/kvm/ |
| A D | Makefile | 12 kvm-objs := $(common-objs) kvm-s390.o intercept.o interrupt.o priv.o sigp.o
|
| /linux/tools/testing/selftests/kvm/x86_64/ |
| A D | svm_int_ctl_test.c | 78 vmcb->control.intercept &= ~(BIT(INTERCEPT_INTR) | BIT(INTERCEPT_VINTR)); in l1_guest_code()
|
| /linux/Documentation/timers/ |
| A D | hpet.rst | 24 platform code which uses timer 0 or 1 as the main timer to intercept HPET
|
| /linux/Documentation/livepatch/ |
| A D | reliable-stacktrace.rst | 163 to intercept when that function returns with a return trampoline, e.g. 166 tracing can intercept returns. 169 kretprobes can intercept returns. 228 Some trampolines do not rewrite the return address in order to intercept
|
| /linux/tools/testing/selftests/kvm/lib/x86_64/ |
| A D | svm.c | 107 ctrl->intercept = (1ULL << INTERCEPT_VMRUN) | in generic_svm_setup()
|
| /linux/tools/testing/selftests/kvm/include/x86_64/ |
| A D | svm.h | 66 u64 intercept; member
|
| /linux/arch/x86/kvm/svm/ |
| A D | svm.c | 4197 if (info->intercept >= ARRAY_SIZE(x86_intercept_map)) in svm_check_intercept() 4200 icpt_info = x86_intercept_map[info->intercept]; in svm_check_intercept() 4207 if (info->intercept == x86_intercept_cr_read) in svm_check_intercept() 4213 if (info->intercept == x86_intercept_cr_write) in svm_check_intercept() 4217 info->intercept == x86_intercept_clts) in svm_check_intercept() 4227 if (info->intercept == x86_intercept_lmsw) { in svm_check_intercept() 4245 if (info->intercept == x86_intercept_wrmsr) in svm_check_intercept() 4262 if (info->intercept == x86_intercept_in || in svm_check_intercept() 4263 info->intercept == x86_intercept_ins) { in svm_check_intercept() 4272 if (info->intercept == x86_intercept_outs || in svm_check_intercept() [all …]
|
| /linux/Documentation/virt/kvm/ |
| A D | s390-pv-boot.rst | 23 SIE instruction which the UV will intercept and execute on KVM's
|
| A D | s390-diag.rst | 18 DIAGNOSE calls by the guest cause a mandatory intercept. This implies
|
| A D | s390-pv.rst | 55 KVM cannot intercept lctl(g) and lpsw(e) anymore in order to be
|
| /linux/Documentation/admin-guide/laptops/ |
| A D | sonypi.rst | 32 Another option to intercept the events is to get them directly through the
|
| /linux/drivers/hwmon/ |
| A 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/net/ipv6/netfilter/ |
| A D | Kconfig | 222 The SYNPROXY target allows you to intercept TCP connections and
|
| /linux/Documentation/process/ |
| A D | kernel-docs.rst | 266 :Keywords: syscalls, intercept, hide, abuse, symbol table. 268 order to intercept and modify syscalls, make
|
| /linux/arch/x86/kvm/vmx/ |
| A D | vmx.c | 7277 bool intercept; in vmx_check_intercept_io() local 7280 if (info->intercept == x86_intercept_in || in vmx_check_intercept_io() 7281 info->intercept == x86_intercept_ins) { in vmx_check_intercept_io() 7297 intercept = nested_cpu_has(vmcs12, in vmx_check_intercept_io() 7300 intercept = nested_vmx_check_io_bitmaps(vcpu, port, size); in vmx_check_intercept_io() 7303 return intercept ? X86EMUL_UNHANDLEABLE : X86EMUL_CONTINUE; in vmx_check_intercept_io() 7313 switch (info->intercept) { in vmx_check_intercept()
|
| /linux/net/ipv4/netfilter/ |
| A D | Kconfig | 209 The SYNPROXY target allows you to intercept TCP connections and
|
| /linux/Documentation/vm/ |
| A D | page_migration.rst | 163 up and added virtio-balloon specific functions to intercept migration logics.
|
| /linux/Documentation/userspace-api/ |
| A D | seccomp_filter.rst | 196 applications like container managers, which wish to intercept particular
|
| /linux/Documentation/scsi/ |
| A D | ChangeLog.megaraid_sas | 416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io.
|
| /linux/Documentation/networking/dsa/ |
| A D | dsa.rst | 328 slave MDIO bus which allows a specific switch driver to divert and intercept
|
| /linux/drivers/tty/serial/ |
| A D | Kconfig | 190 context, and thus is able to intercept the magic sequence.
|
| /linux/net/netfilter/ |
| A D | Kconfig | 677 The SYNPROXY expression allows you to intercept TCP connections and
|