/linux-6.12.1/drivers/cpuidle/governors/ |
D | teo.c | 116 unsigned int intercepts; member 191 bin->intercepts -= bin->intercepts >> DECAY_SHIFT; in teo_update() 193 cpu_data->total += bin->hits + bin->intercepts; in teo_update() 233 cpu_data->state_bins[idx_duration].intercepts += PULSE; in teo_update() 324 intercept_sum += prev_bin->intercepts; in teo_select() 359 cpu_data->state_bins[drv->state_count-1].intercepts; in teo_select() 385 intercept_sum += bin->intercepts; in teo_select()
|
/linux-6.12.1/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.12.1/arch/x86/kvm/svm/ |
D | nested.c | 142 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts() 168 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts() 347 to->intercepts[i] = from->intercepts[i]; in __nested_copy_vmcb_control_to_cache() 435 !test_bit(INTERCEPT_VINTR, (unsigned long *)svm->nested.ctl.intercepts)) in nested_sync_control_from_vmcb02() 805 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff, in enter_svm_guest_mode() 806 vmcb12->control.intercepts[INTERCEPT_CR] >> 16, in enter_svm_guest_mode() 807 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in enter_svm_guest_mode() 808 vmcb12->control.intercepts[INTERCEPT_WORD3], in enter_svm_guest_mode() 809 vmcb12->control.intercepts[INTERCEPT_WORD4], in enter_svm_guest_mode() 810 vmcb12->control.intercepts[INTERCEPT_WORD5]); in enter_svm_guest_mode() [all …]
|
D | svm.h | 148 u32 intercepts[MAX_INTERCEPT]; member 439 __set_bit(bit, (unsigned long *)&control->intercepts); in vmcb_set_intercept() 445 __clear_bit(bit, (unsigned long *)&control->intercepts); in vmcb_clr_intercept() 451 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb_is_intercept() 457 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb12_is_intercept()
|
D | svm.c | 757 vmcb->control.intercepts[INTERCEPT_DR] = 0; in clr_dr_intercepts() 3380 pr_err("%-20s%04x\n", "cr_read:", control->intercepts[INTERCEPT_CR] & 0xffff); in dump_vmcb() 3381 pr_err("%-20s%04x\n", "cr_write:", control->intercepts[INTERCEPT_CR] >> 16); in dump_vmcb() 3382 pr_err("%-20s%04x\n", "dr_read:", control->intercepts[INTERCEPT_DR] & 0xffff); in dump_vmcb() 3383 pr_err("%-20s%04x\n", "dr_write:", control->intercepts[INTERCEPT_DR] >> 16); in dump_vmcb() 3384 pr_err("%-20s%08x\n", "exceptions:", control->intercepts[INTERCEPT_EXCEPTION]); in dump_vmcb() 3386 control->intercepts[INTERCEPT_WORD3], in dump_vmcb() 3387 control->intercepts[INTERCEPT_WORD4]); in dump_vmcb()
|
D | sev.c | 4523 vmcb->control.intercepts[INTERCEPT_DR] = 0; in sev_es_init_vmcb()
|
/linux-6.12.1/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.12.1/Documentation/driver-api/mei/ |
D | iamt.rst | 47 intercepts the message and routes it to the Intel MEI.
|
/linux-6.12.1/Documentation/devicetree/bindings/powerpc/fsl/ |
D | msi-pic.txt | 92 intercepts transactions and reroutes them to the true physical address.
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | libv4l-introduction.rst | 171 This library intercepts calls to
|
/linux-6.12.1/arch/x86/include/asm/ |
D | svm.h | 123 u32 intercepts[MAX_INTERCEPT]; member
|
/linux-6.12.1/Documentation/arch/x86/ |
D | sgx.rst | 134 ERESUME. The vDSO function intercepts exceptions that would otherwise generate
|
/linux-6.12.1/Documentation/networking/ |
D | bridge.rst | 264 The br_netfilter module intercepts packets entering the bridge, performs
|
D | tls-offload.rst | 42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``
|
D | bonding.rst | 706 The bonding driver intercepts the ARP Replies sent by
|
/linux-6.12.1/Documentation/virt/hyperv/ |
D | vpci.rst | 100 MMIO range, the Hyper-V host intercepts the accesses and maps
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/intel/ |
D | ice.rst | 725 In firmware-based mode, firmware intercepts all LLDP traffic and handles DCBX
|
/linux-6.12.1/Documentation/virt/kvm/ |
D | api.rst | 2293 table upfront. This is useful to handle validity intercepts for user 4215 on denied accesses, i.e. userspace effectively intercepts the MSR access. If 7288 SUBCHANNEL intercepts. 7722 emulated VM-exit when L1 intercepts a #PF exception that occurs in 7724 the emulated VM-exit when L1 intercepts a #DB exception that occurs in 7868 (which triggers an #AC exception that KVM intercepts). This capability is
|