Home
last modified time | relevance | path

Searched refs:intercepts (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/cpuidle/governors/
A Dteo.c116 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/drivers/net/wireless/ath/ath9k/
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()
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/arch/x86/kvm/svm/
A Dnested.c142 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()
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()
1381 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(vector)); in nested_svm_is_exception_vmexit()
1513 if (svm->vmcb01.ptr->control.intercepts[INTERCEPT_EXCEPTION] & in nested_svm_exit_special()
[all …]
A Dsvm.h148 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()
A Dsvm.c757 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()
A Dsev.c4523 vmcb->control.intercepts[INTERCEPT_DR] = 0; in sev_es_init_vmcb()
/linux/Documentation/virt/kvm/s390/
A Ds390-pv.rst99 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/Documentation/driver-api/mei/
A Diamt.rst47 intercepts the message and routes it to the Intel MEI.
/linux/Documentation/devicetree/bindings/powerpc/fsl/
A Dmsi-pic.txt92 intercepts transactions and reroutes them to the true physical address.
/linux/arch/x86/include/asm/
A Dsvm.h123 u32 intercepts[MAX_INTERCEPT]; member
/linux/Documentation/userspace-api/media/v4l/
A Dlibv4l-introduction.rst171 This library intercepts calls to
/linux/Documentation/arch/x86/
A Dsgx.rst134 ERESUME. The vDSO function intercepts exceptions that would otherwise generate
/linux/Documentation/networking/
A Dbridge.rst264 The br_netfilter module intercepts packets entering the bridge, performs
A Dtls-offload.rst42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``
A Dbonding.rst706 The bonding driver intercepts the ARP Replies sent by
/linux/Documentation/virt/hyperv/
A Dvpci.rst100 MMIO range, the Hyper-V host intercepts the accesses and maps
/linux/Documentation/networking/device_drivers/ethernet/intel/
A Dice.rst725 In firmware-based mode, firmware intercepts all LLDP traffic and handles DCBX
/linux/Documentation/virt/kvm/
A Dapi.rst2293 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

Completed in 729 milliseconds