/linux-4.1.27/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 | amd.c | 22 static inline int rdmsrl_amd_safe(unsigned msr, unsigned long long *p) in rdmsrl_amd_safe() 40 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 1154 unsigned msr = uncore_msr_box_ctl(box); in ivbep_uncore_msr_init_box() local 1934 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 | 334 int bit, msr, ret = 0; in rapl_pmu_event_init() local
|
D | perf_event.h | 407 unsigned int msr; member 423 #define INTEL_EVENT_EXTRA_REG(event, msr, vm, idx) \ argument 426 #define INTEL_UEVENT_EXTRA_REG(event, msr, vm, idx) \ argument
|
D | perf_event_intel.c | 2851 static bool check_msr(unsigned long msr, u64 mask) in check_msr()
|
/linux-4.1.27/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.1.27/arch/x86/include/asm/ |
D | msr.h | 12 struct msr { struct 24 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() 140 #define rdmsr(msr, low, high) \ argument 147 static inline void wrmsr(unsigned msr, unsigned low, unsigned high) in wrmsr() 152 #define rdmsrl(msr, val) \ argument 155 #define wrmsrl(msr, val) \ argument [all …]
|
D | microcode.h | 4 #define native_rdmsr(msr, val1, val2) \ argument 11 #define native_wrmsr(msr, low, high) \ argument 14 #define native_wrmsrl(msr, val) \ argument
|
D | paravirt.h | 126 static inline u64 paravirt_read_msr(unsigned msr, int *err) in paravirt_read_msr() 131 static inline int paravirt_write_msr(unsigned msr, unsigned low, unsigned high) in paravirt_write_msr() 137 #define rdmsr(msr, val1, val2) \ argument 145 #define wrmsr(msr, val1, val2) \ argument 150 #define rdmsrl(msr, val) \ argument 156 #define wrmsrl(msr, val) wrmsr(msr, (u32)((u64)(val)), ((u64)(val))>>32) argument 157 #define wrmsr_safe(msr, a, b) paravirt_write_msr(msr, a, b) argument 160 #define rdmsr_safe(msr, a, b) \ argument 169 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 145 u64 msr; in native_apic_msr_read() local
|
D | perf_event.h | 265 unsigned msr; member
|
D | kvm_host.h | 1062 static inline unsigned long read_msr(unsigned long msr) in read_msr()
|
/linux-4.1.27/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.1.27/arch/powerpc/kernel/ |
D | signal_64.c | 95 unsigned long msr = regs->msr; in setup_sigcontext() local 189 unsigned long msr = regs->msr; in setup_tm_sigcontexts() local 309 unsigned long msr; in restore_sigcontext() local 408 unsigned long msr; in restore_tm_sigcontexts() local 669 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 | 330 unsigned long msr = regs->msr; in check_io_access() local
|
/linux-4.1.27/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.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 261 int get_msr(int cpu, off_t offset, unsigned long long *msr) in get_msr() 973 unsigned long long msr; in get_counters() local 1155 unsigned long long msr; in dump_nhm_platform_info() local 1180 unsigned long long msr; in dump_hsw_turbo_ratio_limits() local 1202 unsigned long long msr; in dump_ivt_turbo_ratio_limits() local 1254 unsigned long long msr; in dump_nhm_turbo_ratio_limits() local 1308 unsigned long long msr; in dump_knl_turbo_ratio_limits() local 1367 unsigned long long msr; in dump_nhm_cst_cfg() local 1762 unsigned long long msr; in probe_nhm_msrs() local 1906 unsigned long long msr; in print_epb() local [all …]
|
/linux-4.1.27/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 | 236 u64 msr = kvmppc_get_msr(vcpu); in kvmppc_core_queue_inst_storage() local 691 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 | 880 ulong r1, ip, msr, lr; in kvmppc_fill_pt_regs() local
|
D | book3s_64_mmu_hv.c | 247 unsigned long msr = vcpu->arch.intr_msr; in kvmppc_mmu_book3s_64_hv_reset_msr() local
|
D | book3s_hv.c | 211 static void kvmppc_set_msr_hv(struct kvm_vcpu *vcpu, u64 msr) in kvmppc_set_msr_hv()
|
/linux-4.1.27/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.1.27/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.1.27/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 | io_ti.c | 1430 static void handle_new_msr(struct edgeport_port *edge_port, __u8 msr) in handle_new_msr() 1512 __u8 msr; in edge_interrupt_callback() local 2294 unsigned int msr; in edge_tiocmget() local
|
D | keyspan_usa90msg.h | 155 u8 msr, // reports the actual MSR register member
|
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 | 1746 unsigned int msr ; in mos7720_tiocmget() local
|
D | io_edgeport.c | 1539 unsigned int msr; in edge_tiocmget() local
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | uic.c | 202 u32 msr; in uic_irq_cascade() local 325 u32 msr; in uic_get_irq() local
|
/linux-4.1.27/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 | 88 u64 msr; in boost_state() local 214 static unsigned extract_msr(u32 msr, struct acpi_cpufreq_data *data) in extract_msr() 258 struct msr_addr msr; member
|
/linux-4.1.27/arch/x86/kvm/ |
D | pmu.c | 61 static inline struct kvm_pmc *get_gp_pmc(struct kvm_pmu *pmu, u32 msr, in get_gp_pmc() 69 static inline struct kvm_pmc *get_fixed_pmc(struct kvm_pmu *pmu, u32 msr) in get_fixed_pmc() 323 bool kvm_pmu_msr(struct kvm_vcpu *vcpu, u32 msr) in kvm_pmu_msr()
|
D | x86.c | 202 static void shared_msr_update(unsigned slot, u32 msr) in shared_msr_update() 219 void kvm_define_shared_msr(unsigned slot, u32 msr) in kvm_define_shared_msr() 1014 int kvm_set_msr(struct kvm_vcpu *vcpu, struct msr_data *msr) in kvm_set_msr() 1050 struct msr_data msr; in do_set_msr() local 1293 void kvm_write_tsc(struct kvm_vcpu *vcpu, struct msr_data *msr) in kvm_write_tsc() 1775 static bool msr_mtrr_valid(unsigned msr) in msr_mtrr_valid() 1809 bool kvm_mtrr_valid(struct kvm_vcpu *vcpu, u32 msr, u64 data) in kvm_mtrr_valid() 1854 static int set_msr_mtrr(struct kvm_vcpu *vcpu, u32 msr, u64 data) in set_msr_mtrr() 1891 static int set_msr_mce(struct kvm_vcpu *vcpu, u32 msr, u64 data) in set_msr_mce() 1963 static bool kvm_hv_msr_partition_wide(u32 msr) in kvm_hv_msr_partition_wide() [all …]
|
D | vmx.c | 1188 static int __find_msr_index(struct vcpu_vmx *vmx, u32 msr) in __find_msr_index() 1224 static struct shared_msr_entry *find_msr_entry(struct vcpu_vmx *vmx, u32 msr) in find_msr_entry() 1600 static void clear_atomic_switch_msr(struct vcpu_vmx *vmx, unsigned msr) in clear_atomic_switch_msr() 1648 static void add_atomic_switch_msr(struct vcpu_vmx *vmx, unsigned msr, in add_atomic_switch_msr() 2646 struct shared_msr_entry *msr; in vmx_get_msr() local 2726 struct shared_msr_entry *msr; in vmx_set_msr() local 2860 u64 msr; in vmx_disabled_by_bios() local 2966 u32 msr, u32 *result) in adjust_vmx_controls() 2984 static __init bool allow_1_setting(u32 msr, u32 ctl) in allow_1_setting() 3420 struct shared_msr_entry *msr = find_msr_entry(vmx, MSR_EFER); in vmx_set_efer() local [all …]
|
D | svm.c | 426 static u32 svm_msrpm_offset(u32 msr) in svm_msrpm_offset() 762 static void set_msr_interception(u32 *msrpm, unsigned msr, in set_msr_interception() 2164 u32 offset, msr, value; in nested_svm_exit_handled_msr() local 3188 static int svm_set_msr(struct kvm_vcpu *vcpu, struct msr_data *msr) in svm_set_msr() 3258 struct msr_data msr; in wrmsr_interception() local
|
D | lapic.c | 1961 int kvm_x2apic_msr_write(struct kvm_vcpu *vcpu, u32 msr, u64 data) in kvm_x2apic_msr_write() 1978 int kvm_x2apic_msr_read(struct kvm_vcpu *vcpu, u32 msr, u64 *data) in kvm_x2apic_msr_read()
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | setup.c | 100 unsigned int fdt, unsigned int msr, unsigned int tlb0, in machine_early_init()
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-rcar.c | 268 static int rcar_i2c_irq_send(struct rcar_i2c_priv *priv, u32 msr) in rcar_i2c_irq_send() 329 static int rcar_i2c_irq_recv(struct rcar_i2c_priv *priv, u32 msr) in rcar_i2c_irq_recv() 429 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.1.27/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.1.27/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pm.c | 115 u32 msr, hid0; in mpc52xx_pm_enter() local
|
/linux-4.1.27/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 | 187 u8 msr; in men_z135_handle_modem_status() local 528 u8 msr; in men_z135_get_mctrl() local
|
D | serial-tegra.c | 650 unsigned long msr; in tegra_uart_handle_modem_signal_change() local 784 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 | sc16is7xx.c | 594 unsigned int iir, msr, rxlen; in sc16is7xx_port_irq() local
|
D | omap-serial.c | 1213 unsigned int msr = serial_in(up, UART_MSR); in wait_for_xmitr() local
|
/linux-4.1.27/drivers/video/fbdev/i810/ |
D | i810_gtf.c | 129 u8 msr = 0; in i810fb_encode_registers() local
|
D | i810.h | 222 u8 msr; member 242 u8 cr39, cr41, cr70, sr01, msr; member
|
/linux-4.1.27/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.1.27/arch/x86/kernel/ |
D | amd_nb.c | 143 u64 base, msr; in amd_get_mmconfig_range() local
|
/linux-4.1.27/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 189 unsigned long long msr; in get_msr() local
|
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/ |
D | generic.c | 454 void mtrr_wrmsr(unsigned msr, unsigned a, unsigned b) in mtrr_wrmsr() 470 static void set_fixed_range(int msr, bool *changed, unsigned int *msrwords) in set_fixed_range()
|
/linux-4.1.27/drivers/mfd/ |
D | ezx-pcap.c | 46 u32 msr; member 181 u32 msr, isr, int_sel, service; in pcap_isr_work() local
|
/linux-4.1.27/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.1.27/drivers/acpi/ |
D | processor_throttling.c | 720 u64 msr = 0; in acpi_throttling_rdmsr() local 742 u64 msr; in acpi_throttling_wrmsr() local
|
/linux-4.1.27/drivers/ssb/ |
D | driver_extif.c | 43 u8 save_mcr, msr = 0; in serial_exists() local
|
/linux-4.1.27/drivers/misc/ |
D | cs5535-mfgpt.c | 50 uint32_t msr, mask, value, dummy; in cs5535_mfgpt_toggle_event() local
|
/linux-4.1.27/arch/x86/xen/ |
D | enlighten.c | 1033 static u64 xen_read_msr_safe(unsigned int msr, int *err) in xen_read_msr_safe() 1049 static int xen_write_msr_safe(unsigned int msr, unsigned low, unsigned high) in xen_write_msr_safe() 1761 uint32_t eax, ebx, ecx, edx, pages, msr, base; in init_hvm_pv_info() local
|
/linux-4.1.27/arch/microblaze/include/uapi/asm/ |
D | ptrace.h | 50 microblaze_reg_t msr; member
|
/linux-4.1.27/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.1.27/drivers/powercap/ |
D | intel_rapl.c | 759 u32 msr; in rapl_read_data_raw() local 806 u32 msr; in rapl_write_data_raw() local 1242 unsigned msr; in rapl_check_domain() local
|
/linux-4.1.27/drivers/bluetooth/ |
D | dtl1_cs.c | 292 unsigned char msr; in dtl1_interrupt() local
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | elsa_ser.c | 389 int status, iir, msr; in rs_interrupt_elsa() local
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | thread_info.h | 56 __u32 msr; member
|
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/ |
D | mce.c | 373 static int msr_to_offset(u32 msr) in msr_to_offset() 391 static u64 mce_rdmsrl(u32 msr) in mce_rdmsrl() 416 static void mce_wrmsrl(u32 msr, u64 v) in mce_wrmsrl()
|
D | mce_amd.c | 119 int msr = (hi & MASK_LVTOFF_HI) >> 20; in lvt_off_valid() local
|
/linux-4.1.27/arch/sh/include/asm/ |
D | smc37c93x.h | 77 volatile __u16 msr; member
|
/linux-4.1.27/net/mac80211/ |
D | rc80211_minstrel.c | 340 struct minstrel_rate *msr, *mr; in minstrel_get_rate() local
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | apic.c | 1432 u64 msr; in __x2apic_disable() local 1448 u64 msr; in __x2apic_enable() local
|
/linux-4.1.27/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.1.27/arch/x86/pci/ |
D | mmconfig-shared.c | 190 u64 base, msr; in pci_mmcfg_amd_fam10h() local
|
/linux-4.1.27/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.1.27/arch/frv/include/uapi/asm/ |
D | registers.h | 192 unsigned long msr[2]; member
|
/linux-4.1.27/drivers/video/fbdev/geode/ |
D | gxfb.h | 35 } msr; member
|
D | lxfb.h | 45 } msr; member
|
/linux-4.1.27/drivers/video/fbdev/ |
D | cg14.c | 104 u8 msr; /* Master Status Reg */ member
|
/linux-4.1.27/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.1.27/drivers/net/usb/ |
D | rtl8150.c | 615 u8 cr, tcr, rcr, msr; in enable_net_traffic() local
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | bvme6000hw.h | 50 pad_a[3], msr, member
|
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | r8192E_dev.c | 63 u8 msr; in rtl8192e_update_msr() local
|
/linux-4.1.27/drivers/net/ethernet/i825xx/ |
D | 82596.c | 1167 unsigned char msr = rtc[3]; in i82596_probe() local
|
/linux-4.1.27/drivers/macintosh/ |
D | via-pmu.c | 1974 unsigned long msr; in powerbook_sleep_3400() local
|
/linux-4.1.27/include/linux/ |
D | isdn.h | 316 int msr; /* Modem status register */ member
|
/linux-4.1.27/drivers/tty/ |
D | mxser.c | 2221 int max, irqbits, bits, msr; in mxser_interrupt() local
|
/linux-4.1.27/drivers/tty/serial/8250/ |
D | 8250_core.c | 2074 unsigned int msr = serial_in(up, UART_MSR); in wait_for_xmitr() local
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U_core.c | 647 u8 msr; in rtl8192_update_msr() local
|
/linux-4.1.27/include/uapi/linux/ |
D | kvm.h | 882 __u32 msr; member
|