Home
last modified time | relevance | path

Searched defs:m (Results 201 – 225 of 2424) sorted by relevance

12345678910>>...97

/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dos.h38 #define nvkm_list_find_next(p,h,m,c) ({ \ argument
48 #define nvkm_list_find(p,h,m,c) \ argument
50 #define nvkm_list_foreach(p,h,m,c) \ argument
/openbmc/u-boot/drivers/gpio/
H A Dadi_gpio2.c50 #define map_entry(m, i) reserved_##m##_map[gpio_bank(i)] argument
51 #define is_reserved(m, i, e) (map_entry(m, i) & gpio_bit(i)) argument
52 #define reserve(m, i) (map_entry(m, i) |= gpio_bit(i)) argument
53 #define unreserve(m, i) (map_entry(m, i) &= ~gpio_bit(i)) argument
54 #define DECLARE_RESERVED_MAP(m, c) unsigned short reserved_##m##_map[c] argument
/openbmc/linux/arch/s390/mm/
H A Ddump_pagetables.c93 #define pt_dump_seq_printf(m, fmt, args...) \ argument
101 #define pt_dump_seq_puts(m, fmt) \ argument
109 static void print_prot(struct seq_file *m, unsigned int pr, int level) in print_prot()
155 struct seq_file *m; in note_page() local
233 static int ptdump_show(struct seq_file *m, void *v) in ptdump_show()
/openbmc/linux/tools/perf/util/
H A Dmemswap.c8 u32 *m = src; in mem_bswap_32() local
18 u64 *m = src; in mem_bswap_64() local
/openbmc/linux/arch/mips/math-emu/
H A 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()
/openbmc/openpower-host-ipmi-flash/
H A Dhiomap.cpp441 auto m = ctx->bus->new_method_call(HIOMAPD_SERVICE, HIOMAPD_OBJECT, in hiomap_reset() local
469 auto m = ctx->bus->new_method_call(HIOMAPD_SERVICE, HIOMAPD_OBJECT, in hiomap_get_info() local
505 auto m = ctx->bus->new_method_call(HIOMAPD_SERVICE, HIOMAPD_OBJECT, in hiomap_get_flash_info() local
540 auto m = ctx->bus->new_method_call(HIOMAPD_SERVICE, HIOMAPD_OBJECT, in hiomap_create_window() local
599 auto m = ctx->bus->new_method_call(HIOMAPD_SERVICE, HIOMAPD_OBJECT, in hiomap_close_window() local
629 auto m = ctx->bus->new_method_call(HIOMAPD_SERVICE, HIOMAPD_OBJECT, in hiomap_mark_dirty() local
655 auto m = ctx->bus->new_method_call(HIOMAPD_SERVICE, HIOMAPD_OBJECT, in hiomap_flush() local
685 auto m = ctx->bus->new_method_call(HIOMAPD_SERVICE, HIOMAPD_OBJECT, in hiomap_ack() local
716 auto m = ctx->bus->new_method_call(HIOMAPD_SERVICE, HIOMAPD_OBJECT, in hiomap_erase() local
/openbmc/linux/arch/s390/kernel/
H A Ddiag.c73 static int show_diag_stat(struct seq_file *m, void *v) in show_diag_stat()
102 static void *show_diag_stat_start(struct seq_file *m, loff_t *pos) in show_diag_stat_start()
107 static void *show_diag_stat_next(struct seq_file *m, void *v, loff_t *pos) in show_diag_stat_next()
113 static void show_diag_stat_stop(struct seq_file *m, void *v) in show_diag_stat_stop()
/openbmc/linux/drivers/video/fbdev/
H A Datafb_utils.h261 static inline void expand8_col2mask(u8 c, u32 m[]) in expand8_col2mask()
280 static inline void fill8_col(u8 *dst, u32 m[]) in fill8_col()
331 static inline void expand16_col2mask(u8 c, u32 m[]) in expand16_col2mask()
359 static inline u32 *fill16_col(u32 *dst, int rows, u32 m[]) in fill16_col()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_sseu_debugfs.c193 static void i915_print_sseu_info(struct seq_file *m, in i915_print_sseu_info()
231 int intel_sseu_status(struct seq_file *m, struct intel_gt *gt) in intel_sseu_status()
272 static int sseu_status_show(struct seq_file *m, void *unused) in sseu_status_show()
280 static int sseu_topology_show(struct seq_file *m, void *unused) in sseu_topology_show()
/openbmc/linux/Documentation/trace/postprocess/
H A Ddecode_msr.py11 m = re.match(r'#define (MSR_\w+)\s+(0x[0-9a-fA-F]+)', j) variable
22 m = re.search(r'(read|write)_msr:\s+([0-9a-f]+)', j) variable
/openbmc/linux/arch/sh/include/asm/
H A Dcmpxchg-cas.h6 __cmpxchg_u32(volatile u32 *m, unsigned long old, unsigned long new) in __cmpxchg_u32()
15 static inline unsigned long xchg_u32(volatile u32 *m, unsigned long val) in xchg_u32()
/openbmc/linux/lib/
H A Dsiphash.c50 u64 m; in __siphash_aligned() local
83 u64 m; in __siphash_unaligned() local
251 u64 m; in __hsiphash_aligned() local
284 u64 m; in __hsiphash_unaligned() local
413 u32 m; in __hsiphash_aligned() local
436 u32 m; in __hsiphash_unaligned() local
/openbmc/linux/net/sched/
H A Dsch_teql.c65 struct teql_master *m; member
102 struct net_device *m = qdisc_dev(q); in teql_dequeue() local
172 struct teql_master *m = (struct teql_master *)sch->ops; in teql_qdisc_init() local
358 struct teql_master *m = netdev_priv(dev); in teql_master_open() local
406 struct teql_master *m = netdev_priv(dev); in teql_master_stats64() local
416 struct teql_master *m = netdev_priv(dev); in teql_master_mtu() local
/openbmc/linux/fs/orangefs/
H A Dorangefs-bufmap.c28 static void install(struct slot_map *m, int count, unsigned long *map) in install()
37 static void mark_killed(struct slot_map *m) in mark_killed()
44 static void run_down(struct slot_map *m) in run_down()
68 static void put(struct slot_map *m, int slot) in put()
81 static int wait_for_free(struct slot_map *m) in wait_for_free()
124 static int get(struct slot_map *m) in get()
/openbmc/sdbusplus/test/bus/
H A Dmatch.cpp38 sdbusplus::bus::match_t m{bus, matchRule(), trigger, &triggered}; in TEST_F() local
57 sdbusplus::bus::match_t m{bus, matchRule(), trigger}; in TEST_F() local
83 sdbusplus::bus::match_t m{bus, matchRule(), in TEST_F() local
/openbmc/linux/fs/ntfs/
H A Dmft.c146 MFT_RECORD *m; in map_mft_record() local
238 MFT_RECORD *m; in map_extent_mft_record() local
428 const unsigned long mft_no, MFT_RECORD *m) in ntfs_sync_mft_mirror_umount()
455 MFT_RECORD *m, int sync) in ntfs_sync_mft_mirror()
660 int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record_nolock()
921 const MFT_RECORD *m, ntfs_inode **locked_ni) in ntfs_may_write_mft_record()
2010 MFT_RECORD *m) in ntfs_mft_record_layout()
2093 MFT_RECORD *m; in ntfs_mft_record_format() local
2249 MFT_RECORD *m; in ntfs_mft_record_alloc() local
2774 int ntfs_extent_mft_record_free(ntfs_inode *ni, MFT_RECORD *m) in ntfs_extent_mft_record_free()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h347 #define VMM_FO(m,o,d,c,b) nvkm_fo##b((m)->memory, (o), (d), (c)) argument
348 #define VMM_WO(m,o,d,c,b) nvkm_wo##b((m)->memory, (o), (d)) argument
349 #define VMM_XO(m,v,o,d,c,b,fn,f,a...) do { \ argument
355 #define VMM_WO032(m,v,o,d) VMM_XO((m),(v),(o),(d), 1, 32, WO, "%08x") argument
356 #define VMM_FO032(m,v,o,d,c) \ argument
359 #define VMM_WO064(m,v,o,d) VMM_XO((m),(v),(o),(d), 1, 64, WO, "%016llx") argument
360 #define VMM_FO064(m,v,o,d,c) \ argument
363 #define VMM_XO128(m,v,o,lo,hi,c,f,a...) do { \ argument
374 #define VMM_WO128(m,v,o,lo,hi) VMM_XO128((m),(v),(o),(lo),(hi), 1, "") argument
375 #define VMM_FO128(m,v,o,lo,hi,c) do { \ argument
/openbmc/linux/arch/x86/boot/compressed/
H A Derror.c10 void warn(const char *m) in warn()
17 void error(char *m) in error()
/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dsegment_regs.c11 static void seg_show(struct seq_file *m, int i) in seg_show()
29 static int sr_show(struct seq_file *m, void *v) in sr_show()
/openbmc/linux/lib/math/
H A Dint_sqrt.c22 unsigned long b, m, y = 0; in int_sqrt() local
51 u64 b, m, y = 0; in int_sqrt64() local
/openbmc/linux/include/linux/
H A Dsyscalls.h112 #define __MAP0(m,...) argument
113 #define __MAP1(m,t,a,...) m(t,a) argument
114 #define __MAP2(m,t,a,...) m(t,a), __MAP1(m,__VA_ARGS__) argument
115 #define __MAP3(m,t,a,...) m(t,a), __MAP2(m,__VA_ARGS__) argument
116 #define __MAP4(m,t,a,...) m(t,a), __MAP3(m,__VA_ARGS__) argument
117 #define __MAP5(m,t,a,...) m(t,a), __MAP4(m,__VA_ARGS__) argument
118 #define __MAP6(m,t,a,...) m(t,a), __MAP5(m,__VA_ARGS__) argument
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_debugfs.c17 static int guc_info_show(struct seq_file *m, void *data) in guc_info_show()
40 static int guc_registered_contexts_show(struct seq_file *m, void *data) in guc_registered_contexts_show()
54 static int guc_slpc_info_show(struct seq_file *m, void *unused) in guc_slpc_info_show()
/openbmc/linux/arch/x86/lib/
H A Dmsr.c39 static int msr_read(u32 msr, struct msr *m) in msr_read()
59 static int msr_write(u32 msr, struct msr *m) in msr_write()
66 struct msr m, m1; in __flip_bit() local
/openbmc/linux/kernel/trace/rv/
H A Drv_reactors.c87 static int reactors_show(struct seq_file *m, void *p) in reactors_show()
95 static void reactors_stop(struct seq_file *m, void *p) in reactors_stop()
100 static void *reactors_start(struct seq_file *m, loff_t *pos) in reactors_start()
106 static void *reactors_next(struct seq_file *m, void *p, loff_t *pos) in reactors_next()
139 static int monitor_reactor_show(struct seq_file *m, void *p) in monitor_reactor_show()
/openbmc/linux/kernel/sched/
H A Dcpuacct.c209 static int __cpuacct_percpu_seq_show(struct seq_file *m, in __cpuacct_percpu_seq_show()
224 static int cpuacct_percpu_user_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_user_seq_show()
229 static int cpuacct_percpu_sys_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_sys_seq_show()
234 static int cpuacct_percpu_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_seq_show()
239 static int cpuacct_all_seq_show(struct seq_file *m, void *V) in cpuacct_all_seq_show()

12345678910>>...97