/linux-6.14.4/fs/bcachefs/ |
D | error.c | 14 bool bch2_inconsistent_error(struct bch_fs *c) in bch2_inconsistent_error() 35 int bch2_topology_error(struct bch_fs *c) in bch2_topology_error() 47 void bch2_fatal_error(struct bch_fs *c) in bch2_fatal_error() 56 struct bch_fs *c = ca->fs; in bch2_io_error_work() local 104 static enum ask_yn bch2_fsck_ask_yn(struct bch_fs *c, struct btree_trans *trans) in bch2_fsck_ask_yn() 151 static enum ask_yn bch2_fsck_ask_yn(struct bch_fs *c, struct btree_trans *trans) in bch2_fsck_ask_yn() 171 static struct fsck_err_state *fsck_err_get(struct bch_fs *c, const char *fmt) in fsck_err_get() 223 static int do_fsck_ask_yn(struct bch_fs *c, in do_fsck_ask_yn() 247 int __bch2_fsck_err(struct bch_fs *c, in __bch2_fsck_err() 469 int __bch2_bkey_fsck_err(struct bch_fs *c, in __bch2_bkey_fsck_err() [all …]
|
D | compress.c | 45 static struct bbuf __bounce_alloc(struct bch_fs *c, unsigned size, int rw) in __bounce_alloc() 80 static struct bbuf __bio_map_or_bounce(struct bch_fs *c, struct bio *bio, in __bio_map_or_bounce() 144 static struct bbuf bio_map_or_bounce(struct bch_fs *c, struct bio *bio, int rw) in bio_map_or_bounce() 149 static void bio_unmap_or_unbounce(struct bch_fs *c, struct bbuf buf) in bio_unmap_or_unbounce() 173 static int __bio_uncompress(struct bch_fs *c, struct bio *src, in __bio_uncompress() 261 struct bch_fs *c = op->c; in bch2_bio_uncompress_inplace() local 314 int bch2_bio_uncompress(struct bch_fs *c, struct bio *src, in bch2_bio_uncompress() 342 static int attempt_compress(struct bch_fs *c, in attempt_compress() 432 static unsigned __bio_compress(struct bch_fs *c, in __bio_compress() 545 unsigned bch2_bio_compress(struct bch_fs *c, in bch2_bio_compress() [all …]
|
D | btree_key_cache.c | 53 bch2_btree_key_cache_find(struct bch_fs *c, enum btree_id btree_id, struct bpos pos) in bch2_btree_key_cache_find() 82 static bool bkey_cached_evict(struct btree_key_cache *c, in bkey_cached_evict() 97 struct bch_fs *c = container_of(pending->srcu, struct bch_fs, btree_trans_barrier); in __bkey_cached_free() local 138 struct bch_fs *c = trans->c; in bkey_cached_alloc() local 175 bkey_cached_reuse(struct btree_key_cache *c) in bkey_cached_reuse() 205 struct bch_fs *c = trans->c; in btree_key_cache_create() local 299 struct bch_fs *c = trans->c; in btree_key_cache_fill() local 343 struct bch_fs *c = trans->c; in btree_path_traverse_cached_fast() local 400 struct bch_fs *c = trans->c; in btree_key_cache_flush_pos() local 514 struct bch_fs *c = container_of(j, struct bch_fs, journal); in bch2_btree_key_cache_journal_flush() local [all …]
|
D | disk_accounting.c | 138 int bch2_accounting_validate(struct bch_fs *c, struct bkey_s_c k, in bch2_accounting_validate() 236 void bch2_accounting_to_text(struct printbuf *out, struct bch_fs *c, struct bkey_s_c k) in bch2_accounting_to_text() 278 static int bch2_accounting_update_sb_one(struct bch_fs *c, struct bpos p) in bch2_accounting_update_sb_one() 304 static int __bch2_accounting_mem_insert(struct bch_fs *c, struct bkey_s_c_accounting a) in __bch2_accounting_mem_insert() 351 int bch2_accounting_mem_insert(struct bch_fs *c, struct bkey_s_c_accounting a, in bch2_accounting_mem_insert() 379 void bch2_accounting_mem_gc(struct bch_fs *c) in bch2_accounting_mem_gc() 409 int bch2_fs_replicas_usage_read(struct bch_fs *c, darray_char *usage) in bch2_fs_replicas_usage_read() 444 int bch2_fs_accounting_read(struct bch_fs *c, darray_char *out_buf, unsigned accounting_types_mask) in bch2_fs_accounting_read() 491 int bch2_gc_accounting_start(struct bch_fs *c) in bch2_gc_accounting_start() 513 int bch2_gc_accounting_done(struct bch_fs *c) in bch2_gc_accounting_done() [all …]
|
D | backpointers.c | 17 int bch2_backpointer_validate(struct bch_fs *c, struct bkey_s_c k, in bch2_backpointer_validate() 35 void bch2_backpointer_to_text(struct printbuf *out, struct bch_fs *c, struct bkey_s_c k) in bch2_backpointer_to_text() 67 static bool extent_matches_bp(struct bch_fs *c, in extent_matches_bp() 94 struct bch_fs *c = trans->c; in backpointer_mod_err() local 195 struct bch_fs *c = trans->c; in backpointer_target_not_found() local 242 struct bch_fs *c = trans->c; in bch2_backpointer_get_key() local 280 struct bch_fs *c = trans->c; in bch2_backpointer_get_node() local 317 struct bch_fs *c = trans->c; in bch2_check_backpointer_has_valid_bucket() local 360 int bch2_check_btree_backpointers(struct bch_fs *c) in bch2_check_btree_backpointers() 399 struct bch_fs *c = trans->c; in check_extent_checksum() local [all …]
|
D | quota.h | 29 static inline unsigned enabled_qtypes(struct bch_fs *c) in enabled_qtypes() 52 static inline int bch2_quota_acct(struct bch_fs *c, struct bch_qid qid, in bch2_quota_acct() 59 static inline int bch2_quota_transfer(struct bch_fs *c, unsigned qtypes, in bch2_quota_transfer() 67 static inline void bch2_fs_quota_exit(struct bch_fs *c) {} in bch2_fs_quota_exit() 68 static inline void bch2_fs_quota_init(struct bch_fs *c) {} in bch2_fs_quota_init() 69 static inline int bch2_fs_quota_read(struct bch_fs *c) { return 0; } in bch2_fs_quota_read()
|
D | fsck.c | 44 struct bch_fs *c, in dirent_inode_mismatch_msg() 55 static int dirent_points_to_inode(struct bch_fs *c, in dirent_points_to_inode() 184 struct bch_fs *c = trans->c; in __remove_dirent() local 243 struct bch_fs *c = trans->c; in lookup_lostfound() local 416 struct bch_fs *c = trans->c; in reattach_inode() local 545 struct bch_fs *c = trans->c; in remove_backpointer() local 558 struct bch_fs *c = trans->c; in reattach_subvol() local 580 struct bch_fs *c = trans->c; in reconstruct_subvol() local 659 struct bch_fs *c = trans->c; in reconstruct_inode() local 711 static int snapshots_seen_add_inorder(struct bch_fs *c, struct snapshots_seen *s, u32 id) in snapshots_seen_add_inorder() [all …]
|
D | io_read.c | 32 static bool bch2_target_congested(struct bch_fs *c, u16 target) in bch2_target_congested() 67 static bool bch2_target_congested(struct bch_fs *c, u16 target) in bch2_target_congested() 99 static inline int should_promote(struct bch_fs *c, struct bkey_s_c k, in should_promote() 128 static void promote_free(struct bch_fs *c, struct promote_op *op) in promote_free() 145 struct bch_fs *c = op->write.op.c; in promote_done() local 179 struct bch_fs *c = trans->c; in __promote_alloc() local 289 struct bch_fs *c = trans->c; in promote_alloc() local 338 static void bch2_read_err_msg(struct bch_fs *c, struct printbuf *out, in bch2_read_err_msg() 411 static void bch2_read_retry_nodecode(struct bch_fs *c, struct bch_read_bio *rbio, in bch2_read_retry_nodecode() 472 struct bch_fs *c = rbio->c; in bch2_rbio_retry() local [all …]
|
D | sysfs.c | 192 static void bch2_write_refs_to_text(struct printbuf *out, struct bch_fs *c) in bch2_write_refs_to_text() 255 static int bch2_compression_stats_to_text(struct printbuf *out, struct bch_fs *c) in bch2_compression_stats_to_text() 296 static void bch2_gc_gens_pos_to_text(struct printbuf *out, struct bch_fs *c) in bch2_gc_gens_pos_to_text() 304 static void bch2_fs_usage_base_to_text(struct printbuf *out, struct bch_fs *c) in bch2_fs_usage_base_to_text() 320 struct bch_fs *c = container_of(kobj, struct bch_fs, kobj); in SHOW() local 407 struct bch_fs *c = container_of(kobj, struct bch_fs, kobj); in STORE() local 502 struct bch_fs *c = container_of(kobj, struct bch_fs, counters_kobj); in SHOW() local 549 struct bch_fs *c = container_of(kobj, struct bch_fs, internal); in SHOW() local 556 struct bch_fs *c = container_of(kobj, struct bch_fs, internal); in STORE() local 609 struct bch_fs *c = container_of(kobj, struct bch_fs, opts_dir); in SHOW() local [all …]
|
D | fs-io.h | 63 static inline void __bch2_quota_reservation_put(struct bch_fs *c, in __bch2_quota_reservation_put() 75 static inline void bch2_quota_reservation_put(struct bch_fs *c, in bch2_quota_reservation_put() 86 static inline int bch2_quota_reservation_add(struct bch_fs *c, in bch2_quota_reservation_add() 111 static inline void __bch2_quota_reservation_put(struct bch_fs *c, in __bch2_quota_reservation_put() 115 static inline void bch2_quota_reservation_put(struct bch_fs *c, in bch2_quota_reservation_put() 119 static inline int bch2_quota_reservation_add(struct bch_fs *c, in bch2_quota_reservation_add() 133 static inline void bch2_i_sectors_acct(struct bch_fs *c, struct bch_inode_info *inode, in bch2_i_sectors_acct() 180 static inline void bch2_fs_fsio_exit(struct bch_fs *c) {} in bch2_fs_fsio_exit() 181 static inline int bch2_fs_fsio_init(struct bch_fs *c) { return 0; } in bch2_fs_fsio_init()
|
/linux-6.14.4/fs/ubifs/ |
D | sb.c | 54 static int get_default_compressor(struct ubifs_info *c) in get_default_compressor() 75 static int create_default_filesystem(struct ubifs_info *c) in create_default_filesystem() 379 static int validate_sb(struct ubifs_info *c, struct ubifs_sb_node *sup) in validate_sb() 521 static struct ubifs_sb_node *ubifs_read_sb_node(struct ubifs_info *c) in ubifs_read_sb_node() 540 static int authenticate_sb_node(struct ubifs_info *c, in authenticate_sb_node() 615 int ubifs_write_sb_node(struct ubifs_info *c, struct ubifs_sb_node *sup) in ubifs_write_sb_node() 636 int ubifs_read_superblock(struct ubifs_info *c) in ubifs_read_superblock() 795 static int fixup_leb(struct ubifs_info *c, int lnum, int len) in fixup_leb() 823 static int fixup_free_space(struct ubifs_info *c) in fixup_free_space() 906 int ubifs_fixup_free_space(struct ubifs_info *c) in ubifs_fixup_free_space() [all …]
|
D | log.c | 30 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud() 59 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf() 90 static inline long long empty_log_bytes(const struct ubifs_info *c) in empty_log_bytes() 112 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud() 164 int ubifs_add_bud_to_log(struct ubifs_info *c, int jhead, int lnum, int offs) in ubifs_add_bud_to_log() 297 static void remove_buds(struct ubifs_info *c) in remove_buds() 356 int ubifs_log_start_commit(struct ubifs_info *c, int *ltail_lnum) in ubifs_log_start_commit() 466 int ubifs_log_end_commit(struct ubifs_info *c, int ltail_lnum) in ubifs_log_end_commit() 515 int ubifs_log_post_commit(struct ubifs_info *c, int old_ltail_lnum) in ubifs_log_post_commit() 611 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node() [all …]
|
D | journal.c | 81 static void ubifs_add_auth_dirt(struct ubifs_info *c, int lnum) in ubifs_add_auth_dirt() 98 static int reserve_space(struct ubifs_info *c, int jhead, int len) in reserve_space() 225 static int ubifs_hash_nodes(struct ubifs_info *c, void *node, in ubifs_hash_nodes() 268 static int write_head(struct ubifs_info *c, int jhead, void *buf, int len, in write_head() 302 static void __queue_and_wait(struct ubifs_info *c) in __queue_and_wait() 322 static bool wait_for_reservation(struct ubifs_info *c) in wait_for_reservation() 346 static void wake_up_reservation(struct ubifs_info *c) in wake_up_reservation() 368 static void add_or_start_queue(struct ubifs_info *c) in add_or_start_queue() 401 static int make_reservation(struct ubifs_info *c, int jhead, int len) in make_reservation() 522 static inline void release_head(struct ubifs_info *c, int jhead) in release_head() [all …]
|
/linux-6.14.4/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_pipeline.c | 51 struct komeda_component *c; in komeda_pipeline_destroy() local 131 struct komeda_component *c = NULL; in komeda_pipeline_get_component() local 144 struct komeda_component *c = NULL; in komeda_pipeline_get_first_component() local 156 komeda_component_pickup_input(struct komeda_component *c, u32 avail_comps) in komeda_component_pickup_input() 173 struct komeda_component *c; in komeda_component_add() local 233 struct komeda_component *c) in komeda_component_destroy() 238 static void komeda_component_dump(struct komeda_component *c) in komeda_component_dump() 253 struct komeda_component *c; in komeda_pipeline_dump() local 274 static void komeda_component_verify_inputs(struct komeda_component *c) in komeda_component_verify_inputs() 309 struct komeda_component *c; in komeda_pipeline_assemble() local [all …]
|
/linux-6.14.4/fs/jffs2/ |
D | debug.h | 224 #define jffs2_dbg_acct_paranoia_check(c, jeb) \ argument 226 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) \ argument 228 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) \ argument 233 #define jffs2_dbg_acct_paranoia_check(c, jeb) argument 234 #define jffs2_dbg_acct_paranoia_check_nolock(c, jeb) argument 235 #define jffs2_dbg_prewrite_paranoia_check(c, ofs, len) argument 239 #define jffs2_dbg_dump_jeb(c, jeb) \ argument 243 #define jffs2_dbg_dump_block_lists(c) \ argument 245 #define jffs2_dbg_dump_block_lists_nolock(c) \ argument 253 #define jffs2_dbg_dump_node(c, ofs) \ argument [all …]
|
D | erase.c | 28 static void jffs2_erase_block(struct jffs2_sb_info *c, in jffs2_erase_block() 99 int jffs2_erase_pending_blocks(struct jffs2_sb_info *c, int count) in jffs2_erase_pending_blocks() 159 static void jffs2_erase_succeeded(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_erase_succeeded() 172 static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_… in jffs2_erase_failed() 206 static inline void jffs2_remove_node_refs_from_ino_list(struct jffs2_sb_info *c, in jffs2_remove_node_refs_from_ino_list() 287 void jffs2_free_jeb_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_free_jeb_node_refs() 311 static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t … in jffs2_block_check_erase() 397 static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_mark_erased_block()
|
D | debug.c | 28 __jffs2_dbg_acct_sanity_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_sanity_check_nolock() 52 __jffs2_dbg_acct_sanity_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_sanity_check() 125 __jffs2_dbg_prewrite_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_prewrite_paranoia_check() 160 static void __jffs2_dbg_superblock_counts(struct jffs2_sb_info *c) in __jffs2_dbg_superblock_counts() 301 __jffs2_dbg_acct_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check() 310 __jffs2_dbg_acct_paranoia_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check_nolock() 392 __jffs2_dbg_dump_node_refs(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs() 401 __jffs2_dbg_dump_node_refs_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs_nolock() 435 __jffs2_dbg_dump_jeb(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in __jffs2_dbg_dump_jeb() 459 __jffs2_dbg_dump_block_lists(struct jffs2_sb_info *c) in __jffs2_dbg_dump_block_lists() [all …]
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | exceptions.c | 201 __noinline int assert_nz_gfunc(u64 c) in assert_nz_gfunc() 209 __noinline int assert_zero_gfunc(u64 c) in assert_zero_gfunc() 217 __noinline int assert_neg_gfunc(s64 c) in assert_neg_gfunc() 225 __noinline int assert_pos_gfunc(s64 c) in assert_pos_gfunc() 233 __noinline int assert_negeq_gfunc(s64 c) in assert_negeq_gfunc() 241 __noinline int assert_poseq_gfunc(s64 c) in assert_poseq_gfunc() 249 __noinline int assert_nz_gfunc_with(u64 c) in assert_nz_gfunc_with() 257 __noinline int assert_zero_gfunc_with(u64 c) in assert_zero_gfunc_with() 265 __noinline int assert_neg_gfunc_with(s64 c) in assert_neg_gfunc_with() 273 __noinline int assert_pos_gfunc_with(s64 c) in assert_pos_gfunc_with() [all …]
|
/linux-6.14.4/drivers/md/ |
D | dm-bufio.c | 357 struct dm_bufio_client *c; member 1022 static void dm_bufio_lock(struct dm_bufio_client *c) in dm_bufio_lock() 1030 static void dm_bufio_unlock(struct dm_bufio_client *c) in dm_bufio_unlock() 1179 static void *alloc_buffer_data(struct dm_bufio_client *c, gfp_t gfp_mask, in alloc_buffer_data() 1207 static void free_buffer_data(struct dm_bufio_client *c, in free_buffer_data() 1238 static struct dm_buffer *alloc_buffer(struct dm_bufio_client *c, gfp_t gfp_mask) in alloc_buffer() 1265 struct dm_bufio_client *c = b->c; in free_buffer() local 1370 static inline sector_t block_to_sector(struct dm_bufio_client *c, sector_t block) in block_to_sector() 1434 struct dm_bufio_client *c = b->c; in write_endio() local 1511 struct dm_bufio_client *c = context; in is_clean() local [all …]
|
/linux-6.14.4/drivers/platform/surface/aggregator/ |
D | core.c | 130 int ssam_client_link(struct ssam_controller *c, struct device *client) in ssam_client_link() 208 struct ssam_controller *c; in ssam_client_bind() local 260 u32 version, a, b, c; in ssam_log_firmware_version() local 279 u32 version, a, b, c; in firmware_version_show() local 385 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_shutdown() local 415 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_prepare() local 435 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_complete() local 453 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_suspend() local 483 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_resume() local 509 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_freeze() local [all …]
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | tm.S | 20 #define __SAVE_32FPRS_VSRS(n,c,base) \ argument 28 #define __REST_32FPRS_VSRS(n,c,base) \ argument 37 #define __SAVE_32FPRS_VSRS(n,c,base) SAVE_32FPRS(n, base) argument 38 #define __REST_32FPRS_VSRS(n,c,base) REST_32FPRS(n, base) argument 40 #define SAVE_32FPRS_VSRS(n,c,base) \ argument 42 #define REST_32FPRS_VSRS(n,c,base) \ argument
|
/linux-6.14.4/arch/arc/include/asm/ |
D | io.h | 196 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument 197 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument 198 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument 203 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument 204 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) argument 205 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) argument 219 #define readb_relaxed(c) __raw_readb(c) argument 220 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument 222 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument 225 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument [all …]
|
/linux-6.14.4/arch/x86/kernel/cpu/ |
D | topology_common.c | 31 enum x86_topology_cpu_type get_topology_cpu_type(struct cpuinfo_x86 *c) in get_topology_cpu_type() 49 const char *get_topology_cpu_type_name(struct cpuinfo_x86 *c) in get_topology_cpu_type_name() 61 static unsigned int __maybe_unused parse_num_cores_legacy(struct cpuinfo_x86 *c) in parse_num_cores_legacy() 82 struct cpuinfo_x86 *c = tscan->c; in parse_legacy() local 123 struct cpuinfo_x86 *c = tscan->c; in parse_topology() local 179 struct cpuinfo_x86 *c = tscan->c; in topo_set_ids() local 201 void cpu_parse_topology(struct cpuinfo_x86 *c) in cpu_parse_topology() 230 void __init cpu_init_topology(struct cpuinfo_x86 *c) in cpu_init_topology()
|
/linux-6.14.4/arch/loongarch/kernel/ |
D | cpu-probe.c | 30 static inline void cpu_set_fpu_fcsr_mask(struct cpuinfo_loongarch *c) in cpu_set_fpu_fcsr_mask() 65 static void cpu_probe_addrbits(struct cpuinfo_loongarch *c) in cpu_probe_addrbits() 74 static void set_isa(struct cpuinfo_loongarch *c, unsigned int isa) in set_isa() 89 static void cpu_probe_common(struct cpuinfo_loongarch *c) in cpu_probe_common() 231 static inline void cpu_probe_loongson(struct cpuinfo_loongarch *c, unsigned int cpu) in cpu_probe_loongson() 308 struct cpuinfo_loongarch *c = ¤t_cpu_data; in cpu_report() local 319 struct cpuinfo_loongarch *c = ¤t_cpu_data; in cpu_probe() local
|
/linux-6.14.4/arch/mips/include/asm/mach-loongson64/ |
D | cpucfg-emul.h | 15 static inline bool loongson3_cpucfg_emulation_enabled(struct cpuinfo_mips *c) in loongson3_cpucfg_emulation_enabled() 21 static inline u32 loongson3_cpucfg_read_synthesized(struct cpuinfo_mips *c, in loongson3_cpucfg_read_synthesized() 58 static inline void loongson3_cpucfg_synthesize_data(struct cpuinfo_mips *c) in loongson3_cpucfg_synthesize_data() 62 static inline bool loongson3_cpucfg_emulation_enabled(struct cpuinfo_mips *c) in loongson3_cpucfg_emulation_enabled() 67 static inline u32 loongson3_cpucfg_read_synthesized(struct cpuinfo_mips *c, in loongson3_cpucfg_read_synthesized()
|