/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perfctr-watchdog.c | 44 static inline unsigned int nmi_perfctr_msr_to_bit(unsigned int msr) in nmi_perfctr_msr_to_bit() 72 static inline unsigned int nmi_evntsel_msr_to_bit(unsigned int msr) in nmi_evntsel_msr_to_bit() 106 int reserve_perfctr_nmi(unsigned int msr) in reserve_perfctr_nmi() 121 void release_perfctr_nmi(unsigned int msr) in release_perfctr_nmi() 134 int reserve_evntsel_nmi(unsigned int msr) in reserve_evntsel_nmi() 149 void release_evntsel_nmi(unsigned int msr) in release_evntsel_nmi()
|
D | perf_event_msr.c | 67 u64 msr; member 78 static struct perf_msr msr[] = { variable
|
D | perf_event_intel_cstate.c | 110 u64 msr; member 575 static bool cstate_probe_msr(struct perf_cstate_msr *msr, in cstate_probe_msr()
|
D | amd.c | 30 static inline int rdmsrl_amd_safe(unsigned msr, unsigned long long *p) in rdmsrl_amd_safe() 48 static inline int wrmsrl_amd_safe(unsigned msr, unsigned long long val) in wrmsrl_amd_safe()
|
D | perf_event_p4.c | 1126 #define P4_ESCR_MSR_IDX(msr) (msr - P4_ESCR_MSR_BASE) argument 1127 #define P4_ESCR_MSR_TABLE_ENTRY(msr) [P4_ESCR_MSR_IDX(msr)] = msr argument
|
D | perf_event_intel_uncore_snbep.c | 325 unsigned msr; in snbep_uncore_msr_disable_box() local 338 unsigned msr; in snbep_uncore_msr_enable_box() local 369 unsigned msr = uncore_msr_box_ctl(box); in snbep_uncore_msr_init_box() local 1170 unsigned msr = uncore_msr_box_ctl(box); in ivbep_uncore_msr_init_box() local 1950 unsigned msr = uncore_msr_box_ctl(box); in hswep_uncore_sbox_msr_init_box() local
|
D | perf_event_intel_uncore_nhmex.c | 206 unsigned msr = uncore_msr_box_ctl(box); in nhmex_uncore_msr_disable_box() local 221 unsigned msr = uncore_msr_box_ctl(box); in nhmex_uncore_msr_enable_box() local 764 unsigned msr; in nhmex_mbox_hw_config() local
|
D | perf_event_amd_ibs.c | 46 unsigned int msr; member 526 unsigned int msr; in perf_ibs_handle_irq() local
|
D | perf_event_intel_rapl.c | 331 int bit, msr, ret = 0; in rapl_pmu_event_init() local
|
D | perf_event.h | 421 unsigned int msr; member 437 #define INTEL_EVENT_EXTRA_REG(event, msr, vm, idx) \ argument 440 #define INTEL_UEVENT_EXTRA_REG(event, msr, vm, idx) \ argument
|
D | perf_event_intel.c | 3094 static bool check_msr(unsigned long msr, u64 mask) in check_msr()
|
/linux-4.4.14/arch/x86/lib/ |
D | msr.c | 35 int msr_read(u32 msr, struct msr *m) in msr_read() 53 int msr_write(u32 msr, struct msr *m) in msr_write() 58 static inline int __flip_bit(u32 msr, u8 bit, bool set) in __flip_bit() 94 int msr_set_bit(u32 msr, u8 bit) in msr_set_bit() 107 int msr_clear_bit(u32 msr, u8 bit) in msr_clear_bit()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | msr.h | 13 struct msr { struct 25 struct msr reg; argument 60 static inline unsigned long long native_read_msr(unsigned int msr) in native_read_msr() 68 static inline unsigned long long native_read_msr_safe(unsigned int msr, in native_read_msr_safe() 84 static inline void native_write_msr(unsigned int msr, in native_write_msr() 91 notrace static inline int native_write_msr_safe(unsigned int msr, in native_write_msr_safe() 176 #define rdmsr(msr, low, high) \ argument 183 static inline void wrmsr(unsigned msr, unsigned low, unsigned high) in wrmsr() 188 #define rdmsrl(msr, val) \ argument 191 static inline void wrmsrl(unsigned msr, u64 val) in wrmsrl() [all …]
|
D | microcode.h | 7 #define native_rdmsr(msr, val1, val2) \ argument 14 #define native_wrmsr(msr, low, high) \ argument 17 #define native_wrmsrl(msr, val) \ argument
|
D | paravirt.h | 132 static inline u64 paravirt_read_msr(unsigned msr, int *err) in paravirt_read_msr() 137 static inline int paravirt_write_msr(unsigned msr, unsigned low, unsigned high) in paravirt_write_msr() 143 #define rdmsr(msr, val1, val2) \ argument 151 #define wrmsr(msr, val1, val2) \ argument 156 #define rdmsrl(msr, val) \ argument 162 static inline void wrmsrl(unsigned msr, u64 val) in wrmsrl() 167 #define wrmsr_safe(msr, a, b) paravirt_write_msr(msr, a, b) argument 170 #define rdmsr_safe(msr, a, b) \ argument 179 static inline int rdmsrl_safe(unsigned msr, unsigned long long *p) in rdmsrl_safe()
|
D | apic.h | 111 u64 msr; in apic_is_x2apic_enabled() local 198 u64 msr; in native_apic_msr_read() local
|
D | perf_event.h | 265 unsigned msr; member
|
D | kvm_host.h | 1125 static inline unsigned long read_msr(unsigned long msr) in read_msr()
|
/linux-4.4.14/arch/x86/kvm/ |
D | hyperv.c | 33 static bool kvm_hv_msr_partition_wide(u32 msr) in kvm_hv_msr_partition_wide() 107 static int kvm_hv_set_msr_pw(struct kvm_vcpu *vcpu, u32 msr, u64 data, in kvm_hv_set_msr_pw() 190 static int kvm_hv_set_msr(struct kvm_vcpu *vcpu, u32 msr, u64 data, bool host) in kvm_hv_set_msr() 238 static int kvm_hv_get_msr_pw(struct kvm_vcpu *vcpu, u32 msr, u64 *pdata) in kvm_hv_get_msr_pw() 277 static int kvm_hv_get_msr(struct kvm_vcpu *vcpu, u32 msr, u64 *pdata) in kvm_hv_get_msr() 315 int kvm_hv_set_msr_common(struct kvm_vcpu *vcpu, u32 msr, u64 data, bool host) in kvm_hv_set_msr_common() 328 int kvm_hv_get_msr_common(struct kvm_vcpu *vcpu, u32 msr, u64 *pdata) in kvm_hv_get_msr_common()
|
D | mtrr.c | 29 static bool msr_mtrr_valid(unsigned msr) in msr_mtrr_valid() 61 bool kvm_mtrr_valid(struct kvm_vcpu *vcpu, u32 msr, u64 data) in kvm_mtrr_valid() 196 static bool fixed_msr_to_seg_unit(u32 msr, int *seg, int *unit) in fixed_msr_to_seg_unit() 248 static bool fixed_msr_to_range(u32 msr, u64 *start, u64 *end) in fixed_msr_to_range() 259 static int fixed_msr_to_range_index(u32 msr) in fixed_msr_to_range_index() 316 static void update_mtrr(struct kvm_vcpu *vcpu, u32 msr) in update_mtrr() 350 static void set_var_mtrr_msr(struct kvm_vcpu *vcpu, u32 msr, u64 data) in set_var_mtrr_msr() 382 int kvm_mtrr_set_msr(struct kvm_vcpu *vcpu, u32 msr, u64 data) in kvm_mtrr_set_msr() 403 int kvm_mtrr_get_msr(struct kvm_vcpu *vcpu, u32 msr, u64 *pdata) in kvm_mtrr_get_msr()
|
D | pmu_amd.c | 94 static bool amd_is_valid_msr(struct kvm_vcpu *vcpu, u32 msr) in amd_is_valid_msr() 105 static int amd_pmu_get_msr(struct kvm_vcpu *vcpu, u32 msr, u64 *data) in amd_pmu_get_msr() 130 u32 msr = msr_info->index; in amd_pmu_set_msr() local
|
D | pmu_intel.c | 145 static bool intel_is_valid_msr(struct kvm_vcpu *vcpu, u32 msr) in intel_is_valid_msr() 167 static int intel_pmu_get_msr(struct kvm_vcpu *vcpu, u32 msr, u64 *data) in intel_pmu_get_msr() 203 u32 msr = msr_info->index; in intel_pmu_set_msr() local
|
D | pmu.h | 80 static inline struct kvm_pmc *get_gp_pmc(struct kvm_pmu *pmu, u32 msr, in get_gp_pmc() 90 static inline struct kvm_pmc *get_fixed_pmc(struct kvm_pmu *pmu, u32 msr) in get_fixed_pmc()
|
D | pmu.c | 264 bool kvm_pmu_is_valid_msr(struct kvm_vcpu *vcpu, u32 msr) in kvm_pmu_is_valid_msr() 269 int kvm_pmu_get_msr(struct kvm_vcpu *vcpu, u32 msr, u64 *data) in kvm_pmu_get_msr()
|
D | vmx.c | 1262 static int __find_msr_index(struct vcpu_vmx *vmx, u32 msr) in __find_msr_index() 1298 static struct shared_msr_entry *find_msr_entry(struct vcpu_vmx *vmx, u32 msr) in find_msr_entry() 1674 static void clear_atomic_switch_msr(struct vcpu_vmx *vmx, unsigned msr) in clear_atomic_switch_msr() 1722 static void add_atomic_switch_msr(struct vcpu_vmx *vmx, unsigned msr, in add_atomic_switch_msr() 2785 struct shared_msr_entry *msr; in vmx_get_msr() local 2859 struct shared_msr_entry *msr; in vmx_set_msr() local 2993 u64 msr; in vmx_disabled_by_bios() local 3101 u32 msr, u32 *result) in adjust_vmx_controls() 3119 static __init bool allow_1_setting(u32 msr, u32 ctl) in allow_1_setting() 3557 struct shared_msr_entry *msr = find_msr_entry(vmx, MSR_EFER); in vmx_set_efer() local [all …]
|
D | x86.c | 214 static void shared_msr_update(unsigned slot, u32 msr) in shared_msr_update() 231 void kvm_define_shared_msr(unsigned slot, u32 msr) in kvm_define_shared_msr() 1040 int kvm_set_msr(struct kvm_vcpu *vcpu, struct msr_data *msr) in kvm_set_msr() 1076 struct msr_data msr; in do_get_msr() local 1091 struct msr_data msr; in do_set_msr() local 1410 void kvm_write_tsc(struct kvm_vcpu *vcpu, struct msr_data *msr) in kvm_write_tsc() 1899 static int set_msr_mce(struct kvm_vcpu *vcpu, u32 msr, u64 data) in set_msr_mce() 2030 u32 msr = msr_info->index; in kvm_set_msr_common() local 2243 int kvm_get_msr(struct kvm_vcpu *vcpu, struct msr_data *msr) in kvm_get_msr() 2249 static int get_msr_mce(struct kvm_vcpu *vcpu, u32 msr, u64 *pdata) in get_msr_mce() [all …]
|
D | svm.c | 428 static u32 svm_msrpm_offset(u32 msr) in svm_msrpm_offset() 764 static void set_msr_interception(u32 *msrpm, unsigned msr, in set_msr_interception() 2081 u32 offset, msr, value; in nested_svm_exit_handled_msr() local 3110 static int svm_set_msr(struct kvm_vcpu *vcpu, struct msr_data *msr) in svm_set_msr() 3180 struct msr_data msr; in wrmsr_interception() local
|
D | lapic.c | 2057 int kvm_x2apic_msr_write(struct kvm_vcpu *vcpu, u32 msr, u64 data) in kvm_x2apic_msr_write() 2074 int kvm_x2apic_msr_read(struct kvm_vcpu *vcpu, u32 msr, u64 *data) in kvm_x2apic_msr_read()
|
/linux-4.4.14/arch/m68k/bvme6000/ |
D | config.c | 164 unsigned char msr = rtc->msr & 0xc0; in bvme6000_timer_int() local 183 unsigned char msr = rtc->msr & 0xc0; in bvme6000_sched_init() local 225 unsigned char msr = rtc->msr & 0xc0; in bvme6000_gettimeoffset() local 272 unsigned char msr = rtc->msr & 0xc0; in bvme6000_hwclk() local 323 unsigned char msr = rtc->msr & 0xc0; in bvme6000_set_clock_mmss() local
|
D | rtc.c | 41 unsigned char msr; in rtc_ioctl() local
|
/linux-4.4.14/arch/x86/xen/ |
D | pmu.c | 124 static inline bool is_amd_pmu_msr(unsigned int msr) in is_amd_pmu_msr() 181 static bool xen_intel_pmu_emulate(unsigned int msr, u64 *val, int type, in xen_intel_pmu_emulate() 244 static bool xen_amd_pmu_emulate(unsigned int msr, u64 *val, bool is_read) in xen_amd_pmu_emulate() 285 bool pmu_msr_read(unsigned int msr, uint64_t *val, int *err) in pmu_msr_read() 306 bool pmu_msr_write(unsigned int msr, uint32_t low, uint32_t high, int *err) in pmu_msr_write() 337 uint32_t msr; in xen_amd_read_pmc() local 358 uint32_t msr; in xen_intel_read_pmc() local
|
D | enlighten.c | 1034 static u64 xen_read_msr_safe(unsigned int msr, int *err) in xen_read_msr_safe() 1053 static int xen_write_msr_safe(unsigned int msr, unsigned low, unsigned high) in xen_write_msr_safe() 1774 uint32_t eax, ebx, ecx, edx, pages, msr, base; in init_hvm_pv_info() local
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | signal_64.c | 108 unsigned long msr = regs->msr; in setup_sigcontext() local 200 unsigned long msr = regs->msr; in setup_tm_sigcontexts() local 320 unsigned long msr; in restore_sigcontext() local 419 unsigned long msr; in restore_tm_sigcontexts() local 680 unsigned long msr; in sys_rt_sigreturn() local
|
D | signal_32.c | 412 unsigned long msr = regs->msr; in save_user_regs() local 519 unsigned long msr = regs->msr; in save_tm_user_regs() local 667 unsigned long msr; in restore_user_regs() local 777 unsigned long msr, msr_hi; in restore_tm_user_regs() local
|
D | head_40x.S | 215 #define EXC_XFER_TEMPLATE(hdlr, trap, msr, copyee, tfer, ret) \ argument
|
D | ppc32.h | 22 unsigned int msr; member
|
D | head_booke.h | 226 #define EXC_XFER_TEMPLATE(hdlr, trap, msr, copyee, tfer, ret) \ argument
|
D | ptrace.c | 176 static int set_user_msr(struct task_struct *task, unsigned long msr) in set_user_msr() 283 unsigned long msr = get_user_msr(target); in gpr_get() local
|
D | process.c | 664 unsigned long msr; in tm_recheckpoint_new_task() local
|
D | traps.c | 332 unsigned long msr = regs->msr; in check_io_access() local
|
/linux-4.4.14/tools/power/cpupower/debug/i386/ |
D | centrino-decode.c | 29 static int rdmsr(unsigned int cpu, unsigned int msr, in rdmsr() 64 static void decode (unsigned int msr) in decode()
|
D | powernow-k8-decode.c | 31 uint64_t msr = 0; in get_fidvid() local
|
/linux-4.4.14/tools/power/x86/turbostat/ |
D | turbostat.c | 266 int get_msr(int cpu, off_t offset, unsigned long long *msr) in get_msr() 982 unsigned long long msr; in get_counters() local 1173 unsigned long long msr; in dump_nhm_platform_info() local 1198 unsigned long long msr; in dump_hsw_turbo_ratio_limits() local 1220 unsigned long long msr; in dump_ivt_turbo_ratio_limits() local 1272 unsigned long long msr; in dump_nhm_turbo_ratio_limits() local 1326 unsigned long long msr; in dump_knl_turbo_ratio_limits() local 1385 unsigned long long msr; in dump_nhm_cst_cfg() local 1408 unsigned long long msr; in dump_config_tdp() local 1823 unsigned long long msr; in probe_nhm_msrs() local [all …]
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_pr.c | 67 ulong msr = kvmppc_get_msr(vcpu); in kvmppc_is_split_real() local 73 ulong msr = kvmppc_get_msr(vcpu); in kvmppc_fixup_split_real() local 337 static void kvmppc_set_msr_pr(struct kvm_vcpu *vcpu, u64 msr) in kvmppc_set_msr_pr() 598 u64 msr = kvmppc_get_msr(vcpu); in kvmppc_handle_pagefault() local 607 u64 msr = kvmppc_get_msr(vcpu); in kvmppc_handle_pagefault() local 648 void kvmppc_giveup_ext(struct kvm_vcpu *vcpu, ulong msr) in kvmppc_giveup_ext() 711 ulong msr) in kvmppc_handle_ext() 940 u64 msr = kvmppc_get_msr(vcpu); in kvmppc_handle_exit_pr() local
|
D | book3s.c | 237 u64 msr = kvmppc_get_msr(vcpu); in kvmppc_core_queue_inst_storage() local 693 void kvmppc_set_msr(struct kvm_vcpu *vcpu, u64 msr) in kvmppc_set_msr()
|
D | book3s_32_mmu.c | 369 u64 msr = kvmppc_get_msr(vcpu); in kvmppc_mmu_book3s_32_esid_to_vsid() local
|
D | book3s_64_mmu.c | 585 u64 msr = kvmppc_get_msr(vcpu); in kvmppc_mmu_book3s_64_esid_to_vsid() local
|
D | book3s_paired_singles.c | 169 u64 msr = kvmppc_get_msr(vcpu); in kvmppc_inject_pf() local
|
D | booke.c | 881 ulong r1, ip, msr, lr; in kvmppc_fill_pt_regs() local
|
D | book3s_64_mmu_hv.c | 248 unsigned long msr = vcpu->arch.intr_msr; in kvmppc_mmu_book3s_64_hv_reset_msr() local
|
D | book3s_hv.c | 225 static void kvmppc_set_msr_hv(struct kvm_vcpu *vcpu, u64 msr) in kvmppc_set_msr_hv()
|
/linux-4.4.14/arch/mips/pci/ |
D | ops-loongson2.c | 185 void _rdmsr(u32 msr, u32 *hi, u32 *lo) in _rdmsr() 201 void _wrmsr(u32 msr, u32 hi, u32 lo) in _wrmsr()
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctamixer.h | 34 unsigned int msr; member 79 unsigned int msr; member
|
D | ctdaio.h | 69 unsigned int msr:4; member 96 unsigned int msr:4; member
|
D | ctresource.h | 39 u32 msr:4; /* The Master Sample Rate a resource working on */ member
|
D | ctsrc.h | 82 unsigned char msr; member 123 unsigned int msr; member
|
D | ctresource.c | 138 rsc_init(struct rsc *rsc, u32 idx, enum RSCTYP type, u32 msr, struct hw *hw) in rsc_init()
|
D | ctdaio.c | 291 static int dai_set_srt_msr(struct dai *dai, unsigned int msr) in dai_set_srt_msr() 471 unsigned int rsr, msr; in dai_rsc_init() local
|
D | ctsrc.c | 232 unsigned int rsr, msr; in src_default_config_memrd() local 300 unsigned int rsr, msr; in src_default_config_arcrw() local
|
D | ctatc.c | 456 unsigned int msr:8; member 1678 unsigned int rsr, unsigned int msr, in ct_atc_create()
|
D | ctatc.h | 81 unsigned int msr; /* master sample rate in rsr */ member
|
D | cthw20k1.c | 1196 unsigned int msr; /* master sample rate in rsrs */ member 1200 unsigned int msr; /* master sample rate in rsrs */ member 1206 unsigned int msr; /* master sample rate in rsrs */ member
|
D | cthw20k2.c | 1139 unsigned int msr; /* master sample rate in rsrs */ member 1143 unsigned int msr; /* master sample rate in rsrs */ member 1149 unsigned int msr; /* master sample rate in rsrs */ member
|
D | cthardware.h | 62 unsigned int msr; /* master sample rate in rsrs */ member
|
/linux-4.4.14/drivers/usb/serial/ |
D | mct_u232.c | 310 unsigned char *msr) in mct_u232_get_modem_stat() 337 unsigned char msr) in mct_u232_msr_to_icount() 351 unsigned int *control_state, unsigned char msr) in mct_u232_msr_to_state()
|
D | ark3116.c | 77 __u32 msr; /* modem status register value */ member 513 static void ark3116_update_msr(struct usb_serial_port *port, __u8 msr) in ark3116_update_msr()
|
D | f81232.c | 505 u8 mcr, msr; in f81232_tiocmget() local 578 u8 msr; in f81232_carrier_raised() local
|
D | ti_usb_3410_5052.c | 842 unsigned int msr; in ti_tiocmget() local 934 __u8 msr; in ti_interrupt_callback() local 1267 static void ti_handle_new_msr(struct ti_port *tport, __u8 msr) in ti_handle_new_msr()
|
D | keyspan_usa90msg.h | 155 u8 msr, // reports the actual MSR register member
|
D | io_ti.c | 1560 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) in handle_new_msr() 1641 __u8 msr; in edge_interrupt_callback() local 2434 unsigned int msr; in edge_tiocmget() local
|
D | ssu100.c | 441 static void ssu100_update_msr(struct usb_serial_port *port, u8 msr) in ssu100_update_msr()
|
D | spcp8x5.c | 252 u8 msr; in spcp8x5_carrier_raised() local
|
D | mxuport.c | 747 unsigned int msr; in mxuport_tiocmget() local
|
D | mos7840.c | 1483 __u16 msr; in mos7840_tiocmget() local
|
D | mos7720.c | 1769 unsigned int msr ; in mos7720_tiocmget() local
|
D | io_edgeport.c | 1539 unsigned int msr; in edge_tiocmget() local
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | uic.c | 202 u32 msr; in uic_irq_cascade() local 325 u32 msr; in uic_get_irq() local
|
/linux-4.4.14/drivers/cpufreq/ |
D | speedstep-centrino.c | 285 static unsigned extract_clock(unsigned msr, unsigned int cpu, int failsafe) in extract_clock() 423 unsigned int msr, oldmsr = 0, h = 0, cpu = policy->cpu; in centrino_target() local
|
D | acpi-cpufreq.c | 91 u64 msr; in boost_state() local 220 static unsigned extract_msr(u32 msr, struct acpi_cpufreq_data *data) in extract_msr() 264 struct msr_addr msr; member
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-rcar.c | 269 static int rcar_i2c_irq_send(struct rcar_i2c_priv *priv, u32 msr) in rcar_i2c_irq_send() 330 static int rcar_i2c_irq_recv(struct rcar_i2c_priv *priv, u32 msr) in rcar_i2c_irq_recv() 430 u32 msr; in rcar_i2c_irq() local
|
D | i2c-sh7760.c | 117 unsigned long msr, fsr, fier, len; in sh7760_i2c_irq() local
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | setup.c | 100 unsigned int fdt, unsigned int msr, unsigned int tlb0, in machine_early_init()
|
/linux-4.4.14/drivers/staging/dgnc/ |
D | dgnc_cls.h | 45 u8 msr; member
|
D | dgnc_neo.h | 37 u8 msr; /* WR MSR - Modem Status Reg */ member
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pm.c | 115 u32 msr, hid0; in mpc52xx_pm_enter() local
|
/linux-4.4.14/drivers/tty/serial/ |
D | vr41xx_siu.c | 223 uint8_t msr; in siu_get_mctrl() local 373 uint8_t msr; in check_modem_status() local 741 uint8_t lsr, msr; in wait_for_xmitr() local
|
D | men_z135_uart.c | 186 u8 msr; in men_z135_handle_modem_status() local 527 u8 msr; in men_z135_get_mctrl() local
|
D | serial-tegra.c | 666 unsigned long msr; in tegra_uart_handle_modem_signal_change() local 782 unsigned long msr; in tegra_uart_hw_deinit() local
|
D | pnx8xxx_uart.c | 331 unsigned int msr; in pnx8xxx_get_mctrl() local
|
D | pch_uart.c | 571 unsigned int msr = ioread8(priv->membase + UART_MSR); in pch_uart_hal_get_modem() local 1109 u8 msr; in pch_uart_interrupt() local 1550 unsigned int msr = ioread8(up->membase + UART_MSR); in wait_for_xmitr() local
|
D | omap-serial.c | 1188 unsigned int msr = serial_in(up, UART_MSR); in wait_for_xmitr() local
|
D | sc16is7xx.c | 656 unsigned int iir, msr, rxlen; in sc16is7xx_port_irq() local
|
/linux-4.4.14/drivers/video/fbdev/i810/ |
D | i810_gtf.c | 129 u8 msr = 0; in i810fb_encode_registers() local
|
D | i810.h | 221 u8 msr; member 241 u8 cr39, cr41, cr70, sr01, msr; member
|
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/ |
D | hsw_ext_idle.c | 67 int msr; in hsw_ext_get_count() local
|
D | snb_idle.c | 64 int msr; in snb_get_count() local
|
D | nhm_idle.c | 75 int msr; in nhm_get_count() local
|
/linux-4.4.14/arch/x86/kernel/ |
D | amd_nb.c | 141 u64 base, msr; in amd_get_mmconfig_range() local
|
/linux-4.4.14/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 189 unsigned long long msr; in get_msr() local
|
/linux-4.4.14/drivers/mfd/ |
D | ezx-pcap.c | 46 u32 msr; member 181 u32 msr, isr, int_sel, service; in pcap_isr_work() local
|
/linux-4.4.14/arch/powerpc/include/uapi/asm/ |
D | kvm_para.h | 47 __u64 msr; member
|
D | ptrace.h | 34 unsigned long msr; member
|
D | kvm.h | 38 __u64 msr; member
|
/linux-4.4.14/drivers/acpi/ |
D | processor_throttling.c | 716 u64 msr = 0; in acpi_throttling_rdmsr() local 738 u64 msr; in acpi_throttling_wrmsr() local
|
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 519 void mtrr_wrmsr(unsigned msr, unsigned a, unsigned b) in mtrr_wrmsr() 535 static void set_fixed_range(int msr, bool *changed, unsigned int *msrwords) in set_fixed_range()
|
/linux-4.4.14/drivers/ssb/ |
D | driver_extif.c | 43 u8 save_mcr, msr = 0; in serial_exists() local
|
/linux-4.4.14/drivers/misc/ |
D | cs5535-mfgpt.c | 50 uint32_t msr, mask, value, dummy; in cs5535_mfgpt_toggle_event() local
|
/linux-4.4.14/arch/microblaze/include/uapi/asm/ |
D | ptrace.h | 50 microblaze_reg_t msr; member
|
/linux-4.4.14/ipc/ |
D | msg.c | 188 struct msg_receiver *msr, *t; in expunge_all() local 571 struct msg_receiver *msr, *t; in pipelined_send() local
|
/linux-4.4.14/drivers/powercap/ |
D | intel_rapl.c | 762 u32 msr; in rapl_read_data_raw() local 809 u32 msr; in rapl_write_data_raw() local 1280 unsigned msr; in rapl_check_domain() local
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | elsa_ser.c | 389 int status, iir, msr; in rs_interrupt_elsa() local
|
/linux-4.4.14/drivers/bluetooth/ |
D | dtl1_cs.c | 292 unsigned char msr; in dtl1_interrupt() local
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | thread_info.h | 56 __u32 msr; member
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 354 static int msr_to_offset(u32 msr) in msr_to_offset() 372 static u64 mce_rdmsrl(u32 msr) in mce_rdmsrl() 397 static void mce_wrmsrl(u32 msr, u64 v) in mce_wrmsrl()
|
D | mce_amd.c | 128 int msr = (hi & MASK_LVTOFF_HI) >> 20; in lvt_off_valid() local
|
/linux-4.4.14/drivers/idle/ |
D | intel_idle.c | 1032 unsigned long long msr; in sklh_idle_state_table_update() local
|
/linux-4.4.14/arch/sh/include/asm/ |
D | smc37c93x.h | 77 volatile __u16 msr; member
|
/linux-4.4.14/net/mac80211/ |
D | rc80211_minstrel.c | 340 struct minstrel_rate *msr, *mr; in minstrel_get_rate() local
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic.c | 1436 u64 msr; in __x2apic_disable() local 1452 u64 msr; in __x2apic_enable() local
|
/linux-4.4.14/drivers/tty/serial/jsm/ |
D | jsm.h | 275 u8 msr; /* WR MSR - Modem Status Reg */ member 330 u8 msr; /* WR MSR - Modem Status Reg */ member
|
/linux-4.4.14/arch/x86/pci/ |
D | mmconfig-shared.c | 190 u64 base, msr; in pci_mmcfg_amd_fam10h() local
|
/linux-4.4.14/drivers/net/hamradio/ |
D | baycom_ser_fdx.c | 291 unsigned char iir, msr; in ser12_interrupt() local
|
D | yam.c | 760 unsigned char msr = inb(MSR(dev->base_addr)); in yam_interrupt() local
|
/linux-4.4.14/arch/frv/include/uapi/asm/ |
D | registers.h | 192 unsigned long msr[2]; member
|
/linux-4.4.14/drivers/video/fbdev/geode/ |
D | gxfb.h | 35 } msr; member
|
D | lxfb.h | 45 } msr; member
|
/linux-4.4.14/drivers/video/fbdev/ |
D | cg14.c | 104 u8 msr; /* Master Status Reg */ member
|
/linux-4.4.14/arch/powerpc/lib/ |
D | sstep.c | 51 static unsigned long truncate_if_32bit(unsigned long msr, unsigned long val) in truncate_if_32bit()
|
/linux-4.4.14/drivers/net/usb/ |
D | rtl8150.c | 615 u8 cr, tcr, rcr, msr; in enable_net_traffic() local
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | bvme6000hw.h | 50 pad_a[3], msr, member
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 59 u8 msr; in _rtl92e_update_msr() local
|
/linux-4.4.14/drivers/net/ethernet/i825xx/ |
D | 82596.c | 1167 unsigned char msr = rtc[3]; in i82596_probe() local
|
/linux-4.4.14/drivers/macintosh/ |
D | via-pmu.c | 1974 unsigned long msr; in powerbook_sleep_3400() local
|
/linux-4.4.14/drivers/tty/serial/8250/ |
D | 8250_port.c | 1732 unsigned int msr = serial_in(up, UART_MSR); in wait_for_xmitr() local
|
/linux-4.4.14/include/linux/ |
D | isdn.h | 316 int msr; /* Modem status register */ member
|
/linux-4.4.14/drivers/tty/ |
D | mxser.c | 2221 int max, irqbits, bits, msr; in mxser_interrupt() local
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 730 u8 msr; in rtl8192_update_msr() local
|
/linux-4.4.14/include/uapi/linux/ |
D | kvm.h | 899 __u32 msr; member
|