Home
last modified time | relevance | path

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

/linux/drivers/cpuidle/governors/
A Dteo.c130 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/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.c137 c->intercepts[i] = h->intercepts[i]; in recalc_intercepts()
156 c->intercepts[i] |= g->intercepts[i]; in recalc_intercepts()
172 dst->intercepts[i] = from->intercepts[i]; in copy_vmcb_control_area()
613 trace_kvm_nested_intercepts(vmcb12->control.intercepts[INTERCEPT_CR] & 0xffff, in enter_svm_guest_mode()
614 vmcb12->control.intercepts[INTERCEPT_CR] >> 16, in enter_svm_guest_mode()
615 vmcb12->control.intercepts[INTERCEPT_EXCEPTION], in enter_svm_guest_mode()
616 vmcb12->control.intercepts[INTERCEPT_WORD3], in enter_svm_guest_mode()
617 vmcb12->control.intercepts[INTERCEPT_WORD4], in enter_svm_guest_mode()
618 vmcb12->control.intercepts[INTERCEPT_WORD5]); in enter_svm_guest_mode()
1111 return (svm->nested.ctl.intercepts[INTERCEPT_EXCEPTION] & BIT(nr)); in nested_exit_on_exception()
[all …]
A Dsvm.h291 __set_bit(bit, (unsigned long *)&control->intercepts); in vmcb_set_intercept()
297 __clear_bit(bit, (unsigned long *)&control->intercepts); in vmcb_clr_intercept()
303 return test_bit(bit, (unsigned long *)&control->intercepts); in vmcb_is_intercept()
337 vmcb->control.intercepts[INTERCEPT_DR] = 0; in clr_dr_intercepts()
A Dsvm.c3225 pr_err("%-20s%04x\n", "cr_read:", control->intercepts[INTERCEPT_CR] & 0xffff); in dump_vmcb()
3226 pr_err("%-20s%04x\n", "cr_write:", control->intercepts[INTERCEPT_CR] >> 16); in dump_vmcb()
3227 pr_err("%-20s%04x\n", "dr_read:", control->intercepts[INTERCEPT_DR] & 0xffff); in dump_vmcb()
3228 pr_err("%-20s%04x\n", "dr_write:", control->intercepts[INTERCEPT_DR] >> 16); in dump_vmcb()
3229 pr_err("%-20s%08x\n", "exceptions:", control->intercepts[INTERCEPT_EXCEPTION]); in dump_vmcb()
3231 control->intercepts[INTERCEPT_WORD3], in dump_vmcb()
3232 control->intercepts[INTERCEPT_WORD4]); in dump_vmcb()
/linux/Documentation/virt/kvm/
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
A Dapi.rst2183 table upfront. This is useful to handle validity intercepts for user
6217 SUBCHANNEL intercepts.
6651 emulated VM-exit when L1 intercepts a #PF exception that occurs in
6653 the emulated VM-exit when L1 intercepts a #DB exception that occurs in
/linux/arch/x86/include/asm/
A Dsvm.h121 u32 intercepts[MAX_INTERCEPT]; member
/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/Documentation/userspace-api/media/v4l/
A Dlibv4l-introduction.rst171 This library intercepts calls to
/linux/Documentation/x86/
A Dsgx.rst119 ERESUME. The vDSO function intercepts exceptions that would otherwise generate
/linux/Documentation/networking/
A Dtls-offload.rst42 intercepts them, inserts record framing, performs encryption (in ``TLS_SW``
A Dbonding.rst671 The bonding driver intercepts the ARP Replies sent by
/linux/Documentation/networking/device_drivers/ethernet/intel/
A Dice.rst730 In firmware-based mode, firmware intercepts all LLDP traffic and handles DCBX

Completed in 67 milliseconds