Searched refs:intercepts (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/cpuidle/governors/ |
A D | teo.c | 176 unsigned int intercepts; member 275 bin->intercepts -= bin->intercepts >> DECAY_SHIFT; in teo_update() 277 cpu_data->total += bin->hits + bin->intercepts; in teo_update() 303 cpu_data->state_bins[idx_duration].intercepts += PULSE; in teo_update() 424 intercept_sum += prev_bin->intercepts; in teo_select() 489 intercept_sum += bin->intercepts; in teo_select()
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
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() 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() 543 intercepts, in ath9k_hw_get_gain_boundaries_pdadcs() 569 min(pPwrL[intercepts - 1], in ath9k_hw_get_gain_boundaries_pdadcs() 570 pPwrR[intercepts - 1]); in ath9k_hw_get_gain_boundaries_pdadcs() 575 intercepts, in ath9k_hw_get_gain_boundaries_pdadcs() [all …]
|
/linux-6.3-rc2/arch/x86/kvm/svm/ |
A D | nested.c | 138 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts() 159 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts() 342 to->intercepts[i] = from->intercepts[i]; in __nested_copy_vmcb_control_to_cache() 784 vmcb12->control.intercepts[INTERCEPT_CR] >> 16, in enter_svm_guest_mode() 785 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in enter_svm_guest_mode() 786 vmcb12->control.intercepts[INTERCEPT_WORD3], in enter_svm_guest_mode() 787 vmcb12->control.intercepts[INTERCEPT_WORD4], in enter_svm_guest_mode() 788 vmcb12->control.intercepts[INTERCEPT_WORD5]); in enter_svm_guest_mode() 1319 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(vector)); in nested_svm_is_exception_vmexit() 1451 if (svm->vmcb01.ptr->control.intercepts[INTERCEPT_EXCEPTION] & in nested_svm_exit_special() [all …]
|
A D | svm.h | 123 u32 intercepts[MAX_INTERCEPT]; member 385 __set_bit(bit, (unsigned long *)&control->intercepts); in vmcb_set_intercept() 391 __clear_bit(bit, (unsigned long *)&control->intercepts); in vmcb_clr_intercept() 397 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb_is_intercept() 403 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb12_is_intercept() 437 vmcb->control.intercepts[INTERCEPT_DR] = 0; in clr_dr_intercepts()
|
A D | svm.c | 3234 pr_err("%-20s%04x\n", "cr_read:", control->intercepts[INTERCEPT_CR] & 0xffff); in dump_vmcb() 3235 pr_err("%-20s%04x\n", "cr_write:", control->intercepts[INTERCEPT_CR] >> 16); in dump_vmcb() 3236 pr_err("%-20s%04x\n", "dr_read:", control->intercepts[INTERCEPT_DR] & 0xffff); in dump_vmcb() 3237 pr_err("%-20s%04x\n", "dr_write:", control->intercepts[INTERCEPT_DR] >> 16); in dump_vmcb() 3238 pr_err("%-20s%08x\n", "exceptions:", control->intercepts[INTERCEPT_EXCEPTION]); in dump_vmcb() 3240 control->intercepts[INTERCEPT_WORD3], in dump_vmcb() 3241 control->intercepts[INTERCEPT_WORD4]); in dump_vmcb()
|
/linux-6.3-rc2/Documentation/virt/kvm/s390/ |
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
|
/linux-6.3-rc2/Documentation/driver-api/mei/ |
A D | iamt.rst | 47 intercepts the message and routes it to the Intel MEI.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/fsl/ |
A D | msi-pic.txt | 92 intercepts transactions and reroutes them to the true physical address.
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | svm.h | 123 u32 intercepts[MAX_INTERCEPT]; member
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | libv4l-introduction.rst | 171 This library intercepts calls to
|
/linux-6.3-rc2/Documentation/x86/ |
A D | sgx.rst | 134 ERESUME. The vDSO function intercepts exceptions that would otherwise generate
|
/linux-6.3-rc2/Documentation/networking/ |
A D | tls-offload.rst | 42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``
|
A D | bonding.rst | 694 The bonding driver intercepts the ARP Replies sent by
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/intel/ |
A D | ice.rst | 730 In firmware-based mode, firmware intercepts all LLDP traffic and handles DCBX
|
/linux-6.3-rc2/Documentation/virt/kvm/ |
A D | api.rst | 2241 table upfront. This is useful to handle validity intercepts for user 4143 on denied accesses, i.e. userspace effectively intercepts the MSR access. If 6815 SUBCHANNEL intercepts. 7249 emulated VM-exit when L1 intercepts a #PF exception that occurs in 7251 the emulated VM-exit when L1 intercepts a #DB exception that occurs in
|
Completed in 40 milliseconds