/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dnf-plugin-tui/ |
H A D | dnf-plugin-tui_1.4.bb | 31 install -d -p ${D}/${SDKPATH}/postinst-intercepts 32 cp -r ${COREBASE}/scripts/postinst-intercepts/* ${D}/${SDKPATH}/postinst-intercepts/ 33 sed -i -e 's/STAGING_DIR_NATIVE/NATIVE_ROOT/g' ${D}/${SDKPATH}/postinst-intercepts/* 37 FILES:${PN} += "${SDKPATH}/postinst-intercepts"
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | image-postinst-intercepts.bbclass | 7 # Gather existing and candidate postinst intercepts from BBPATH 8 POSTINST_INTERCEPTS_DIR ?= "${COREBASE}/scripts/postinst-intercepts" 9 POSTINST_INTERCEPTS_PATHS ?= "${@':'.join('%s/postinst-intercepts' % p for p in '${BBPATH}'.split('… 12 intercepts = {}
|
H A D | populate_sdk_base.bbclass | 16 inherit image-postinst-intercepts image-artifact-names nopackages
|
H A D | image.bbclass | 23 IMGCLASSES += "image-postinst-intercepts"
|
/openbmc/linux/drivers/cpuidle/governors/ |
H A D | teo.c | 177 unsigned int intercepts; member 276 bin->intercepts -= bin->intercepts >> DECAY_SHIFT; in teo_update() 278 cpu_data->total += bin->hits + bin->intercepts; in teo_update() 326 cpu_data->state_bins[idx_duration].intercepts += PULSE; in teo_update() 449 intercept_sum += prev_bin->intercepts; in teo_select() 486 cpu_data->state_bins[drv->state_count-1].intercepts; in teo_select() 517 intercept_sum += bin->intercepts; in teo_select()
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | eeprom.c | 496 int intercepts; in ath9k_hw_get_gain_boundaries_pdadcs() local 499 intercepts = AR9287_PD_GAIN_ICEPTS; in ath9k_hw_get_gain_boundaries_pdadcs() 501 intercepts = AR5416_PD_GAIN_ICEPTS; in ath9k_hw_get_gain_boundaries_pdadcs() 519 maxPwrT4[i] = data_9287[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_4k[idxL].pwrPdg[i][intercepts - 1]; in ath9k_hw_get_gain_boundaries_pdadcs() 533 intercepts, in ath9k_hw_get_gain_boundaries_pdadcs() 539 maxPwrT4[i] = data_def[idxL].pwrPdg[i][intercepts - 1]; in ath9k_hw_get_gain_boundaries_pdadcs() 543 intercepts, in ath9k_hw_get_gain_boundaries_pdadcs() 569 min(pPwrL[intercepts - 1], in ath9k_hw_get_gain_boundaries_pdadcs() [all …]
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | nested.c | 142 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts() 168 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts() 341 to->intercepts[i] = from->intercepts[i]; in __nested_copy_vmcb_control_to_cache() 427 !test_bit(INTERCEPT_VINTR, (unsigned long *)svm->nested.ctl.intercepts)) in nested_sync_control_from_vmcb02() 803 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff, in enter_svm_guest_mode() 804 vmcb12->control.intercepts[INTERCEPT_CR] >> 16, in enter_svm_guest_mode() 805 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in enter_svm_guest_mode() 806 vmcb12->control.intercepts[INTERCEPT_WORD3], in enter_svm_guest_mode() 807 vmcb12->control.intercepts[INTERCEPT_WORD4], in enter_svm_guest_mode() 808 vmcb12->control.intercepts[INTERCEPT_WORD5]); in enter_svm_guest_mode() [all …]
|
H A D | svm.h | 127 u32 intercepts[MAX_INTERCEPT]; member 381 __set_bit(bit, (unsigned long *)&control->intercepts); in vmcb_set_intercept() 387 __clear_bit(bit, (unsigned long *)&control->intercepts); in vmcb_clr_intercept() 393 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb_is_intercept() 399 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb12_is_intercept()
|
H A D | svm.c | 771 vmcb->control.intercepts[INTERCEPT_DR] = 0; in clr_dr_intercepts() 1195 /* Evaluate instruction intercepts that depend on guest CPUID features. */ 1238 * in VMCB and clear intercepts to avoid #VMEXIT. in init_vmcb_after_set_cpuid() 1666 * Recalculating intercepts may have cleared the VINTR intercept. If in svm_set_vintr() 1917 * SEV-ES guests must always keep the CR intercepts cleared. CR in svm_set_cr0() 2767 * SEV-ES intercepts DR7 only to disable guest debugging and the guest issues a VMGEXIT in dr_interception() 3385 pr_err("%-20s%04x\n", "cr_read:", control->intercepts[INTERCEPT_CR] & 0xffff); in dump_vmcb() 3386 pr_err("%-20s%04x\n", "cr_write:", control->intercepts[INTERCEPT_CR] >> 16); in dump_vmcb() 3387 pr_err("%-20s%04x\n", "dr_read:", control->intercepts[INTERCEPT_DR] & 0xffff); in dump_vmcb() 3388 pr_err("%-20s%04x\n", "dr_write:", control->intercepts[INTERCEPT_D in dump_vmcb() [all...] |
H A D | sev.c | 3073 vmcb->control.intercepts[INTERCEPT_DR] = 0; in sev_es_init_vmcb()
|
/openbmc/openbmc/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 \
|
/openbmc/linux/Documentation/virt/kvm/s390/ |
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
|
/openbmc/openbmc/poky/meta/recipes-devtools/pseudo/ |
H A D | pseudo_git.bb | 22 # remove them for pseudo since pseudo intercepts some of the functions which will be
|
/openbmc/linux/Documentation/driver-api/mei/ |
H A D | iamt.rst | 47 intercepts the message and routes it to the Intel MEI.
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | msi-pic.txt | 92 intercepts transactions and reroutes them to the true physical address.
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | svm.h | 123 u32 intercepts[MAX_INTERCEPT]; member
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | libv4l-introduction.rst | 171 This library intercepts calls to
|
/openbmc/qemu/docs/system/ |
H A D | replay.rst | 100 Block devices record/replay module intercepts calls of
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | sgx.rst | 134 ERESUME. The vDSO function intercepts exceptions that would otherwise generate
|
/openbmc/qemu/docs/devel/ |
H A D | replay.rst | 161 Block devices record/replay module (``blkreplay``) intercepts calls of
|
/openbmc/linux/Documentation/networking/ |
H A D | tls-offload.rst | 42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``
|
H A D | bonding.rst | 694 The bonding driver intercepts the ARP Replies sent by
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ice.rst | 712 In firmware-based mode, firmware intercepts all LLDP traffic and handles DCBX
|
/openbmc/qemu/ |
H A D | hmp-commands.hx | 625 intercepts at low level, such as ``ctrl-alt-f1`` in X Window.
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 2241 table upfront. This is useful to handle validity intercepts for user 4145 on denied accesses, i.e. userspace effectively intercepts the MSR access. If 6881 SUBCHANNEL intercepts. 7315 emulated VM-exit when L1 intercepts a #PF exception that occurs in 7317 the emulated VM-exit when L1 intercepts a #DB exception that occurs in
|