Searched refs:intercepts (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/cpuidle/governors/ |
D | teo.c | 130 unsigned int intercepts; member 208 bin->intercepts -= bin->intercepts >> DECAY_SHIFT; in teo_update() 210 cpu_data->total += bin->hits + bin->intercepts; in teo_update() 236 cpu_data->state_bins[idx_duration].intercepts += PULSE; in teo_update() 339 intercept_sum += prev_bin->intercepts; in teo_select() 404 intercept_sum += bin->intercepts; in teo_select()
|
/linux-6.1.9/drivers/net/wireless/ath/ath9k/ |
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 …]
|
/linux-6.1.9/arch/x86/kvm/svm/ |
D | nested.c | 137 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts() 156 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts() 340 to->intercepts[i] = from->intercepts[i]; in __nested_copy_vmcb_control_to_cache() 772 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff, in enter_svm_guest_mode() 773 vmcb12->control.intercepts[INTERCEPT_CR] >> 16, in enter_svm_guest_mode() 774 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in enter_svm_guest_mode() 775 vmcb12->control.intercepts[INTERCEPT_WORD3], in enter_svm_guest_mode() 776 vmcb12->control.intercepts[INTERCEPT_WORD4], in enter_svm_guest_mode() 777 vmcb12->control.intercepts[INTERCEPT_WORD5]); in enter_svm_guest_mode() 1300 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(vector)); in nested_svm_is_exception_vmexit() [all …]
|
D | svm.h | 130 u32 intercepts[MAX_INTERCEPT]; member 368 __set_bit(bit, (unsigned long *)&control->intercepts); in vmcb_set_intercept() 374 __clear_bit(bit, (unsigned long *)&control->intercepts); in vmcb_clr_intercept() 380 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb_is_intercept() 386 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb12_is_intercept() 420 vmcb->control.intercepts[INTERCEPT_DR] = 0; in clr_dr_intercepts()
|
D | svm.c | 3221 pr_err("%-20s%04x\n", "cr_read:", control->intercepts[INTERCEPT_CR] & 0xffff); in dump_vmcb() 3222 pr_err("%-20s%04x\n", "cr_write:", control->intercepts[INTERCEPT_CR] >> 16); in dump_vmcb() 3223 pr_err("%-20s%04x\n", "dr_read:", control->intercepts[INTERCEPT_DR] & 0xffff); in dump_vmcb() 3224 pr_err("%-20s%04x\n", "dr_write:", control->intercepts[INTERCEPT_DR] >> 16); in dump_vmcb() 3225 pr_err("%-20s%08x\n", "exceptions:", control->intercepts[INTERCEPT_EXCEPTION]); in dump_vmcb() 3227 control->intercepts[INTERCEPT_WORD3], in dump_vmcb() 3228 control->intercepts[INTERCEPT_WORD4]); in dump_vmcb()
|
/linux-6.1.9/Documentation/virt/kvm/s390/ |
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
|
/linux-6.1.9/Documentation/driver-api/mei/ |
D | iamt.rst | 47 intercepts the message and routes it to the Intel MEI.
|
/linux-6.1.9/Documentation/devicetree/bindings/powerpc/fsl/ |
D | msi-pic.txt | 92 intercepts transactions and reroutes them to the true physical address.
|
/linux-6.1.9/arch/x86/include/asm/ |
D | svm.h | 121 u32 intercepts[MAX_INTERCEPT]; member
|
/linux-6.1.9/Documentation/userspace-api/media/v4l/ |
D | libv4l-introduction.rst | 171 This library intercepts calls to
|
/linux-6.1.9/Documentation/x86/ |
D | sgx.rst | 134 ERESUME. The vDSO function intercepts exceptions that would otherwise generate
|
/linux-6.1.9/Documentation/networking/ |
D | tls-offload.rst | 42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``
|
D | bonding.rst | 693 The bonding driver intercepts the ARP Replies sent by
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/intel/ |
D | ice.rst | 730 In firmware-based mode, firmware intercepts all LLDP traffic and handles DCBX
|
/linux-6.1.9/Documentation/virt/kvm/ |
D | api.rst | 2260 table upfront. This is useful to handle validity intercepts for user 6697 SUBCHANNEL intercepts. 7131 emulated VM-exit when L1 intercepts a #PF exception that occurs in 7133 the emulated VM-exit when L1 intercepts a #DB exception that occurs in
|