/openbmc/linux/tools/testing/selftests/timers/ |
H 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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | valgrind-make-ld-XXX.so-strlen-intercept-optional.patch | 4 Subject: [PATCH] make ld-XXX.so strlen intercept optional 9 intercept it, don't make it mandatory to do so. 29 + Therefore although we should still try to intercept it, don't make it
|
/openbmc/openbmc/poky/meta/recipes-extended/sudo/files/ |
H A D | 0001-sudo.conf.in-fix-conflict-with-multilib.patch | 39 -#Path intercept @intercept_file@ 40 +#Path intercept $intercept_file
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
H A D | __init__.py | 194 for intercept in postinst_intercepts: 195 shutil.copy(intercept, os.path.join(self.intercepts_dir, os.path.basename(intercept))) 202 with open(postinst_intercept_hook) as intercept: 204 for line in intercept.read().split("\n"):
|
/openbmc/linux/arch/s390/kvm/ |
H A D | Makefile | 10 kvm-y += kvm-s390.o intercept.o interrupt.o priv.o sigp.o
|
/openbmc/linux/arch/x86/kvm/ |
H A D | kvm_emulate.h | 37 u8 intercept; /* which intercept */ member 210 int (*intercept)(struct x86_emulate_ctxt *ctxt, member 328 u8 intercept; member
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/ |
H A D | nginx-cross.patch | 25 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 36 # /bin/sh is used to intercept "Killed" or "Abort trap" messages 68 # /bin/sh is used to intercept "Killed" or "Abort trap" messages
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | svm_nested_shutdown_test.c | 29 vmcb->control.intercept &= ~(BIT(INTERCEPT_SHUTDOWN)); in l1_guest_code()
|
H A D | svm_int_ctl_test.c | 74 vmcb->control.intercept &= ~(BIT(INTERCEPT_INTR) | BIT(INTERCEPT_VINTR)); in l1_guest_code()
|
H A D | triple_fault_event_test.c | 51 vmcb->control.intercept &= ~(BIT(INTERCEPT_SHUTDOWN)); in l1_guest_code_svm()
|
H A D | svm_nested_soft_inject_test.c | 94 vmcb->control.intercept |= BIT(INTERCEPT_NMI) | BIT(INTERCEPT_HLT); in l1_guest_code()
|
H A D | hyperv_svm_test.c | 103 vmcb->control.intercept |= 1ULL << INTERCEPT_MSR_PROT; in guest_code()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | trace-events | 13 kvm_intercept(uint32_t icpt_code, uint64_t psw_addr) "intercept: 0x%x (at 0x%"PRIx64"lx)"
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.23.rst | 58 - nativesdk-intercept: Fix bad intercept chgrp/chown logic 73 - pseudo: Update to pull in gcc14 fix and missing statvfs64 intercept
|
H A D | release-notes-4.0.1.rst | 24 - base: Drop git intercept 66 - install/devshell: Introduce git intercept script due to fakeroot issues 117 - scripts: Make git intercept global
|
/openbmc/linux/Documentation/timers/ |
H A D | hpet.rst | 24 platform code which uses timer 0 or 1 as the main timer to intercept HPET
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ |
H A D | ltrace_git.bb | 5 It can also intercept and print the system calls executed by the program.\
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 238 env->intercept = x86_ldq_phys(cs, env->vm_vmcb + offsetof(struct vmcb, in helper_vmrun() 239 control.intercept)); in helper_vmrun() 642 if (env->intercept & (1ULL << (type - SVM_EXIT_INTR))) { in cpu_svm_has_intercept() 710 if (env->intercept & (1ULL << (SVM_EXIT_IOIO - SVM_EXIT_INTR))) { in helper_svm_check_io() 823 env->intercept = 0; in do_vmexit()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-deps-disable-io_uring-support-in-libuv.patch | 6 Refer [1], Pseudo fails to intercept some of the syscalls when io_uring
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | cross.bbclass | 103 PATH:prepend = "${COREBASE}/scripts/cross-intercept:"
|
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | svm.c | 99 ctrl->intercept = (1ULL << INTERCEPT_VMRUN) | in generic_svm_setup()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | decode-new.h | 300 unsigned intercept:8; member
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 85 bool always; /* True if intercept is initially cleared */ 134 * intercept the MSR 0x832, and do not setup direct_access_msr. 154 * intercept is enabled. Refer to AMD APM Vol 2 Section 15.14.4 Pause 171 * value is less than zero and PAUSE intercept is enabled, a #VMEXIT is 315 /* #GP intercept is still needed for vmware backdoor */ in svm_set_efer() 336 * Never intercept #GP for SEV guests, KVM can't in svm_set_efer() 796 /* Set the shadow bitmaps to the desired intercept states */ in set_shadow_msr_intercept() 822 * If the L01 MSR bitmap does not intercept the MSR, then we need to in msr_write_intercepted() 826 * If the L02 MSR bitmap does not intercept the MSR, then we need to in msr_write_intercepted() 911 void svm_set_x2apic_msr_interception(struct vcpu_svm *svm, bool intercept) in svm_set_x2apic_msr_interception() argument [all...] |
/openbmc/linux/Documentation/livepatch/ |
H 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
|
/openbmc/qemu/target/i386/ |
H A D | svm.h | 158 uint64_t intercept; member
|