Home
last modified time | relevance | path

Searched refs:intercepts (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H A Dteo.c49 * Two metrics called "hits" and "intercepts" are associated with each bin.
56 * length). In turn, the "intercepts" metric reflects the relative frequency of
60 * situations are referred to as "intercepts" below).
63 * intercepts (that is, intercepts that have occurred during the last
74 * - The sum of the "hits" and "intercepts" metrics for the candidate state
79 * - The sum of the "intercepts" metrics for all of the idle states shallower
84 * - The sum of the numbers of recent intercepts for all of the idle states
94 * - For each of them compute the sum of the "intercepts" metrics and the sum
95 * of the numbers of recent intercepts ove
177 unsigned int intercepts; global() member
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Deeprom.c486 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 in ath9k_hw_get_gain_boundaries_pdadcs()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Deeprom.c496 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 in ath9k_hw_get_gain_boundaries_pdadcs()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dnested.c138 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts()
164 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts()
337 to->intercepts[i] = from->intercepts[i]; in __nested_copy_vmcb_control_to_cache()
423 !test_bit(INTERCEPT_VINTR, (unsigned long *)svm->nested.ctl.intercepts)) in nested_sync_control_from_vmcb02()
765 * Merge guest and host intercepts - must be called with vcpu in in nested_vmcb02_prepare_control()
799 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff, in enter_svm_guest_mode()
800 vmcb12->control.intercepts[INTERCEPT_C in enter_svm_guest_mode()
[all...]
H A Dsvm.h126 u32 intercepts[MAX_INTERCEPT]; member
380 __set_bit(bit, (unsigned long *)&control->intercepts); in vmcb_set_intercept()
386 __clear_bit(bit, (unsigned long *)&control->intercepts); in vmcb_clr_intercept()
392 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb_is_intercept()
398 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb12_is_intercept()
H A Dsvm.c769 vmcb->control.intercepts[INTERCEPT_DR] = 0; in clr_dr_intercepts()
1188 /* Evaluate instruction intercepts that depend on guest CPUID features. */
1231 * in VMCB and clear intercepts to avoid #VMEXIT. in init_vmcb_after_set_cpuid()
1659 * Recalculating intercepts may have cleared the VINTR intercept. If in svm_set_vintr()
1910 * SEV-ES guests must always keep the CR intercepts cleared. CR in svm_set_cr0()
2760 * SEV-ES intercepts DR7 only to disable guest debugging and the guest issues a VMGEXIT in dr_interception()
3345 pr_err("%-20s%04x\n", "cr_read:", control->intercepts[INTERCEPT_CR] & 0xffff); in dump_vmcb()
3346 pr_err("%-20s%04x\n", "cr_write:", control->intercepts[INTERCEPT_CR] >> 16); in dump_vmcb()
3347 pr_err("%-20s%04x\n", "dr_read:", control->intercepts[INTERCEPT_DR] & 0xffff); in dump_vmcb()
3348 pr_err("%-20s%04x\n", "dr_write:", control->intercepts[INTERCEPT_D in dump_vmcb()
[all...]
H A Dsev.c2087 * created after SEV/SEV-ES initialization, e.g. to init intercepts. in sev_vm_copy_enc_context_from()
3025 vmcb->control.intercepts[INTERCEPT_DR] = 0; in sev_es_init_vmcb()
3046 /* Clear intercepts on selected MSRs */ in sev_es_init_vmcb()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dnested.c130 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()
462 * Merge guest and host intercepts - must be called with vcpu in in nested_prepare_vmcb_control()
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_EXCEPTIO in nested_svm_vmrun()
[all...]
H A Dsvm.h228 __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()
H A Dsvm.c1238 * in VMCB and clear intercepts to avoid #VMEXIT. in init_vmcb()
2958 pr_err("%-20s%04x\n", "cr_read:", control->intercepts[INTERCEPT_CR] & 0xffff); in dump_vmcb()
2959 pr_err("%-20s%04x\n", "cr_write:", control->intercepts[INTERCEPT_CR] >> 16); in dump_vmcb()
2960 pr_err("%-20s%04x\n", "dr_read:", control->intercepts[INTERCEPT_DR] & 0xffff); in dump_vmcb()
2961 pr_err("%-20s%04x\n", "dr_write:", control->intercepts[INTERCEPT_DR] >> 16); in dump_vmcb()
2962 pr_err("%-20s%08x\n", "exceptions:", control->intercepts[INTERCEPT_EXCEPTION]); in dump_vmcb()
2963 pr_err("%-20s%08x %08x\n", "intercepts:", in dump_vmcb()
2964 control->intercepts[INTERCEPT_WORD3], in dump_vmcb()
2965 control->intercepts[INTERCEPT_WORD4]); in dump_vmcb()
3669 * We need to handle MC intercepts her in svm_vcpu_run()
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsvm.h111 u32 intercepts[MAX_INTERCEPT]; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dsvm.h123 u32 intercepts[MAX_INTERCEPT]; member

Completed in 23 milliseconds