/Linux-v5.4/net/tipc/ |
D | msg.h | 158 static inline u32 msg_word(struct tipc_msg *m, u32 pos) in msg_word() 163 static inline void msg_set_word(struct tipc_msg *m, u32 w, u32 val) in msg_set_word() 168 static inline u32 msg_bits(struct tipc_msg *m, u32 w, u32 pos, u32 mask) in msg_bits() 173 static inline void msg_set_bits(struct tipc_msg *m, u32 w, in msg_set_bits() 193 static inline u32 msg_version(struct tipc_msg *m) in msg_version() 198 static inline void msg_set_version(struct tipc_msg *m) in msg_set_version() 203 static inline u32 msg_user(struct tipc_msg *m) in msg_user() 208 static inline u32 msg_isdata(struct tipc_msg *m) in msg_isdata() 213 static inline void msg_set_user(struct tipc_msg *m, u32 n) in msg_set_user() 218 static inline u32 msg_hdr_sz(struct tipc_msg *m) in msg_hdr_sz() [all …]
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | core_mcpcia.h | 78 #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 …]
|
D | bitops.h | 32 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 …]
|
D | xchg.h | 18 ____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()
|
/Linux-v5.4/drivers/mfd/ |
D | mcp-sa11x0.c | 35 #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-v5.4/fs/afs/ |
D | proc.c | 21 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() 57 static void *afs_proc_cells_start(struct seq_file *m, loff_t *_pos) in afs_proc_cells_start() 64 static void *afs_proc_cells_next(struct seq_file *m, void *v, loff_t *pos) in afs_proc_cells_next() 69 static void afs_proc_cells_stop(struct seq_file *m, void *v) in afs_proc_cells_stop() 88 struct seq_file *m = file->private_data; in afs_proc_cells_write() local 150 static int afs_proc_rootcell_show(struct seq_file *m, void *v) in afs_proc_rootcell_show() 174 struct seq_file *m = file->private_data; in afs_proc_rootcell_write() local 209 static int afs_proc_cell_volumes_show(struct seq_file *m, void *v) in afs_proc_cell_volumes_show() [all …]
|
/Linux-v5.4/fs/ |
D | pnode.h | 13 #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) 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
|
D | proc_namespace.c | 23 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() 83 static inline void mangle(struct seq_file *m, const char *s) in mangle() 88 static void show_type(struct seq_file *m, struct super_block *sb) in show_type() 97 static int show_vfsmnt(struct seq_file *m, struct vfsmount *mnt) in show_vfsmnt() 131 static int show_mountinfo(struct seq_file *m, struct vfsmount *mnt) in show_mountinfo() 193 static int show_vfsstat(struct seq_file *m, struct vfsmount *mnt) in show_vfsstat() 246 struct seq_file *m; in mounts_open_common() local 296 struct seq_file *m = file->private_data; in mounts_release() local
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | bitops.h | 43 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 …]
|
/Linux-v5.4/arch/mips/include/asm/ |
D | bitops.h | 55 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 …]
|
/Linux-v5.4/kernel/locking/ |
D | lockdep_proc.c | 27 static void *l_next(struct seq_file *m, void *v, loff_t *pos) in l_next() 32 static void *l_start(struct seq_file *m, loff_t *pos) in l_start() 37 static void l_stop(struct seq_file *m, void *v) in l_stop() 41 static void print_name(struct seq_file *m, struct lock_class *class) in print_name() 58 static int l_show(struct seq_file *m, void *v) in l_show() 105 static void *lc_start(struct seq_file *m, loff_t *pos) in lc_start() 116 static void *lc_next(struct seq_file *m, void *v, loff_t *pos) in lc_next() 122 static void lc_stop(struct seq_file *m, void *v) in lc_stop() 126 static int lc_show(struct seq_file *m, void *v) in lc_show() 163 static void lockdep_stats_debug_show(struct seq_file *m) in lockdep_stats_debug_show() [all …]
|
/Linux-v5.4/kernel/irq/ |
D | matrix.c | 53 struct irq_matrix *m; in irq_alloc_matrix() local 78 void irq_matrix_online(struct irq_matrix *m) in irq_matrix_online() 99 void irq_matrix_offline(struct irq_matrix *m) in irq_matrix_offline() 110 static unsigned int matrix_alloc_area(struct irq_matrix *m, struct cpumap *cm, in matrix_alloc_area() 129 static unsigned int matrix_find_best_cpu(struct irq_matrix *m, in matrix_find_best_cpu() 150 static unsigned int matrix_find_best_cpu_managed(struct irq_matrix *m, in matrix_find_best_cpu_managed() 181 void irq_matrix_assign_system(struct irq_matrix *m, unsigned int bit, in irq_matrix_assign_system() 210 int irq_matrix_reserve_managed(struct irq_matrix *m, const struct cpumask *msk) in irq_matrix_reserve_managed() 251 void irq_matrix_remove_managed(struct irq_matrix *m, const struct cpumask *msk) in irq_matrix_remove_managed() 285 int irq_matrix_alloc_managed(struct irq_matrix *m, const struct cpumask *msk, in irq_matrix_alloc_managed() [all …]
|
/Linux-v5.4/block/ |
D | blk-mq-debugfs.c | 17 static void print_stat(struct seq_file *m, struct blk_rq_stat *stat) in print_stat() 27 static int queue_poll_stat_show(void *data, struct seq_file *m) in queue_poll_stat_show() 44 static void *queue_requeue_list_start(struct seq_file *m, loff_t *pos) in queue_requeue_list_start() 53 static void *queue_requeue_list_next(struct seq_file *m, void *v, loff_t *pos) in queue_requeue_list_next() 60 static void queue_requeue_list_stop(struct seq_file *m, void *v) in queue_requeue_list_stop() 75 static int blk_flags_show(struct seq_file *m, const unsigned long flags, in blk_flags_show() 95 static int queue_pm_only_show(void *data, struct seq_file *m) in queue_pm_only_show() 131 static int queue_state_show(void *data, struct seq_file *m) in queue_state_show() 178 static int queue_write_hint_show(void *data, struct seq_file *m) in queue_write_hint_show() 219 static int hctx_state_show(void *data, struct seq_file *m) in hctx_state_show() [all …]
|
/Linux-v5.4/drivers/md/ |
D | dm-mpath.c | 55 struct multipath *m; /* Owning multipath instance */ member 184 struct multipath *m; in alloc_multipath() local 203 static int alloc_multipath_stage2(struct dm_target *ti, struct multipath *m) in alloc_multipath_stage2() 231 static void free_multipath(struct multipath *m) in free_multipath() 284 static int __pg_init_all_paths(struct multipath *m) in __pg_init_all_paths() 315 static int pg_init_all_paths(struct multipath *m) in pg_init_all_paths() 327 static void __switch_pg(struct multipath *m, struct priority_group *pg) in __switch_pg() 343 static struct pgpath *choose_path_in_pg(struct multipath *m, in choose_path_in_pg() 368 static struct pgpath *choose_pgpath(struct multipath *m, size_t nr_bytes) in choose_pgpath() 437 #define dm_report_EIO(m) \ argument [all …]
|
/Linux-v5.4/drivers/net/wireless/intersil/hostap/ |
D | hostap_proc.c | 15 static int prism2_debug_proc_show(struct seq_file *m, void *v) in prism2_debug_proc_show() 48 static int prism2_stats_proc_show(struct seq_file *m, void *v) in prism2_stats_proc_show() 86 static int prism2_wds_proc_show(struct seq_file *m, void *v) in prism2_wds_proc_show() 98 static void *prism2_wds_proc_start(struct seq_file *m, loff_t *_pos) in prism2_wds_proc_start() 105 static void *prism2_wds_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_wds_proc_next() 111 static void prism2_wds_proc_stop(struct seq_file *m, void *v) in prism2_wds_proc_stop() 124 static int prism2_bss_list_proc_show(struct seq_file *m, void *v) in prism2_bss_list_proc_show() 151 static void *prism2_bss_list_proc_start(struct seq_file *m, loff_t *_pos) in prism2_bss_list_proc_start() 158 static void *prism2_bss_list_proc_next(struct seq_file *m, void *v, loff_t *_pos) in prism2_bss_list_proc_next() 164 static void prism2_bss_list_proc_stop(struct seq_file *m, void *v) in prism2_bss_list_proc_stop() [all …]
|
/Linux-v5.4/arch/x86/kernel/cpu/ |
D | proc.c | 13 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()
|
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_debugfs.c | 25 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-v5.4/fs/notify/ |
D | fdinfo.c | 25 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() 103 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() 112 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo() 143 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo()
|
/Linux-v5.4/drivers/mailbox/ |
D | pl320-ipc.c | 20 #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-v5.4/drivers/gpu/drm/i915/ |
D | i915_debugfs.c | 59 static int i915_capabilities(struct seq_file *m, void *data) in i915_capabilities() 136 describe_obj(struct seq_file *m, struct drm_i915_gem_object *obj) in describe_obj() 296 #define print_file_stats(m, name, stats) do { \ argument 308 static void print_context_stats(struct seq_file *m, in print_context_stats() 354 static int i915_gem_object_info(struct seq_file *m, void *data) in i915_gem_object_info() 376 static void gen8_display_interrupt_info(struct seq_file *m) in gen8_display_interrupt_info() 428 static int i915_interrupt_info(struct seq_file *m, void *data) in i915_interrupt_info() 646 static int i915_gem_fence_regs_info(struct seq_file *m, void *data) in i915_gem_fence_regs_info() 771 static int i915_frequency_info(struct seq_file *m, void *unused) in i915_frequency_info() 996 struct seq_file *m, in i915_instdone_info() [all …]
|
/Linux-v5.4/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 …]
|
/Linux-v5.4/arch/s390/kernel/ |
D | sysinfo.c | 78 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 …]
|
/Linux-v5.4/arch/sh/kernel/cpu/ |
D | proc.c | 48 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()
|
/Linux-v5.4/net/can/ |
D | proc.c | 188 static void can_print_rcvlist(struct seq_file *m, struct hlist_head *rx_list, in can_print_rcvlist() 203 static void can_print_recv_banner(struct seq_file *m) in can_print_recv_banner() 213 static int can_stats_proc_show(struct seq_file *m, void *v) in can_stats_proc_show() 275 static int can_reset_stats_proc_show(struct seq_file *m, void *v) in can_reset_stats_proc_show() 296 static int can_version_proc_show(struct seq_file *m, void *v) in can_version_proc_show() 302 static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx, in can_rcvlist_proc_show_one() 314 static int can_rcvlist_proc_show(struct seq_file *m, void *v) in can_rcvlist_proc_show() 342 static inline void can_rcvlist_proc_show_array(struct seq_file *m, in can_rcvlist_proc_show_array() 367 static int can_rcvlist_sff_proc_show(struct seq_file *m, void *v) in can_rcvlist_sff_proc_show() 398 static int can_rcvlist_eff_proc_show(struct seq_file *m, void *v) in can_rcvlist_eff_proc_show()
|
/Linux-v5.4/drivers/iommu/ |
D | intel-iommu-debugfs.c | 105 static int iommu_regset_show(struct seq_file *m, void *unused) in iommu_regset_show() 145 static inline void print_tbl_walk(struct seq_file *m) in print_tbl_walk() 170 static void pasid_tbl_walk(struct seq_file *m, struct pasid_entry *tbl_entry, in pasid_tbl_walk() 187 static void pasid_dir_walk(struct seq_file *m, u64 pasid_dir_ptr, in pasid_dir_walk() 203 static void ctx_tbl_walk(struct seq_file *m, struct intel_iommu *iommu, u16 bus) in ctx_tbl_walk() 249 static void root_tbl_walk(struct seq_file *m, struct intel_iommu *iommu) in root_tbl_walk() 270 static int dmar_translation_struct_show(struct seq_file *m, void *unused) in dmar_translation_struct_show() 287 static void ir_tbl_remap_entry_show(struct seq_file *m, in ir_tbl_remap_entry_show() 311 static void ir_tbl_posted_entry_show(struct seq_file *m, in ir_tbl_posted_entry_show() 341 static int ir_translation_struct_show(struct seq_file *m, void *unused) in ir_translation_struct_show()
|