Home
last modified time | relevance | path

Searched defs:m (Results 26 – 50 of 2424) sorted by relevance

12345678910>>...97

/openbmc/linux/drivers/iommu/intel/
H A Ddebugfs.c114 static int iommu_regset_show(struct seq_file *m, void *unused) in iommu_regset_show()
160 static inline void print_tbl_walk(struct seq_file *m) in print_tbl_walk()
185 static void pasid_tbl_walk(struct seq_file *m, struct pasid_entry *tbl_entry, in pasid_tbl_walk()
202 static void pasid_dir_walk(struct seq_file *m, u64 pasid_dir_ptr, in pasid_dir_walk()
218 static void ctx_tbl_walk(struct seq_file *m, struct intel_iommu *iommu, u16 bus) in ctx_tbl_walk()
264 static void root_tbl_walk(struct seq_file *m, struct intel_iommu *iommu) in root_tbl_walk()
283 static int dmar_translation_struct_show(struct seq_file *m, void *unused) in dmar_translation_struct_show()
312 dump_page_info(struct seq_file *m, unsigned long iova, u64 *path) in dump_page_info()
319 static void pgtable_walk_level(struct seq_file *m, struct dma_pte *pde, in pgtable_walk_level()
346 struct seq_file *m = data; in __show_device_domain_translation() local
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_cik.c48 struct cik_mqd *m; in update_cu_mask() local
70 static void set_priority(struct cik_mqd *m, struct queue_properties *q) in set_priority()
93 struct cik_mqd *m; in init_mqd() local
146 struct cik_sdma_rlc_registers *m; in init_mqd_sdma() local
176 struct cik_mqd *m; in __update_mqd() local
211 struct cik_mqd *m = (struct cik_mqd *)mqd; in read_doorbell_id() local
227 struct cik_sdma_rlc_registers *m; in update_mqd_sdma() local
253 struct cik_mqd *m; in checkpoint_mqd() local
267 struct cik_mqd *m; in restore_mqd() local
291 struct cik_sdma_rlc_registers *m; in checkpoint_mqd_sdma() local
[all …]
H A Dkfd_mqd_manager_v11.c47 struct v11_compute_mqd *m; in update_cu_mask() local
96 static void set_priority(struct v11_compute_mqd *m, struct queue_properties *q) in set_priority()
128 struct v11_compute_mqd *m; in init_mqd() local
220 struct v11_compute_mqd *m; in update_mqd() local
283 struct v11_compute_mqd *m = (struct v11_compute_mqd *)mqd; in read_doorbell_id() local
294 struct v11_compute_mqd *m; in get_wave_state() local
327 struct v11_compute_mqd *m; in checkpoint_mqd() local
341 struct v11_compute_mqd *m; in restore_mqd() local
366 struct v11_compute_mqd *m; in init_mqd_hiq() local
381 struct v11_compute_mqd *m; in destroy_hiq_mqd() local
[all …]
H A Dkfd_mqd_manager_vi.c51 struct vi_mqd *m; in update_cu_mask() local
73 static void set_priority(struct vi_mqd *m, struct queue_properties *q) in set_priority()
96 struct vi_mqd *m; in init_mqd() local
174 struct vi_mqd *m; in __update_mqd() local
242 struct vi_mqd *m = (struct vi_mqd *)mqd; in read_doorbell_id() local
260 struct vi_mqd *m; in get_wave_state() local
285 struct vi_mqd *m; in checkpoint_mqd() local
299 struct vi_mqd *m; in restore_mqd() local
323 struct vi_mqd *m; in init_mqd_hiq() local
344 struct vi_sdma_mqd *m; in init_mqd_sdma() local
[all …]
H A Dkfd_mqd_manager_v9.c65 struct v9_mqd *m; in update_cu_mask() local
104 static void set_priority(struct v9_mqd *m, struct queue_properties *q) in set_priority()
163 struct v9_mqd *m; in init_mqd() local
242 struct v9_mqd *m; in update_mqd() local
312 struct v9_mqd *m = (struct v9_mqd *)mqd; in read_doorbell_id() local
323 struct v9_mqd *m; in get_wave_state() local
355 struct v9_mqd *m = get_mqd(mqd); in get_checkpoint_info() local
362 struct v9_mqd *m; in checkpoint_mqd() local
379 struct v9_mqd *m; in restore_mqd() local
408 struct v9_mqd *m; in init_mqd_hiq() local
[all …]
/openbmc/linux/drivers/mailbox/
H A Dpl320-ipc.c20 #define IPCMxSOURCE(m) ((m) * 0x40) argument
21 #define IPCMxDSET(m) (((m) * 0x40) + 0x004) argument
22 #define IPCMxDCLEAR(m) (((m) * 0x40) + 0x008) argument
23 #define IPCMxDSTATUS(m) (((m) * 0x40) + 0x00C) argument
24 #define IPCMxMODE(m) (((m) * 0x40) + 0x010) argument
25 #define IPCMxMSET(m) (((m) * 0x40) + 0x014) argument
26 #define IPCMxMCLEAR(m) (((m) * 0x40) + 0x018) argument
27 #define IPCMxMSTATUS(m) (((m) * 0x40) + 0x01C) argument
28 #define IPCMxSEND(m) (((m) * 0x40) + 0x020) argument
29 #define IPCMxDR(m, dr) (((m) * 0x40) + ((dr) * 4) + 0x024) argument
/openbmc/linux/kernel/module/
H A Dprocfs.c16 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info()
41 static inline void print_unload_info(struct seq_file *m, struct module *mod) in print_unload_info()
49 static void *m_start(struct seq_file *m, loff_t *pos) in m_start()
55 static void *m_next(struct seq_file *m, void *p, loff_t *pos) in m_next()
60 static void m_stop(struct seq_file *m, void *p) in m_stop()
74 static int m_show(struct seq_file *m, void *p) in m_show()
131 struct seq_file *m = file->private_data; in modules_open() local
/openbmc/linux/fs/proc/
H A Darray.c99 void proc_task_name(struct seq_file *m, struct task_struct *p, bool escape) in proc_task_name()
148 static inline void task_state(struct seq_file *m, struct pid_namespace *ns, in task_state()
227 void render_sigset_t(struct seq_file *m, const char *header, in render_sigset_t()
264 static inline void task_sig(struct seq_file *m, struct task_struct *p) in task_sig()
303 static void render_cap_t(struct seq_file *m, const char *header, in render_cap_t()
311 static inline void task_cap(struct seq_file *m, struct task_struct *p) in task_cap()
333 static inline void task_seccomp(struct seq_file *m, struct task_struct *p) in task_seccomp()
398 static inline void task_context_switch_counts(struct seq_file *m, in task_context_switch_counts()
406 static void task_cpus_allowed(struct seq_file *m, struct task_struct *task) in task_cpus_allowed()
414 static inline void task_core_dumping(struct seq_file *m, struct task_struct *task) in task_core_dumping()
[all …]
/openbmc/linux/arch/arm/vfp/
H A 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 …]
/openbmc/linux/arch/alpha/include/asm/
H A Dbitops.h32 int *m = ((int *) addr) + (nr >> 5); in set_bit() local
52 int *m = ((int *) addr) + (nr >> 5); in arch___set_bit() local
61 int *m = ((int *) addr) + (nr >> 5); in clear_bit() local
88 int *m = ((int *) addr) + (nr >> 5); in arch___clear_bit() local
104 int *m = ((int *) addr) + (nr >> 5); in change_bit() local
124 int *m = ((int *) addr) + (nr >> 5); in arch___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 arch___test_and_set_bit() local
205 int *m = ((int *) addr) + (nr >> 5); in test_and_clear_bit() local
[all …]
H A 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()
/openbmc/linux/arch/sh/kernel/cpu/
H A Dproc.c47 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags()
65 static void show_cacheinfo(struct seq_file *m, const char *type, in show_cacheinfo()
79 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
133 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
137 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
142 static void c_stop(struct seq_file *m, void *v) in c_stop()
/openbmc/linux/arch/s390/kernel/
H A Dsysinfo.c82 static void stsi_1_1_1(struct seq_file *m, struct sysinfo_1_1_1 *info) in stsi_1_1_1()
142 static void stsi_15_1_x(struct seq_file *m, struct sysinfo_15_1_x *info) in stsi_15_1_x()
164 static void stsi_1_2_2(struct seq_file *m, struct sysinfo_1_2_2 *info) in stsi_1_2_2()
207 static void stsi_2_2_2(struct seq_file *m, struct sysinfo_2_2_2 *info) in stsi_2_2_2()
241 static void print_ext_name(struct seq_file *m, int lvl, in print_ext_name()
252 static void print_uuid(struct seq_file *m, int i, struct sysinfo_3_2_2 *info) in print_uuid()
259 static void stsi_3_2_2(struct seq_file *m, struct sysinfo_3_2_2 *info) in stsi_3_2_2()
281 static int sysinfo_show(struct seq_file *m, void *v) in sysinfo_show()
353 static void *service_level_start(struct seq_file *m, loff_t *pos) in service_level_start()
359 static void *service_level_next(struct seq_file *m, void *p, loff_t *pos) in service_level_next()
[all …]
H A Dprocessor.c98 static void show_facilities(struct seq_file *m) in show_facilities()
108 static void show_cpu_summary(struct seq_file *m, void *v) in show_cpu_summary()
285 static void show_cpu_topology(struct seq_file *m, unsigned long n) in show_cpu_topology()
299 static void show_cpu_ids(struct seq_file *m, unsigned long n) in show_cpu_ids()
308 static void show_cpu_mhz(struct seq_file *m, unsigned long n) in show_cpu_mhz()
321 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
344 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
350 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
356 static void c_stop(struct seq_file *m, void *v) in c_stop()
/openbmc/linux/fs/
H A Dproc_namespace.c23 struct seq_file *m = file->private_data; in mounts_poll() local
45 static int show_sb_opts(struct seq_file *m, struct super_block *sb) in show_sb_opts()
64 static void show_mnt_opts(struct seq_file *m, struct vfsmount *mnt) in show_mnt_opts()
87 static inline void mangle(struct seq_file *m, const char *s) in mangle()
92 static void show_type(struct seq_file *m, struct super_block *sb) in show_type()
101 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt()
135 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo()
197 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat()
250 struct seq_file *m; in mounts_open_common() local
301 struct seq_file *m = file->private_data; in mounts_release() local
H A Dpnode.c41 struct mount *m = mnt; in get_peer_under_root() local
62 struct mount *m; in get_dominating_id() local
94 struct mount *m; in do_make_slave() local
149 static struct mount *propagation_next(struct mount *m, in propagation_next()
170 static struct mount *skip_propagation_subtree(struct mount *m, in skip_propagation_subtree()
183 static struct mount *next_group(struct mount *m, struct mount *origin) in next_group()
224 static int propagate_one(struct mount *m, struct mountpoint *dest_mp) in propagate_one()
290 struct mount *m, *n; in propagate_mnt() local
389 for (const struct mount *m = to; m; m = m->mnt_master) { in propagation_would_overmount() local
409 struct mount *m, *child, *topper; in propagate_mount_busy() local
[all …]
/openbmc/qemu/hw/timer/
H A Dcmsdk-apb-dualtimer.c83 static bool cmsdk_dualtimermod_intstatus(CMSDKAPBDualTimerModule *m) in cmsdk_dualtimermod_intstatus()
109 static int cmsdk_dualtimermod_divisor(CMSDKAPBDualTimerModule *m) in cmsdk_dualtimermod_divisor()
125 static void cmsdk_dualtimermod_write_control(CMSDKAPBDualTimerModule *m, in cmsdk_dualtimermod_write_control()
262 CMSDKAPBDualTimerModule *m; in cmsdk_apb_dualtimer_read() local
337 CMSDKAPBDualTimerModule *m; in cmsdk_apb_dualtimer_write() local
413 CMSDKAPBDualTimerModule *m = opaque; in cmsdk_dualtimermod_tick() local
419 static void cmsdk_dualtimermod_reset(CMSDKAPBDualTimerModule *m) in cmsdk_dualtimermod_reset()
458 CMSDKAPBDualTimerModule *m = &s->timermod[i]; in cmsdk_apb_dualtimer_clk_update() local
496 CMSDKAPBDualTimerModule *m = &s->timermod[i]; in cmsdk_apb_dualtimer_realize() local
/openbmc/linux/arch/arm64/kernel/
H A Delfcore.c11 #define for_each_mte_vma(cprm, i, m) \ argument
18 static unsigned long mte_vma_tag_dump_size(struct core_vma_metadata *m) in mte_vma_tag_dump_size()
81 struct core_vma_metadata *m; in elf_core_extra_phdrs() local
93 struct core_vma_metadata *m; in elf_core_write_extra_phdrs() local
118 struct core_vma_metadata *m; in elf_core_extra_data_size() local
130 struct core_vma_metadata *m; in elf_core_write_extra_data() local
/openbmc/phosphor-event/
H A Devent_messaged_sdbus.c43 static void message_entry_close(messageEntry_t *m) in message_entry_close()
49 static void message_entry_new(messageEntry_t **m, uint16_t logid, event_manager *em) in message_entry_new()
99 messageEntry_t *m = (messageEntry_t*) userdata; in prop_message_assoc() local
162 messageEntry_t *m = (messageEntry_t*) userdata; in prop_message() local
210 messageEntry_t *m = (messageEntry_t*) userdata; in prop_message_dd() local
235 static int accept_message(sd_bus_message *m, in accept_message()
277 static int method_accept_host_message(sd_bus_message *m, in method_accept_host_message()
284 static int method_accept_bmc_message(sd_bus_message *m, in method_accept_bmc_message()
290 static int method_accept_test_message(sd_bus_message *m, in method_accept_test_message()
318 static int finish_delete_log(sd_bus_message *m, void *userdata, sd_bus_error *ret_error) in finish_delete_log()
[all …]
/openbmc/linux/arch/csky/kernel/
H A 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()
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Dclock_sun6i.c116 int m = 1; in clock_set_pll1() local
153 const int m = 4; /* 6 MHz steps to allow higher frequency for DE2 */ in clock_set_pll3() local
155 const int m = 8; /* 3 MHz steps just like sun4i, sun5i and sun7i */ in clock_set_pll3() local
170 void clock_set_pll3_factors(int m, int n) in clock_set_pll3_factors()
190 int k = 1, m = 2; in clock_set_pll5() local
221 unsigned int k, m, n, value, diff; in clock_set_mipi_pll() local
262 const int m = 2; /* 12 MHz steps */ in clock_set_pll10() local
305 int m = ((rval & CCM_PLL3_CTRL_M_MASK) >> CCM_PLL3_CTRL_M_SHIFT) + 1; in clock_get_pll3() local
328 unsigned int m = ((rval & CCM_MIPI_PLL_CTRL_M_MASK) >> CCM_MIPI_PLL_CTRL_M_SHIFT) + 1; in clock_get_mipi_pll() local
/openbmc/phosphor-pid-control/test/
H A Ddbus_passive_unittest.cpp178 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
179 [[maybe_unused]] char type, void* p) { in TEST_F()
210 [[maybe_unused]] char type, void* p) { in TEST_F()
251 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
252 [[maybe_unused]] char type, void* p) { in TEST_F()
283 [[maybe_unused]] char type, void* p) { in TEST_F()
322 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
323 [[maybe_unused]] char type, void* p) { in TEST_F()
360 [[maybe_unused]] char type, void* p) { in TEST_F()
399 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
[all …]
/openbmc/hiomapd/
H A Dcontrol_dbus.c15 static int control_dbus_directive(sd_bus_message *m, void *userdata, in control_dbus_directive()
51 static int control_dbus_ping(sd_bus_message *m, void *userdata, in control_dbus_ping()
57 static int control_dbus_reset(sd_bus_message *m, void *userdata, in control_dbus_reset()
63 static int control_dbus_kill(sd_bus_message *m, void *userdata, in control_dbus_kill()
69 static int control_dbus_modified(sd_bus_message *m, void *userdata, in control_dbus_modified()
75 static int control_dbus_suspend(sd_bus_message *m, void *userdata, in control_dbus_suspend()
81 static int control_dbus_resume(sd_bus_message *m, void *userdata, in control_dbus_resume()
114 static int control_dbus_set_backend(sd_bus_message *m, void *userdata, in control_dbus_set_backend()
/openbmc/linux/net/can/
H A Dproc.c183 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist()
198 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner()
210 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show()
272 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show()
293 static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx, in can_rcvlist_proc_show_one()
305 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show()
336 static inline void can_rcvlist_proc_show_array(struct seq_file *m, in can_rcvlist_proc_show_array()
361 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show()
394 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dlparcfg.c140 static void show_gpci_data(struct seq_file *m) in show_gpci_data()
191 static void parse_ppp_data(struct seq_file *m) in parse_ppp_data()
257 static void parse_mpp_data(struct seq_file *m) in parse_mpp_data()
295 static void parse_mpp_x_data(struct seq_file *m) in parse_mpp_x_data()
324 static int read_rtas_lpar_name(struct seq_file *m) in read_rtas_lpar_name()
347 static int read_dt_lpar_name(struct seq_file *m) in read_dt_lpar_name()
358 static void read_lpar_name(struct seq_file *m) in read_lpar_name()
372 static void parse_system_parameter_string(struct seq_file *m) in parse_system_parameter_string()
448 static void pseries_cmo_data(struct seq_file *m) in pseries_cmo_data()
472 static void splpar_dispatch_data(struct seq_file *m) in splpar_dispatch_data()
[all …]

12345678910>>...97