Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 258) sorted by relevance

1234567891011

/arch/alpha/include/asm/
Dcore_mcpcia.h78 #define MCPCIA_MID(m) ((unsigned long)(m) << 33) argument
89 #define MCPCIA_SPARSE(m) (IDENT_ADDR + 0xf000000000UL + MCPCIA_MID(m)) argument
90 #define MCPCIA_DENSE(m) (IDENT_ADDR + 0xf100000000UL + MCPCIA_MID(m)) argument
91 #define MCPCIA_IO(m) (IDENT_ADDR + 0xf180000000UL + MCPCIA_MID(m)) argument
92 #define MCPCIA_CONF(m) (IDENT_ADDR + 0xf1c0000000UL + MCPCIA_MID(m)) argument
93 #define MCPCIA_CSR(m) (IDENT_ADDR + 0xf1e0000000UL + MCPCIA_MID(m)) argument
94 #define MCPCIA_IO_IACK(m) (IDENT_ADDR + 0xf1f0000000UL + MCPCIA_MID(m)) argument
95 #define MCPCIA_DENSE_IO(m) (IDENT_ADDR + 0xe1fc000000UL + MCPCIA_MID(m)) argument
96 #define MCPCIA_DENSE_CONF(m) (IDENT_ADDR + 0xe1fe000000UL + MCPCIA_MID(m)) argument
101 #define MCPCIA_REV(m) (MCPCIA_CSR(m) + 0x000) argument
[all …]
Dxchg.h18 ____xchg(_u8, volatile char *m, unsigned long val) in ____xchg()
41 ____xchg(_u16, volatile short *m, unsigned long val) in ____xchg()
64 ____xchg(_u32, volatile int *m, unsigned long val) in ____xchg()
83 ____xchg(_u64, volatile long *m, unsigned long val) in ____xchg()
129 ____cmpxchg(_u8, volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg()
155 ____cmpxchg(_u16, volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg()
181 ____cmpxchg(_u32, volatile int *m, int old, int new) in ____cmpxchg()
203 ____cmpxchg(_u64, volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg()
Dbitops.h32 int *m = ((int *) addr) + (nr >> 5); in set_bit() local
52 int *m = ((int *) addr) + (nr >> 5); in __set_bit() local
61 int *m = ((int *) addr) + (nr >> 5); in clear_bit() local
88 int *m = ((int *) addr) + (nr >> 5); in __clear_bit() local
104 int *m = ((int *) addr) + (nr >> 5); in change_bit() local
124 int *m = ((int *) addr) + (nr >> 5); in __change_bit() local
134 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit() local
164 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit_lock() local
193 int *m = ((int *) addr) + (nr >> 5); in __test_and_set_bit() local
205 int *m = ((int *) addr) + (nr >> 5); in test_and_clear_bit() local
[all …]
/arch/x86/kernel/cpu/
Dproc.c13 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core()
28 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
46 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
57 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
144 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
152 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
158 static void c_stop(struct seq_file *m, void *v) in c_stop()
/arch/mips/include/asm/
Dbitops.h55 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in set_bit() local
114 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in clear_bit() local
189 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in change_bit() local
204 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in change_bit() local
241 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit() local
257 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit() local
298 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit_lock() local
314 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit_lock() local
356 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_clear_bit() local
374 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_clear_bit() local
[all …]
/arch/ia64/include/asm/
Dbitops.h43 volatile __u32 *m; in set_bit() local
46 m = (volatile __u32 *) addr + (nr >> 5); in set_bit() local
84 volatile __u32 *m; in clear_bit() local
87 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit() local
108 volatile __u32 *m; in clear_bit_unlock() local
111 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit_unlock() local
131 __u32 * const m = (__u32 *) addr + (nr >> 5); in __clear_bit_unlock() local
165 volatile __u32 *m; in change_bit() local
168 m = (volatile __u32 *) addr + (nr >> 5); in change_bit() local
204 volatile __u32 *m; in test_and_set_bit() local
[all …]
/arch/csky/kernel/
Dcpu-probe.c13 struct seq_file *m = (struct seq_file *)arg; in percpu_print() local
46 static int c_show(struct seq_file *m, void *v) in c_show()
61 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
66 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
72 static void c_stop(struct seq_file *m, void *v) {} in c_stop()
/arch/sh/kernel/cpu/
Dproc.c48 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags()
66 static void show_cacheinfo(struct seq_file *m, const char *type, in show_cacheinfo()
80 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
134 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
138 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
143 static void c_stop(struct seq_file *m, void *v) in c_stop()
/arch/x86/mm/
Ddebug_pagetables.c8 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show()
16 static int ptdump_curknl_show(struct seq_file *m, void *v) in ptdump_curknl_show()
29 static int ptdump_curusr_show(struct seq_file *m, void *v) in ptdump_curusr_show()
43 static int ptdump_efi_show(struct seq_file *m, void *v) in ptdump_efi_show()
/arch/microblaze/kernel/cpu/
Dmb.c28 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
136 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
143 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
149 static void c_stop(struct seq_file *m, void *v) in c_stop()
/arch/sh/include/asm/
Dcmpxchg-grb.h5 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
27 static inline unsigned long xchg_u16(volatile u16 *m, unsigned long val) in xchg_u16()
49 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
71 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
Dcmpxchg-irq.h7 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
18 static inline unsigned long xchg_u16(volatile u16 *m, unsigned long val) in xchg_u16()
29 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8()
40 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
/arch/s390/kernel/
Dsysinfo.c78 static void stsi_1_1_1(struct seq_file *m, struct sysinfo_1_1_1 *info) in stsi_1_1_1()
138 static void stsi_15_1_x(struct seq_file *m, struct sysinfo_15_1_x *info) in stsi_15_1_x()
160 static void stsi_1_2_2(struct seq_file *m, struct sysinfo_1_2_2 *info) in stsi_1_2_2()
203 static void stsi_2_2_2(struct seq_file *m, struct sysinfo_2_2_2 *info) in stsi_2_2_2()
237 static void print_ext_name(struct seq_file *m, int lvl, in print_ext_name()
248 static void print_uuid(struct seq_file *m, int i, struct sysinfo_3_2_2 *info) in print_uuid()
255 static void stsi_3_2_2(struct seq_file *m, struct sysinfo_3_2_2 *info) in stsi_3_2_2()
277 static int sysinfo_show(struct seq_file *m, void *v) in sysinfo_show()
349 static void *service_level_start(struct seq_file *m, loff_t *pos) in service_level_start()
355 static void *service_level_next(struct seq_file *m, void *p, loff_t *pos) in service_level_next()
[all …]
Dprocessor.c103 static void show_facilities(struct seq_file *m) in show_facilities()
115 static void show_cpu_summary(struct seq_file *m, void *v) in show_cpu_summary()
154 static void show_cpu_mhz(struct seq_file *m, unsigned long n) in show_cpu_mhz()
165 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
185 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
191 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
197 static void c_stop(struct seq_file *m, void *v) in c_stop()
/arch/hexagon/kernel/
Dsetup.c95 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
100 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
106 static void c_stop(struct seq_file *m, void *v) in c_stop()
114 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
/arch/x86/boot/compressed/
Derror.c10 void warn(char *m) in warn()
17 void error(char *m) in error()
/arch/mips/math-emu/
Dieee754.c28 #define xPCNST(s, b, m, ebias) \ argument
37 #define DPCNST(s, b, m) \ argument
61 #define SPCNST(s, b, m) \ argument
Dieee754d.c22 union ieee754dp ieee754dp_dump(char *m, union ieee754dp x) in ieee754dp_dump()
62 union ieee754sp ieee754sp_dump(char *m, union ieee754sp x) in ieee754sp_dump()
/arch/arm/vfp/
Dvfpsingle.c259 static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fabs()
265 static u32 vfp_single_fcpy(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcpy()
271 static u32 vfp_single_fneg(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fneg()
316 static u32 vfp_single_fsqrt(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fsqrt()
403 static u32 vfp_compare(int sd, int signal_on_qnan, s32 m, u32 fpscr) in vfp_compare()
462 static u32 vfp_single_fcmp(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmp()
467 static u32 vfp_single_fcmpe(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmpe()
472 static u32 vfp_single_fcmpz(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmpz()
477 static u32 vfp_single_fcmpez(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmpez()
482 static u32 vfp_single_fcvtd(int dd, int unused, s32 m, u32 fpscr) in vfp_single_fcvtd()
[all …]
/arch/nios2/kernel/
Dcpuinfo.c119 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
171 static void *cpuinfo_start(struct seq_file *m, loff_t *pos) in cpuinfo_start()
178 static void *cpuinfo_next(struct seq_file *m, void *v, loff_t *pos) in cpuinfo_next()
184 static void cpuinfo_stop(struct seq_file *m, void *v) in cpuinfo_stop()
/arch/mips/kernel/
Dproc.c36 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
167 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
174 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
180 static void c_stop(struct seq_file *m, void *v) in c_stop()
/arch/s390/mm/
Ddump_pagetables.c53 static void print_prot(struct seq_file *m, unsigned int pr, int level) in print_prot()
67 static void note_page(struct seq_file *m, struct pg_state *st, in note_page()
114 static void note_kasan_early_shadow_page(struct seq_file *m, in note_kasan_early_shadow_page()
133 static void walk_pte_level(struct seq_file *m, struct pg_state *st, in walk_pte_level()
150 static void walk_pmd_level(struct seq_file *m, struct pg_state *st, in walk_pmd_level()
181 static void walk_pud_level(struct seq_file *m, struct pg_state *st, in walk_pud_level()
212 static void walk_p4d_level(struct seq_file *m, struct pg_state *st, in walk_p4d_level()
236 static void walk_pgd_level(struct seq_file *m) in walk_pgd_level()
259 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show()
/arch/riscv/kernel/
Dcpu.c110 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
118 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
124 static void c_stop(struct seq_file *m, void *v) in c_stop()
128 static int c_show(struct seq_file *m, void *v) in c_show()
/arch/x86/kernel/
Dmpparse.c48 int __init default_mpc_apic_id(struct mpc_cpu *m) in default_mpc_apic_id()
53 static void __init MP_processor_info(struct mpc_cpu *m) in MP_processor_info()
75 void __init default_mpc_oem_bus_info(struct mpc_bus *m, char *str) in default_mpc_oem_bus_info()
82 static void __init MP_bus_info(struct mpc_bus *m) in MP_bus_info()
115 static void __init MP_ioapic_info(struct mpc_ioapic *m) in MP_ioapic_info()
136 static inline void __init MP_bus_info(struct mpc_bus *m) {} in MP_bus_info()
137 static inline void __init MP_ioapic_info(struct mpc_ioapic *m) {} in MP_ioapic_info()
140 static void __init MP_lintsrc_info(struct mpc_lintsrc *m) in MP_lintsrc_info()
660 static int __init get_MP_intsrc_index(struct mpc_intsrc *m) in get_MP_intsrc_index()
700 static void __init check_irq_src(struct mpc_intsrc *m, int *nr_m_spare) in check_irq_src()
[all …]
/arch/x86/kernel/cpu/mce/
Dinject.c97 static void setup_inj_struct(struct mce *m) in setup_inj_struct()
108 static void inject_mce(struct mce *m) in inject_mce()
126 static void raise_poll(struct mce *m) in raise_poll()
138 static void raise_exception(struct mce *m, struct pt_regs *pregs) in raise_exception()
162 struct mce *m = this_cpu_ptr(&injectm); in mce_raise_notify() local
176 struct mce *m = this_cpu_ptr(&injectm); in mce_irq_ipi() local
188 struct mce *m = this_cpu_ptr(&injectm); in raise_local() local
222 static void __maybe_unused raise_mce(struct mce *m) in raise_mce()
280 struct mce *m = (struct mce *)data; in mce_inject_raise() local
385 struct mce *m = (struct mce *)data; in inj_extcpu_set() local
[all …]

1234567891011