Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A 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()
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0002-auto-feature-add-mechanism-allowing-to-force-feature.patch27 - # /bin/sh is used to intercept "Killed" or "Abort trap" messages
42 + # /bin/sh is used to intercept "Killed" or "Abort trap" messages
61 - # /bin/sh is used to intercept "Killed" or "Abort trap" messages
77 + # /bin/sh is used to intercept "Killed" or "Abort trap" messages
99 - # /bin/sh is used to intercept "Killed" or "Abort trap" messages
117 + # /bin/sh is used to intercept "Killed" or "Abort trap" messages
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/valgrind/valgrind/
H A Dvalgrind-make-ld-XXX.so-strlen-intercept-optional.patch4 Subject: [PATCH] make ld-XXX.so strlen intercept optional
9 intercept it, don't make it mandatory to do so.
31 + Therefore although we should still try to intercept it, don't make it
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drk_virtual_thermal.c440 int intercept = ctx->tuning_info->bn_slope; in compensate_brightness() local
451 cur_ajust = cur - intercept + brightness * slope; in compensate_brightness()
565 int intercept = ctx->tuning_info->cur_intercept; in map_temp_from_current() local
567 int milli_degree = cur * slope + intercept; in map_temp_from_current()
602 int intercept = ctx->tuning_info->load_intercept; in ajudt_temp_by_load() local
610 load_rate = (total_load * slope + intercept) / 1000; in ajudt_temp_by_load()
762 int intercept = ctx->tuning_info->lkg_slope; in compensate_leakage() local
769 milli_degree = slope * lkg - intercept; in compensate_leakage()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/
H A D__init__.py191 for intercept in postinst_intercepts:
192 shutil.copy(intercept, os.path.join(self.intercepts_dir, os.path.basename(intercept)))
199 with open(postinst_intercept_hook) as intercept:
201 for line in intercept.read().split("\n"):
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sudo/files/
H A D0001-sudo.conf.in-fix-conflict-with-multilib.patch40 -#Path intercept @intercept_file@
41 +#Path intercept $intercept_file
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dkvm_emulate.h36 u8 intercept; /* which intercept */ member
219 int (*intercept)(struct x86_emulate_ctxt *ctxt, member
335 u8 intercept; member
H A Demulate.c193 u64 intercept : 8; member
504 enum x86_intercept intercept, in emulator_check_intercept() argument
508 .intercept = intercept, in emulator_check_intercept()
521 return ctxt->ops->intercept(ctxt, &info, stage); in emulator_check_intercept()
4412 #define DI(_y, _i) { .flags = (_y)|Intercept, .intercept = x86_intercept_##_i }
4414 .intercept = x86_intercept_##_i, .check_perm = (_p) }
4425 { .flags = (_f)|Intercept, .u.execute = (_e), .intercept = x86_intercept_##_i }
4428 .intercept = x86_intercept_##_i, .check_perm = (_p) }
5195 ctxt->intercept = x86_intercept_none; in x86_decode_insn()
5400 ctxt->intercept = opcode.intercept; in x86_decode_insn()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A Dnginx-cross.patch25 # /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
/OK3568_Linux_fs/kernel/arch/s390/kvm/
H A DMakefile11 kvm-objs := $(common-objs) kvm-s390.o intercept.o interrupt.o priv.o sigp.o
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dhpet.rst24 platform code which uses timer 0 or 1 as the main timer to intercept HPET
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/
H A Dsvm.c108 ctrl->intercept = (1ULL << INTERCEPT_VMRUN) | in generic_svm_setup()
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dcross.bbclass97 PATH:prepend = "${COREBASE}/scripts/cross-intercept:"
H A Dnativesdk.bbclass118 PATH:prepend = "${COREBASE}/scripts/nativesdk-intercept:"
H A Dnative.bbclass109 PATH:prepend = "${COREBASE}/scripts/native-intercept:"
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-4.0.1.rst22 - base: Drop git intercept
64 - install/devshell: Introduce git intercept script due to fakeroot issues
115 - scripts: Make git intercept global
H A Drelease-notes-4.0.8.rst46 - devshell: Do not add scripts/git-intercept to PATH
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/
H A Dltrace_git.bb5 It can also intercept and print the system calls executed by the program.\
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c3868 if (info->intercept >= ARRAY_SIZE(x86_intercept_map)) in svm_check_intercept()
3871 icpt_info = x86_intercept_map[info->intercept]; in svm_check_intercept()
3878 if (info->intercept == x86_intercept_cr_read) in svm_check_intercept()
3884 if (info->intercept == x86_intercept_cr_write) in svm_check_intercept()
3888 info->intercept == x86_intercept_clts) in svm_check_intercept()
3898 if (info->intercept == x86_intercept_lmsw) { in svm_check_intercept()
3916 if (info->intercept == x86_intercept_wrmsr) in svm_check_intercept()
3933 if (info->intercept == x86_intercept_in || in svm_check_intercept()
3934 info->intercept == x86_intercept_ins) { in svm_check_intercept()
3943 if (info->intercept == x86_intercept_outs || in svm_check_intercept()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h66 u64 intercept; member
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Ds390-diag.rst18 DIAGNOSE calls by the guest cause a mandatory intercept. This implies
H A Ds390-pv-boot.rst23 SIE instruction which the UV will intercept and execute on KVM's
H A Ds390-pv.rst55 KVM cannot intercept lctl(g) and lpsw(e) anymore in order to be
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Dsonypi.rst32 Another option to intercept the events is to get them directly through the
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A 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()

123