Home
last modified time | relevance | path

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

12345678910>>...79

/linux/net/tipc/
H A Dmsg.h205 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word()
210 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word()
215 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits()
220 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits()
232 static inline u32 msg_version(struct tipc_msg *m) in msg_version()
237 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version()
242 static inline u32 msg_user(struct tipc_msg *m) in msg_user()
247 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata()
252 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user()
257 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz()
[all …]
/linux/arch/alpha/include/asm/
H A 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 …]
/linux/include/linux/isdn/
H A Dcapiutil.h19 #define CAPIMSG_U8(m, off) (m[off]) argument
20 #define CAPIMSG_U16(m, off) (m[off]|(m[(off)+1]<<8)) argument
21 #define CAPIMSG_U32(m, off) (m[off]|(m[(off)+1]<<8)|(m[(off)+2]<<16)|(m[(off)+3]<<24)) argument
22 #define CAPIMSG_LEN(m) CAPIMSG_U16(m,0) argument
23 #define CAPIMSG_APPID(m) CAPIMSG_U16(m,2) argument
24 #define CAPIMSG_COMMAND(m) CAPIMSG_U8(m,4) argument
25 #define CAPIMSG_SUBCOMMAND(m) CAPIMSG_U8(m,5) argument
26 #define CAPIMSG_CMD(m) (((m[4])<<8)|(m[5])) argument
27 #define CAPIMSG_MSGID(m) CAPIMSG_U16(m,6) argument
28 #define CAPIMSG_CONTROLLER(m) (m[8] & 0x7f) argument
[all …]
/linux/fs/afs/
H A Dproc.c21 static inline struct afs_net *afs_seq2net(struct seq_file *m) in afs_seq2net()
26 static inline struct afs_net *afs_seq2net_single(struct seq_file *m) in afs_seq2net_single()
34 static int afs_proc_cells_show(struct seq_file *m, void *v) in afs_proc_cells_show()
59 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start()
66 static void *afs_proc_cells_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_cells_next()
71 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop()
90 struct seq_file *m = file->private_data; in afs_proc_cells_write() local
152 static int afs_proc_addr_prefs_show(struct seq_file *m, void *v) in afs_proc_addr_prefs_show()
202 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show()
224 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() local
[all …]
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_mux.c34 *vidtv_mux_get_pid_ctx(struct vidtv_mux *m, u16 pid) in vidtv_mux_get_pid_ctx()
45 *vidtv_mux_create_pid_ctx_once(struct vidtv_mux *m, u16 pid) in vidtv_mux_create_pid_ctx_once()
64 static void vidtv_mux_pid_ctx_destroy(struct vidtv_mux *m) in vidtv_mux_pid_ctx_destroy()
76 static int vidtv_mux_pid_ctx_init(struct vidtv_mux *m) in vidtv_mux_pid_ctx_init()
115 static void vidtv_mux_update_clk(struct vidtv_mux *m) in vidtv_mux_update_clk()
130 static u32 vidtv_mux_push_si(struct vidtv_mux *m) in vidtv_mux_push_si()
221 static u32 vidtv_mux_push_pcr(struct vidtv_mux *m) in vidtv_mux_push_pcr()
244 static bool vidtv_mux_should_push_pcr(struct vidtv_mux *m) in vidtv_mux_should_push_pcr()
258 static bool vidtv_mux_should_push_si(struct vidtv_mux *m) in vidtv_mux_should_push_si()
272 static u32 vidtv_mux_packetize_access_units(struct vidtv_mux *m, in vidtv_mux_packetize_access_units()
[all …]
/linux/drivers/mfd/
H A Dmcp-sa11x0.c35 #define MCCR0(m) ((m)->base0 + 0x00) argument
36 #define MCDR0(m) ((m)->base0 + 0x08) argument
37 #define MCDR1(m) ((m)->base0 + 0x0c) argument
38 #define MCDR2(m) ((m)->base0 + 0x10) argument
39 #define MCSR(m) ((m)->base0 + 0x18) argument
40 #define MCCR1(m) ((m)->base1 + 0x00) argument
47 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_telecom_divisor() local
59 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_set_audio_divisor() local
77 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_write() local
104 struct mcp_sa11x0 *m = priv(mcp); in mcp_sa11x0_read() local
[all …]
/linux/drivers/md/
H A Ddm-mpath.c62 struct multipath *m; /* Owning multipath instance */ member
136 static bool mpath_double_check_test_bit(int MPATHF_bit, struct multipath *m) in mpath_double_check_test_bit()
212 struct multipath *m; in alloc_multipath() local
233 static int alloc_multipath_stage2(struct dm_target *ti, struct multipath *m) in alloc_multipath_stage2()
261 static void free_multipath(struct multipath *m) in free_multipath()
316 static int __pg_init_all_paths(struct multipath *m) in __pg_init_all_paths()
347 static int pg_init_all_paths(struct multipath *m) in pg_init_all_paths()
359 static void __switch_pg(struct multipath *m, struct priority_group *pg) in __switch_pg()
377 static struct pgpath *choose_path_in_pg(struct multipath *m, in choose_path_in_pg()
402 static struct pgpath *choose_pgpath(struct multipath *m, size_t nr_bytes) in choose_pgpath()
[all …]
/linux/fs/
H A Dpnode.h13 #define IS_MNT_SHARED(m) ((m)->mnt.mnt_flags & MNT_SHARED) argument
14 #define IS_MNT_SLAVE(m) ((m)->mnt_master) argument
15 #define IS_MNT_NEW(m) (!(m)->mnt_ns || is_anon_ns((m)->mnt_ns)) argument
16 #define CLEAR_MNT_SHARED(m) ((m)->mnt.mnt_flags &= ~MNT_SHARED) argument
17 #define IS_MNT_UNBINDABLE(m) ((m)->mnt.mnt_flags & MNT_UNBINDABLE) argument
18 #define IS_MNT_MARKED(m) ((m)->mnt.mnt_flags & MNT_MARKED) argument
19 #define SET_MNT_MARK(m) ((m)->mnt.mnt_flags |= MNT_MARKED) argument
20 #define CLEAR_MNT_MARK(m) ((m)->mnt.mnt_flags &= ~MNT_MARKED) argument
21 #define IS_MNT_LOCKED(m) ((m)->mnt.mnt_flags & MNT_LOCKED) argument
/linux/block/
H A Dblk-mq-debugfs.c16 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show()
21 static void *queue_requeue_list_start(struct seq_file *m, loff_t *pos) in queue_requeue_list_start()
30 static void *queue_requeue_list_next(struct seq_file *m, void *v, loff_t *pos) in queue_requeue_list_next()
37 static void queue_requeue_list_stop(struct seq_file *m, void *v) in queue_requeue_list_stop()
52 static int blk_flags_show(struct seq_file *m, const unsigned long flags, in blk_flags_show()
72 static int queue_pm_only_show(void *data, struct seq_file *m) in queue_pm_only_show()
112 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show()
176 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show()
204 static int hctx_flags_show(void *data, struct seq_file *m) in hctx_flags_show()
278 int __blk_mq_debugfs_rq_show(struct seq_file *m, struct request *rq) in __blk_mq_debugfs_rq_show()
[all …]
/linux/arch/x86/kernel/cpu/
H A Dproc.c19 static void show_cpuinfo_core(struct seq_file *m, struct cpuinfo_x86 *c, in show_cpuinfo_core()
34 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
52 static void show_cpuinfo_misc(struct seq_file *m, struct cpuinfo_x86 *c) in show_cpuinfo_misc()
63 static int show_cpuinfo(struct seq_file *m, void *v) in show_cpuinfo()
156 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
164 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
170 static void c_stop(struct seq_file *m, void *v) in c_stop()
182 static void dump_x86_features(struct seq_file *m, unsigned long features) in dump_x86_features()
190 void arch_proc_pid_thread_features(struct seq_file *m, struct task_struct *task) in arch_proc_pid_thread_features()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c44 static int i915_frontbuffer_tracking(struct seq_file *m, void *unused) in i915_frontbuffer_tracking()
61 static int i915_sr_status(struct seq_file *m, void *unused) in i915_sr_status()
90 static int i915_gem_framebuffer_info(struct seq_file *m, void *data) in i915_gem_framebuffer_info()
132 static int i915_power_domain_info(struct seq_file *m, void *unused) in i915_power_domain_info()
141 static void intel_seq_print_mode(struct seq_file *m, int tabs, in intel_seq_print_mode()
152 static void intel_encoder_info(struct seq_file *m, in intel_encoder_info()
177 static void intel_panel_info(struct seq_file *m, in intel_panel_info()
191 static void intel_hdcp_info(struct seq_file *m, in intel_hdcp_info()
223 static void intel_dp_info(struct seq_file *m, struct intel_connector *connector) in intel_dp_info()
236 static void intel_dp_mst_info(struct seq_file *m, in intel_dp_mst_info()
[all …]
/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_mbox.c38 #define OCTEP_CTRL_MBOX_INFO_MAGIC_NUM(m) (m) argument
39 #define OCTEP_CTRL_MBOX_INFO_BARMEM_SZ(m) ((m) + 8) argument
40 #define OCTEP_CTRL_MBOX_INFO_HOST_VERSION(m) ((m) + 16) argument
41 #define OCTEP_CTRL_MBOX_INFO_HOST_STATUS(m) ((m) + 24) argument
42 #define OCTEP_CTRL_MBOX_INFO_FW_VERSION(m) ((m) + 136) argument
43 #define OCTEP_CTRL_MBOX_INFO_FW_STATUS(m) ((m) + 144) argument
45 #define OCTEP_CTRL_MBOX_H2FQ_INFO(m) ((m) + OCTEP_CTRL_MBOX_INFO_SZ) argument
46 #define OCTEP_CTRL_MBOX_H2FQ_PROD(m) (OCTEP_CTRL_MBOX_H2FQ_INFO(m)) argument
47 #define OCTEP_CTRL_MBOX_H2FQ_CONS(m) ((OCTEP_CTRL_MBOX_H2FQ_INFO(m)) + 4) argument
48 #define OCTEP_CTRL_MBOX_H2FQ_SZ(m) ((OCTEP_CTRL_MBOX_H2FQ_INFO(m)) + 8) argument
[all …]
/linux/kernel/irq/
H A Dmatrix.c52 struct irq_matrix *m; in irq_alloc_matrix() local
84 void irq_matrix_online(struct irq_matrix *m) in irq_matrix_online()
105 void irq_matrix_offline(struct irq_matrix *m) in irq_matrix_offline()
116 static unsigned int matrix_alloc_area(struct irq_matrix *m, struct cpumap *cm, in matrix_alloc_area()
135 static unsigned int matrix_find_best_cpu(struct irq_matrix *m, in matrix_find_best_cpu()
156 static unsigned int matrix_find_best_cpu_managed(struct irq_matrix *m, in matrix_find_best_cpu_managed()
187 void irq_matrix_assign_system(struct irq_matrix *m, unsigned int bit, in irq_matrix_assign_system()
216 int irq_matrix_reserve_managed(struct irq_matrix *m, const struct cpumask *msk) in irq_matrix_reserve_managed()
257 void irq_matrix_remove_managed(struct irq_matrix *m, const struct cpumask *msk) in irq_matrix_remove_managed()
292 int irq_matrix_alloc_managed(struct irq_matrix *m, const struct cpumask *msk, in irq_matrix_alloc_managed()
[all …]
/linux/kernel/locking/
H A Dlockdep_proc.c38 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next()
47 static void *l_start(struct seq_file *m, loff_t *pos) in l_start()
56 static void l_stop(struct seq_file *m, void *v) in l_stop()
60 static void print_name(struct seq_file *m, struct lock_class *class) in print_name()
77 static int l_show(struct seq_file *m, void *v) in l_show()
128 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start()
139 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next()
145 static void lc_stop(struct seq_file *m, void *v) in lc_stop()
149 static int lc_show(struct seq_file *m, void *v) in lc_show()
193 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show()
[all …]
/linux/drivers/block/drbd/
H A Ddrbd_debugfs.c25 static void seq_print_age_or_dash(struct seq_file *m, bool valid, unsigned long dt) in seq_print_age_or_dash()
33 static void __seq_print_rq_state_bit(struct seq_file *m, in __seq_print_rq_state_bit()
47 static void seq_print_rq_state_bit(struct seq_file *m, in seq_print_rq_state_bit()
54 static void seq_print_request_state(struct seq_file *m, struct drbd_request *req) in seq_print_request_state()
96 static void seq_print_one_request(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_one_request()
122 static void seq_print_minor_vnr_req(struct seq_file *m, struct drbd_request *req, unsigned long now) in seq_print_minor_vnr_req()
128 static void seq_print_resource_pending_meta_io(struct seq_file *m, struct drbd_resource *resource, … in seq_print_resource_pending_meta_io()
156 static void seq_print_waiting_for_AL(struct seq_file *m, struct drbd_resource *resource, unsigned l… in seq_print_waiting_for_AL()
191 static void seq_print_device_bitmap_io(struct seq_file *m, struct drbd_device *device, unsigned lon… in seq_print_device_bitmap_io()
216 static void seq_print_resource_pending_bitmap_io(struct seq_file *m, struct drbd_resource *resource… in seq_print_resource_pending_bitmap_io()
[all …]
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager_v10.c48 struct v10_compute_mqd *m; in update_cu_mask() local
70 static void set_priority(struct v10_compute_mqd *m, struct queue_properties *q) in set_priority()
93 struct v10_compute_mqd *m; in init_mqd() local
166 struct v10_compute_mqd *m; in update_mqd() local
229 struct v10_compute_mqd *m = (struct v10_compute_mqd *)mqd; in check_preemption_failed() local
240 struct v10_compute_mqd *m; in get_wave_state() local
274 struct v10_compute_mqd *m; in checkpoint_mqd() local
288 struct v10_compute_mqd *m; in restore_mqd() local
312 struct v10_compute_mqd *m; in init_mqd_hiq() local
327 struct v10_compute_mqd *m; in destroy_hiq_mqd() 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 check_preemption_failed() 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_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 check_preemption_failed() 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_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 check_preemption_failed() 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
321 struct v9_mqd *m = (struct v9_mqd *)mqd; in check_preemption_failed() local
332 struct v9_mqd *m; in get_wave_state() local
364 struct v9_mqd *m = get_mqd(mqd); in get_checkpoint_info() local
371 struct v9_mqd *m; in checkpoint_mqd() local
388 struct v9_mqd *m; in restore_mqd() local
417 struct v9_mqd *m; in init_mqd_hiq() local
[all …]
/linux/fs/notify/
H A Dfdinfo.c25 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo()
26 void (*show)(struct seq_file *m, in show_fdinfo()
42 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
69 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle()
76 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo()
96 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo()
105 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
133 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
/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
/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 …]
/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 …]
/linux/drivers/iommu/intel/
H A Ddebugfs.c113 static int iommu_regset_show(struct seq_file *m, void *unused) in iommu_regset_show()
159 static inline void print_tbl_walk(struct seq_file *m) in print_tbl_walk()
184 static void pasid_tbl_walk(struct seq_file *m, struct pasid_entry *tbl_entry, in pasid_tbl_walk()
201 static void pasid_dir_walk(struct seq_file *m, u64 pasid_dir_ptr, in pasid_dir_walk()
217 static void ctx_tbl_walk(struct seq_file *m, struct intel_iommu *iommu, u16 bus) in ctx_tbl_walk()
263 static void root_tbl_walk(struct seq_file *m, struct intel_iommu *iommu) in root_tbl_walk()
282 static int dmar_translation_struct_show(struct seq_file *m, void *unused) in dmar_translation_struct_show()
311 dump_page_info(struct seq_file *m, unsigned long iova, u64 *path) in dump_page_info()
323 static void pgtable_walk_level(struct seq_file *m, struct dma_pte *pde, in pgtable_walk_level()
347 static int domain_translation_struct_show(struct seq_file *m, in domain_translation_struct_show()
[all …]

12345678910>>...79