/arch/alpha/include/asm/ |
D | core_mcpcia.h | 77 #define MCPCIA_MID(m) ((unsigned long)(m) << 33) argument 88 #define MCPCIA_SPARSE(m) (IDENT_ADDR + 0xf000000000UL + MCPCIA_MID(m)) argument 89 #define MCPCIA_DENSE(m) (IDENT_ADDR + 0xf100000000UL + MCPCIA_MID(m)) argument 90 #define MCPCIA_IO(m) (IDENT_ADDR + 0xf180000000UL + MCPCIA_MID(m)) argument 91 #define MCPCIA_CONF(m) (IDENT_ADDR + 0xf1c0000000UL + MCPCIA_MID(m)) argument 92 #define MCPCIA_CSR(m) (IDENT_ADDR + 0xf1e0000000UL + MCPCIA_MID(m)) argument 93 #define MCPCIA_IO_IACK(m) (IDENT_ADDR + 0xf1f0000000UL + MCPCIA_MID(m)) argument 94 #define MCPCIA_DENSE_IO(m) (IDENT_ADDR + 0xe1fc000000UL + MCPCIA_MID(m)) argument 95 #define MCPCIA_DENSE_CONF(m) (IDENT_ADDR + 0xe1fe000000UL + MCPCIA_MID(m)) argument 100 #define MCPCIA_REV(m) (MCPCIA_CSR(m) + 0x000) argument [all …]
|
D | xchg.h | 17 ____xchg(_u8, volatile char *m, unsigned long val) in ____xchg() 41 ____xchg(_u16, volatile short *m, unsigned long val) in ____xchg() 65 ____xchg(_u32, volatile int *m, unsigned long val) in ____xchg() 85 ____xchg(_u64, volatile long *m, unsigned long val) in ____xchg() 137 ____cmpxchg(_u8, volatile char *m, unsigned char old, unsigned char new) in ____cmpxchg() 164 ____cmpxchg(_u16, volatile short *m, unsigned short old, unsigned short new) in ____cmpxchg() 191 ____cmpxchg(_u32, volatile int *m, int old, int new) in ____cmpxchg() 214 ____cmpxchg(_u64, volatile long *m, unsigned long old, unsigned long new) in ____cmpxchg()
|
D | bitops.h | 31 int *m = ((int *) addr) + (nr >> 5); in set_bit() local 51 int *m = ((int *) addr) + (nr >> 5); in __set_bit() local 60 int *m = ((int *) addr) + (nr >> 5); in clear_bit() local 87 int *m = ((int *) addr) + (nr >> 5); in __clear_bit() local 103 int *m = ((int *) addr) + (nr >> 5); in change_bit() local 123 int *m = ((int *) addr) + (nr >> 5); in __change_bit() local 133 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit() local 163 int *m = ((int *) addr) + (nr >> 5); in test_and_set_bit_lock() local 192 int *m = ((int *) addr) + (nr >> 5); in __test_and_set_bit() local 204 int *m = ((int *) addr) + (nr >> 5); in test_and_clear_bit() local [all …]
|
/arch/arc/include/asm/ |
D | bitops.h | 29 static inline void set_bit(unsigned long nr, volatile unsigned long *m) in set_bit() 48 static inline void clear_bit(unsigned long nr, volatile unsigned long *m) in clear_bit() 67 static inline void change_bit(unsigned long nr, volatile unsigned long *m) in change_bit() 97 static inline int test_and_set_bit(unsigned long nr, volatile unsigned long *m) in test_and_set_bit() 127 test_and_clear_bit(unsigned long nr, volatile unsigned long *m) in test_and_clear_bit() 153 test_and_change_bit(unsigned long nr, volatile unsigned long *m) in test_and_change_bit() 198 static inline void set_bit(unsigned long nr, volatile unsigned long *m) in set_bit() 214 static inline void clear_bit(unsigned long nr, volatile unsigned long *m) in clear_bit() 230 static inline void change_bit(unsigned long nr, volatile unsigned long *m) in change_bit() 246 static inline int test_and_set_bit(unsigned long nr, volatile unsigned long *m) in test_and_set_bit() [all …]
|
/arch/x86/kernel/cpu/ |
D | proc.c | 10 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core() 24 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc() 43 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc() 54 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 139 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 147 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 153 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/arch/ia64/include/asm/ |
D | bitops.h | 42 volatile __u32 *m; in set_bit() local 45 m = (volatile __u32 *) addr + (nr >> 5); in set_bit() local 83 volatile __u32 *m; in clear_bit() local 86 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit() local 107 volatile __u32 *m; in clear_bit_unlock() local 110 m = (volatile __u32 *) addr + (nr >> 5); in clear_bit_unlock() local 130 __u32 * const m = (__u32 *) addr + (nr >> 5); in __clear_bit_unlock() local 164 volatile __u32 *m; in change_bit() local 167 m = (volatile __u32 *) addr + (nr >> 5); in change_bit() local 203 volatile __u32 *m; in test_and_set_bit() local [all …]
|
/arch/x86/kernel/cpu/mcheck/ |
D | mce-inject.c | 32 static void inject_mce(struct mce *m) in inject_mce() 50 static void raise_poll(struct mce *m) in raise_poll() 62 static void raise_exception(struct mce *m, struct pt_regs *pregs) in raise_exception() 86 struct mce *m = this_cpu_ptr(&injectm); in mce_raise_notify() local 100 struct mce *m = this_cpu_ptr(&injectm); in mce_irq_ipi() local 112 struct mce *m = this_cpu_ptr(&injectm); in raise_local() local 146 static void raise_mce(struct mce *m) in raise_mce() 209 struct mce m; in mce_write() local
|
/arch/mips/include/asm/ |
D | bitops.h | 70 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in set_bit() local 122 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in clear_bit() local 190 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in change_bit() local 203 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in change_bit() local 237 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit() local 252 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit() local 291 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit_lock() local 306 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_set_bit_lock() local 346 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_clear_bit() local 363 unsigned long *m = ((unsigned long *) addr) + (nr >> SZLONG_LOG); in test_and_clear_bit() local [all …]
|
/arch/sh/kernel/cpu/ |
D | proc.c | 46 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags() 64 static void show_cacheinfo(struct seq_file *m, const char *type, in show_cacheinfo() 78 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 132 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 136 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 141 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/arch/s390/kernel/ |
D | sysinfo.c | 54 static void stsi_1_1_1(struct seq_file *m, struct sysinfo_1_1_1 *info) in stsi_1_1_1() 112 static void stsi_15_1_x(struct seq_file *m, struct sysinfo_15_1_x *info) in stsi_15_1_x() 135 static void stsi_1_2_2(struct seq_file *m, struct sysinfo_1_2_2 *info) in stsi_1_2_2() 174 static void stsi_2_2_2(struct seq_file *m, struct sysinfo_2_2_2 *info) in stsi_2_2_2() 199 static void stsi_3_2_2(struct seq_file *m, struct sysinfo_3_2_2 *info) in stsi_3_2_2() 219 static int sysinfo_show(struct seq_file *m, void *v) in sysinfo_show() 301 static void *service_level_start(struct seq_file *m, loff_t *pos) in service_level_start() 307 static void *service_level_next(struct seq_file *m, void *p, loff_t *pos) in service_level_next() 312 static void service_level_stop(struct seq_file *m, void *p) in service_level_stop() 317 static int service_level_show(struct seq_file *m, void *p) in service_level_show() [all …]
|
D | processor.c | 38 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 74 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 79 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 85 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/arch/microblaze/kernel/cpu/ |
D | mb.c | 28 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 139 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 146 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 152 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/arch/hexagon/kernel/ |
D | setup.c | 108 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 113 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 119 static void c_stop(struct seq_file *m, void *v) in c_stop() 127 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
|
/arch/avr32/mach-at32ap/include/mach/ |
D | hmatrix.h | 22 #define HMATRIX_MCFG(m) (0x0000 + 4 * (m)) argument 36 # define HMATRIX_SCFG_FIXED_DEFMSTR(m) ((m) << 18) /* Fixed master ID */ argument 42 # define HMATRIX_PRAS_PRIO(m, p) ((p) << ((m) * 4)) argument 46 # define HMATRIX_PRBS_PRIO(m, p) ((p) << (((m) - 8) * 4)) argument 50 # define HMATRIX_MRCR_REMAP(m) ( 1 << (m)) /* Remap master m */ argument
|
/arch/arm/vfp/ |
D | vfpsingle.c | 259 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/sh/include/asm/ |
D | cmpxchg-grb.h | 4 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32() 26 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() 48 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
|
D | cmpxchg-llsc.h | 4 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32() 25 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() 47 __cmpxchg_u32(volatile int *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
|
D | cmpxchg-irq.h | 6 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32() 17 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() 28 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
|
/arch/mips/math-emu/ |
D | ieee754.c | 41 #define xPCNST(s, b, m, ebias) \ argument 50 #define DPCNST(s, b, m) \ argument 74 #define SPCNST(s, b, m) \ argument
|
/arch/mips/kernel/ |
D | proc.c | 35 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 163 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 170 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 176 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/arch/tile/kernel/ |
D | proc.c | 43 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo() 76 static void *c_start(struct seq_file *m, loff_t *pos) in c_start() 80 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next() 85 static void c_stop(struct seq_file *m, void *v) in c_stop()
|
/arch/metag/include/asm/ |
D | cmpxchg_lnkget.h | 4 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32() 30 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() 56 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
|
D | cmpxchg_irq.h | 6 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32() 17 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() 28 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
|
D | cmpxchg_lock1.h | 8 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32() 20 static inline unsigned long xchg_u8(volatile u8 *m, unsigned long val) in xchg_u8() 32 static inline unsigned long __cmpxchg_u32(volatile int *m, unsigned long old, in __cmpxchg_u32()
|
/arch/blackfin/kernel/ |
D | cplbinfo.c | 37 static void cplbinfo_print_header(struct seq_file *m) in cplbinfo_print_header() 47 static int cplbinfo_show(struct seq_file *m, void *p) in cplbinfo_show() 82 static void *cplbinfo_start(struct seq_file *m, loff_t *pos) in cplbinfo_start() 98 static void *cplbinfo_next(struct seq_file *m, void *p, loff_t *pos) in cplbinfo_next() 108 static void cplbinfo_stop(struct seq_file *m, void *p) in cplbinfo_stop() 127 struct seq_file *m; in cplbinfo_open() local
|