| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | image-postinst-intercepts.bbclass | 1 # 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 D | populate_sdk_base.bbclass | 3 inherit image-postinst-intercepts image-artifact-names
|
| H A D | image.bbclass | 17 IMGCLASSES += "image-postinst-intercepts"
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | eeprom.c | 486 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 D | nested.c | 130 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 D | svm.h | 228 __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 D | svm.c | 2956 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 D | ltrace_git.bb | 1 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 D | s390-pv.rst | 99 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 D | api.rst | 2110 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 D | Config.in | 23 exits. While the command is executing, ltrace intercepts and
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | svm.h | 111 u32 intercepts[MAX_INTERCEPT]; member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/mei/ |
| H A D | iamt.rst | 47 intercepts the message and routes it to the Intel MEI.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/powerpc/fsl/ |
| H A D | msi-pic.txt | 92 intercepts transactions and reroutes them to the true physical address.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | libv4l-introduction.rst | 171 This library intercepts calls to
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | tls-offload.rst | 42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``
|
| H A D | bonding.rst | 659 The bonding driver intercepts the ARP Replies sent by
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | classes.rst | 980 IMGCLASSES += "image-postinst-intercepts"
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | README | 859 When CONFIG_IO_TRACE is selected, U-Boot intercepts all I/O
|