Searched refs:intercepts (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
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 …]
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
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 …]
|
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()
|
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()
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
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
|
D | api.rst | 2105 table upfront. This is useful to handle validity intercepts for user 5475 SUBCHANNEL intercepts. 5909 emulated VM-exit when L1 intercepts a #PF exception that occurs in 5911 the emulated VM-exit when L1 intercepts a #DB exception that occurs in
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | svm.h | 111 u32 intercepts[MAX_INTERCEPT]; member
|
/kernel/linux/linux-5.10/Documentation/driver-api/mei/ |
D | iamt.rst | 47 intercepts the message and routes it to the Intel MEI.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
D | msi-pic.txt | 92 intercepts transactions and reroutes them to the true physical address.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | libv4l-introduction.rst | 171 This library intercepts calls to
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | tls-offload.rst | 42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``
|
D | bonding.rst | 659 The bonding driver intercepts the ARP Replies sent by
|