Home
last modified time | relevance | path

Searched refs:intercepts (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dimage-postinst-intercepts.bbclass1 # Gather existing and candidate postinst intercepts from BBPATH
2 POSTINST_INTERCEPTS_DIR ?= "${COREBASE}/scripts/postinst-intercepts"
3 POSTINST_INTERCEPTS_PATHS ?= "${@':'.join('%s/postinst-intercepts' % p for p in '${BBPATH}'.split('…
6 intercepts = {}
H A Dpopulate_sdk_base.bbclass3 inherit image-postinst-intercepts image-artifact-names
H A Dimage.bbclass17 IMGCLASSES += "image-postinst-intercepts"
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Deeprom.c486 int intercepts; in ath9k_hw_get_gain_boundaries_pdadcs() local
489 intercepts = AR9287_PD_GAIN_ICEPTS; in ath9k_hw_get_gain_boundaries_pdadcs()
491 intercepts = AR5416_PD_GAIN_ICEPTS; in ath9k_hw_get_gain_boundaries_pdadcs()
509 maxPwrT4[i] = data_9287[idxL].pwrPdg[i][intercepts - 1]; in ath9k_hw_get_gain_boundaries_pdadcs()
513 intercepts, in ath9k_hw_get_gain_boundaries_pdadcs()
519 maxPwrT4[i] = data_4k[idxL].pwrPdg[i][intercepts - 1]; in ath9k_hw_get_gain_boundaries_pdadcs()
523 intercepts, in ath9k_hw_get_gain_boundaries_pdadcs()
529 maxPwrT4[i] = data_def[idxL].pwrPdg[i][intercepts - 1]; in ath9k_hw_get_gain_boundaries_pdadcs()
533 intercepts, in ath9k_hw_get_gain_boundaries_pdadcs()
559 min(pPwrL[intercepts - 1], in ath9k_hw_get_gain_boundaries_pdadcs()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dnested.c130 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts()
149 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts()
161 dst->intercepts[i] = from->intercepts[i]; in copy_vmcb_control_area()
539 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff, in nested_svm_vmrun()
540 vmcb12->control.intercepts[INTERCEPT_CR] >> 16, in nested_svm_vmrun()
541 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in nested_svm_vmrun()
542 vmcb12->control.intercepts[INTERCEPT_WORD3], in nested_svm_vmrun()
543 vmcb12->control.intercepts[INTERCEPT_WORD4], in nested_svm_vmrun()
544 vmcb12->control.intercepts[INTERCEPT_WORD5]); in nested_svm_vmrun()
929 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(nr)); in nested_exit_on_exception()
[all …]
H A Dsvm.h228 __set_bit(bit, (unsigned long *)&control->intercepts); in vmcb_set_intercept()
234 __clear_bit(bit, (unsigned long *)&control->intercepts); in vmcb_clr_intercept()
240 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb_is_intercept()
271 vmcb->control.intercepts[INTERCEPT_DR] = 0; in clr_dr_intercepts()
H A Dsvm.c2956 pr_err("%-20s%04x\n", "cr_read:", control->intercepts[INTERCEPT_CR] & 0xffff); in dump_vmcb()
2957 pr_err("%-20s%04x\n", "cr_write:", control->intercepts[INTERCEPT_CR] >> 16); in dump_vmcb()
2958 pr_err("%-20s%04x\n", "dr_read:", control->intercepts[INTERCEPT_DR] & 0xffff); in dump_vmcb()
2959 pr_err("%-20s%04x\n", "dr_write:", control->intercepts[INTERCEPT_DR] >> 16); in dump_vmcb()
2960 pr_err("%-20s%08x\n", "exceptions:", control->intercepts[INTERCEPT_EXCEPTION]); in dump_vmcb()
2962 control->intercepts[INTERCEPT_WORD3], in dump_vmcb()
2963 control->intercepts[INTERCEPT_WORD4]); in dump_vmcb()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/
H A Dltrace_git.bb1 SUMMARY = "ltrace intercepts and records dynamic library calls"
3 DESCRIPTION = "ltrace intercepts and records dynamic library calls \
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Ds390-pv.rst99 There are two types of SIE secure instruction intercepts: the normal
100 and the notification type. Normal secure instruction intercepts will
106 The notification type intercepts inform KVM about guest environment
H A Dapi.rst2110 table upfront. This is useful to handle validity intercepts for user
5480 SUBCHANNEL intercepts.
5914 emulated VM-exit when L1 intercepts a #PF exception that occurs in
5916 the emulated VM-exit when L1 intercepts a #DB exception that occurs in
/OK3568_Linux_fs/buildroot/package/ltrace/
H A DConfig.in23 exits. While the command is executing, ltrace intercepts and
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dsvm.h111 u32 intercepts[MAX_INTERCEPT]; member
/OK3568_Linux_fs/kernel/Documentation/driver-api/mei/
H A Diamt.rst47 intercepts the message and routes it to the Intel MEI.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/
H A Dmsi-pic.txt92 intercepts transactions and reroutes them to the true physical address.
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dlibv4l-introduction.rst171 This library intercepts calls to
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dtls-offload.rst42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``
H A Dbonding.rst659 The bonding driver intercepts the ARP Replies sent by
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dclasses.rst980 IMGCLASSES += "image-postinst-intercepts"
/OK3568_Linux_fs/u-boot/
H A DREADME859 When CONFIG_IO_TRACE is selected, U-Boot intercepts all I/O