/openbmc/linux/fs/ubifs/ |
H A D | lprops.c | 50 static void move_up_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in move_up_lpt_heap() 87 static void adjust_lpt_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, in adjust_lpt_heap() 166 static int add_to_lpt_heap(struct ubifs_info *c, struct ubifs_lprops *lprops, in add_to_lpt_heap() 214 static void remove_from_lpt_heap(struct ubifs_info *c, in remove_from_lpt_heap() 243 static void lpt_heap_replace(struct ubifs_info *c, in lpt_heap_replace() 261 void ubifs_add_to_cat(struct ubifs_info *c, struct ubifs_lprops *lprops, in ubifs_add_to_cat() 304 static void ubifs_remove_from_cat(struct ubifs_info *c, in ubifs_remove_from_cat() 341 void ubifs_replace_cat(struct ubifs_info *c, struct ubifs_lprops *old_lprops, in ubifs_replace_cat() 373 void ubifs_ensure_cat(struct ubifs_info *c, struct ubifs_lprops *lprops) in ubifs_ensure_cat() 396 int ubifs_categorize_lprops(const struct ubifs_info *c, in ubifs_categorize_lprops() [all …]
|
H A D | auth.c | 29 int __ubifs_node_calc_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_calc_hash() 46 static int ubifs_hash_calc_hmac(const struct ubifs_info *c, const u8 *hash, in ubifs_hash_calc_hmac() 63 int ubifs_prepare_auth_node(struct ubifs_info *c, void *node, in ubifs_prepare_auth_node() 90 static struct shash_desc *ubifs_get_desc(const struct ubifs_info *c, in ubifs_get_desc() 121 struct shash_desc *__ubifs_hash_get_desc(const struct ubifs_info *c) in __ubifs_hash_get_desc() 137 void ubifs_bad_hash(const struct ubifs_info *c, const void *node, const u8 *hash, in ubifs_bad_hash() 163 int __ubifs_node_check_hash(const struct ubifs_info *c, const void *node, in __ubifs_node_check_hash() 191 int ubifs_sb_verify_signature(struct ubifs_info *c, in ubifs_sb_verify_signature() 256 int ubifs_init_authentication(struct ubifs_info *c) in ubifs_init_authentication() 366 void __ubifs_exit_authentication(struct ubifs_info *c) in __ubifs_exit_authentication() [all …]
|
H A D | io.c | 70 void ubifs_ro_mode(struct ubifs_info *c, int err) in ubifs_ro_mode() 87 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs, in ubifs_leb_read() 105 int ubifs_leb_write(struct ubifs_info *c, int lnum, const void *buf, int offs, in ubifs_leb_write() 126 int ubifs_leb_change(struct ubifs_info *c, int lnum, const void *buf, int len) in ubifs_leb_change() 146 int ubifs_leb_unmap(struct ubifs_info *c, int lnum) in ubifs_leb_unmap() 165 int ubifs_leb_map(struct ubifs_info *c, int lnum) in ubifs_leb_map() 184 int ubifs_is_mapped(const struct ubifs_info *c, int lnum) in ubifs_is_mapped() 244 int ubifs_check_node(const struct ubifs_info *c, const void *buf, int len, in ubifs_check_node() 328 void ubifs_pad(const struct ubifs_info *c, void *buf, int pad) in ubifs_pad() 358 static unsigned long long next_sqnum(struct ubifs_info *c) in next_sqnum() [all …]
|
H A D | tnc.c | 47 static void do_insert_old_idx(struct ubifs_info *c, in do_insert_old_idx() 98 static int insert_old_idx(struct ubifs_info *c, int lnum, int offs) in insert_old_idx() 119 int insert_old_idx_znode(struct ubifs_info *c, struct ubifs_znode *znode) in insert_old_idx_znode() 141 static int ins_clr_old_idx_znode(struct ubifs_info *c, in ins_clr_old_idx_znode() 180 void destroy_old_idx(struct ubifs_info *c) in destroy_old_idx() 197 static struct ubifs_znode *copy_znode(struct ubifs_info *c, in copy_znode() 221 static int add_idx_dirt(struct ubifs_info *c, int lnum, int dirt) in add_idx_dirt() 236 static void replace_znode(struct ubifs_info *c, struct ubifs_znode *new_zn, in replace_znode() 270 static struct ubifs_znode *dirty_cow_znode(struct ubifs_info *c, in dirty_cow_znode() 343 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add() [all …]
|
H A D | orphan.c | 45 static struct ubifs_orphan *orphan_add(struct ubifs_info *c, ino_t inum, in orphan_add() 96 static struct ubifs_orphan *lookup_orphan(struct ubifs_info *c, ino_t inum) in lookup_orphan() 115 static void __orphan_drop(struct ubifs_info *c, struct ubifs_orphan *o) in __orphan_drop() 129 static void orphan_delete(struct ubifs_info *c, struct ubifs_orphan *orph) in orphan_delete() 155 int ubifs_add_orphan(struct ubifs_info *c, ino_t inum) in ubifs_add_orphan() 207 void ubifs_delete_orphan(struct ubifs_info *c, ino_t inum) in ubifs_delete_orphan() 238 int ubifs_orphan_start_commit(struct ubifs_info *c) in ubifs_orphan_start_commit() 272 static int avail_orphs(struct ubifs_info *c) in avail_orphs() 292 static int tot_avail_orphs(struct ubifs_info *c) in tot_avail_orphs() 312 static int do_write_orph_node(struct ubifs_info *c, int len, int atomic) in do_write_orph_node() [all …]
|
H A D | lpt.c | 46 static void do_calc_lpt_geom(struct ubifs_info *c) in do_calc_lpt_geom() 125 int ubifs_calc_lpt_geom(struct ubifs_info *c) in ubifs_calc_lpt_geom() 162 static int calc_dflt_lpt_geom(struct ubifs_info *c, int *main_lebs, in calc_dflt_lpt_geom() 222 static void pack_bits(const struct ubifs_info *c, uint8_t **addr, int *pos, uint32_t val, int nrbit… in pack_bits() 273 uint32_t ubifs_unpack_bits(const struct ubifs_info *c, uint8_t **addr, int *pos, int nrbits) in ubifs_unpack_bits() 340 void ubifs_pack_pnode(struct ubifs_info *c, void *buf, in ubifs_pack_pnode() 373 void ubifs_pack_nnode(struct ubifs_info *c, void *buf, in ubifs_pack_nnode() 405 void ubifs_pack_ltab(struct ubifs_info *c, void *buf, in ubifs_pack_ltab() 430 void ubifs_pack_lsave(struct ubifs_info *c, void *buf, int *lsave) in ubifs_pack_lsave() 452 void ubifs_add_lpt_dirt(struct ubifs_info *c, int lnum, int dirty) in ubifs_add_lpt_dirt() [all …]
|
/openbmc/qemu/block/ |
H A D | qcow2-cache.c | 49 static inline void *qcow2_cache_get_table_addr(Qcow2Cache *c, int table) in qcow2_cache_get_table_addr() argument 54 static inline int qcow2_cache_get_table_idx(Qcow2Cache *c, void *table) in qcow2_cache_get_table_idx() 62 static inline const char *qcow2_cache_get_name(BDRVQcow2State *s, Qcow2Cache *c) in qcow2_cache_get_name() 74 static void qcow2_cache_table_release(Qcow2Cache *c, int i, int num_tables) in qcow2_cache_table_release() 89 static inline bool can_clean_entry(Qcow2Cache *c, int i) in can_clean_entry() 96 void qcow2_cache_clean_unused(Qcow2Cache *c) in qcow2_cache_clean_unused() 127 Qcow2Cache *c; in qcow2_cache_create() local 151 int qcow2_cache_destroy(Qcow2Cache *c) in qcow2_cache_destroy() 167 qcow2_cache_flush_dependency(BlockDriverState *bs, Qcow2Cache *c) in qcow2_cache_flush_dependency() 183 qcow2_cache_entry_flush(BlockDriverState *bs, Qcow2Cache *c, int i) in qcow2_cache_entry_flush() [all …]
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-cond.h | 63 static inline TCGCond tcg_invert_cond(TCGCond c) in tcg_invert_cond() 69 static inline TCGCond tcg_swap_cond(TCGCond c) in tcg_swap_cond() 75 static inline bool is_signed_cond(TCGCond c) in is_signed_cond() 81 static inline bool is_unsigned_cond(TCGCond c) in is_unsigned_cond() 87 static inline bool is_tst_cond(TCGCond c) in is_tst_cond() 93 static inline TCGCond tcg_unsigned_cond(TCGCond c) in tcg_unsigned_cond() 99 static inline TCGCond tcg_signed_cond(TCGCond c) in tcg_signed_cond() 105 static inline TCGCond tcg_tst_eqne_cond(TCGCond c) in tcg_tst_eqne_cond() 111 static inline TCGCond tcg_tst_ltge_cond(TCGCond c) in tcg_tst_ltge_cond() 120 static inline TCGCond tcg_high_cond(TCGCond c) in tcg_high_cond()
|
/openbmc/linux/scripts/dtc/ |
H A D | checks.c | 10 #define TRACE(c, ...) \ argument 17 #define TRACE(c, fmt, ...) do { } while (0) argument 61 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg() 119 #define FAIL(c, dti, node, ...) \ argument 126 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 134 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 154 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 199 static inline void check_always_fail(struct check *c, struct dt_info *dti, in check_always_fail() 206 static void check_is_string(struct check *c, struct dt_info *dti, in check_is_string() 224 static void check_is_string_list(struct check *c, struct dt_info *dti, in check_is_string_list() [all …]
|
/openbmc/linux/drivers/most/ |
H A D | core.c | 102 struct most_channel *c = mbo->context; in most_free_mbo_coherent() local 118 static void flush_channel_fifos(struct most_channel *c) in flush_channel_fifos() 152 static int flush_trash_fifo(struct most_channel *c) in flush_trash_fifo() 172 struct most_channel *c = to_channel(dev); in available_directions_show() local 188 struct most_channel *c = to_channel(dev); in available_datatypes_show() local 208 struct most_channel *c = to_channel(dev); in number_of_packet_buffers_show() local 219 struct most_channel *c = to_channel(dev); in number_of_stream_buffers_show() local 230 struct most_channel *c = to_channel(dev); in size_of_packet_buffer_show() local 241 struct most_channel *c = to_channel(dev); in size_of_stream_buffer_show() local 252 struct most_channel *c = to_channel(dev); in channel_starving_show() local [all …]
|
/openbmc/linux/drivers/mmc/core/ |
H A D | card.h | 15 #define mmc_card_name(c) ((c)->cid.prod_name) argument 16 #define mmc_card_id(c) (dev_name(&(c)->dev)) argument 27 #define mmc_card_present(c) ((c)->state & MMC_STATE_PRESENT) argument 28 #define mmc_card_readonly(c) ((c)->state & MMC_STATE_READONLY) argument 29 #define mmc_card_blockaddr(c) ((c)->state & MMC_STATE_BLOCKADDR) argument 30 #define mmc_card_ext_capacity(c) ((c)->state & MMC_CARD_SDXC) argument 31 #define mmc_card_removed(c) ((c) && ((c)->state & MMC_CARD_REMOVED)) argument 32 #define mmc_card_suspended(c) ((c)->state & MMC_STATE_SUSPENDED) argument 34 #define mmc_card_set_present(c) ((c)->state |= MMC_STATE_PRESENT) argument 35 #define mmc_card_set_readonly(c) ((c)->state |= MMC_STATE_READONLY) argument [all …]
|
/openbmc/linux/fs/jffs2/ |
H A D | nodelist.c | 26 void jffs2_add_fd_to_list(struct jffs2_sb_info *c, struct jffs2_full_dirent *new, struct jffs2_full… in jffs2_add_fd_to_list() 59 uint32_t jffs2_truncate_fragtree(struct jffs2_sb_info *c, struct rb_root *list, uint32_t size) in jffs2_truncate_fragtree() 101 static void jffs2_obsolete_node_frag(struct jffs2_sb_info *c, in jffs2_obsolete_node_frag() 169 static int no_overlapping_node(struct jffs2_sb_info *c, struct rb_root *root, in no_overlapping_node() 215 static int jffs2_add_frag_to_fragtree(struct jffs2_sb_info *c, struct rb_root *root, struct jffs2_n… in jffs2_add_frag_to_fragtree() 363 int jffs2_add_full_dnode_to_inode(struct jffs2_sb_info *c, struct jffs2_inode_info *f, struct jffs2… in jffs2_add_full_dnode_to_inode() 408 void jffs2_set_inocache_state(struct jffs2_sb_info *c, struct jffs2_inode_cache *ic, int state) in jffs2_set_inocache_state() 421 struct jffs2_inode_cache *jffs2_get_ino_cache(struct jffs2_sb_info *c, uint32_t ino) in jffs2_get_ino_cache() 436 void jffs2_add_ino_cache (struct jffs2_sb_info *c, struct jffs2_inode_cache *new) in jffs2_add_ino_cache() 457 void jffs2_del_ino_cache(struct jffs2_sb_info *c, struct jffs2_inode_cache *old) in jffs2_del_ino_cache() [all …]
|
H A D | xattr.c | 71 static int is_xattr_datum_unchecked(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in is_xattr_datum_unchecked() 87 static void unload_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in unload_xattr_datum() 102 static void reclaim_xattr_datum(struct jffs2_sb_info *c) in reclaim_xattr_datum() 132 static int do_verify_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in do_verify_xattr_datum() 204 static int do_load_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in do_load_xattr_datum() 263 static int load_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in load_xattr_datum() 284 static int save_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in save_xattr_datum() 336 static struct jffs2_xattr_datum *create_xattr_datum(struct jffs2_sb_info *c, in create_xattr_datum() 404 static void unrefer_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in unrefer_xattr_datum() 444 static int verify_xattr_ref(struct jffs2_sb_info *c, struct jffs2_xattr_ref *ref) in verify_xattr_ref() [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | pflash-cfi02-test.c | 67 static FlashConfig expand_config_defaults(const FlashConfig *c) in expand_config_defaults() 88 static inline uint64_t device_mask(const FlashConfig *c) in device_mask() 96 static inline uint64_t bank_mask(const FlashConfig *c) in bank_mask() 104 static inline void flash_write(const FlashConfig *c, uint64_t byte_addr, in flash_write() 128 static inline uint64_t flash_read(const FlashConfig *c, uint64_t byte_addr) in flash_read() 149 static inline uint64_t as_byte_addr(const FlashConfig *c, faddr flash_addr) in as_byte_addr() 165 static inline uint64_t replicate(const FlashConfig *c, uint64_t data) in replicate() 172 static inline void flash_cmd(const FlashConfig *c, faddr cmd_addr, in flash_cmd() 178 static inline uint64_t flash_query(const FlashConfig *c, faddr query_addr) in flash_query() 183 static inline uint64_t flash_query_1(const FlashConfig *c, faddr query_addr) in flash_query_1() [all …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | tnc.c | 71 static int insert_old_idx(struct ubifs_info *c, int lnum, int offs) in insert_old_idx() 112 int insert_old_idx_znode(struct ubifs_info *c, struct ubifs_znode *znode) in insert_old_idx_znode() 134 static int ins_clr_old_idx_znode(struct ubifs_info *c, in ins_clr_old_idx_znode() 173 void destroy_old_idx(struct ubifs_info *c) in destroy_old_idx() 190 static struct ubifs_znode *copy_znode(struct ubifs_info *c, in copy_znode() 232 static int add_idx_dirt(struct ubifs_info *c, int lnum, int dirt) in add_idx_dirt() 245 static struct ubifs_znode *dirty_cow_znode(struct ubifs_info *c, in dirty_cow_znode() 307 static int lnc_add(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add() 343 static int lnc_add_directly(struct ubifs_info *c, struct ubifs_zbranch *zbr, in lnc_add_directly() 386 static int tnc_read_node_nm(struct ubifs_info *c, struct ubifs_zbranch *zbr, in tnc_read_node_nm() [all …]
|
H A D | super.c | 204 static int validate_inode(struct ubifs_info *c, const struct inode *inode) in validate_inode() 243 struct ubifs_info *c = sb->s_fs_info; in ubifs_iget() local 476 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_inode() local 520 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_evict_inode() local 579 struct ubifs_info *c = dentry->d_sb->s_fs_info; in ubifs_statfs() local 606 struct ubifs_info *c = root->d_sb->s_fs_info; in ubifs_show_options() local 634 struct ubifs_info *c = sb->s_fs_info; in ubifs_sync_fs() local 678 static int init_constants_early(struct ubifs_info *c) in init_constants_early() 819 static int bud_wbuf_callback(struct ubifs_info *c, int lnum, int free, int pad) in bud_wbuf_callback() 833 static int init_constants_sb(struct ubifs_info *c) in init_constants_sb() [all …]
|
H A D | debug.c | 100 const char *dbg_snprintf_key(const struct ubifs_info *c, in dbg_snprintf_key() 232 void ubifs_dump_inode(struct ubifs_info *c, const struct inode *inode) in ubifs_dump_inode() 302 void ubifs_dump_node(const struct ubifs_info *c, const void *node) in ubifs_dump_node() 579 void ubifs_dump_budg(struct ubifs_info *c, const struct ubifs_budg_info *bi) in ubifs_dump_budg() 647 void ubifs_dump_budg(struct ubifs_info *c, const struct ubifs_budg_info *bi) in ubifs_dump_budg() 652 void ubifs_dump_lprop(const struct ubifs_info *c, const struct ubifs_lprops *lp) in ubifs_dump_lprop() 743 void ubifs_dump_lprops(struct ubifs_info *c) in ubifs_dump_lprops() 765 void ubifs_dump_lpt_info(struct ubifs_info *c) in ubifs_dump_lpt_info() 803 void ubifs_dump_sleb(const struct ubifs_info *c, in ubifs_dump_sleb() 819 void ubifs_dump_leb(const struct ubifs_info *c, int lnum) in ubifs_dump_leb() [all …]
|
H A D | io.c | 75 void ubifs_ro_mode(struct ubifs_info *c, int err) in ubifs_ro_mode() 92 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs, in ubifs_leb_read() 110 int ubifs_leb_write(struct ubifs_info *c, int lnum, const void *buf, int offs, in ubifs_leb_write() 133 int ubifs_leb_change(struct ubifs_info *c, int lnum, const void *buf, int len) in ubifs_leb_change() 155 int ubifs_leb_unmap(struct ubifs_info *c, int lnum) in ubifs_leb_unmap() 176 int ubifs_leb_map(struct ubifs_info *c, int lnum) in ubifs_leb_map() 197 int ubifs_is_mapped(const struct ubifs_info *c, int lnum) in ubifs_is_mapped() 238 int ubifs_check_node(const struct ubifs_info *c, const void *buf, int lnum, in ubifs_check_node() 319 void ubifs_pad(const struct ubifs_info *c, void *buf, int pad) in ubifs_pad() 349 static unsigned long long next_sqnum(struct ubifs_info *c) in next_sqnum() [all …]
|
H A D | lpt.c | 53 static void do_calc_lpt_geom(struct ubifs_info *c) in do_calc_lpt_geom() 132 int ubifs_calc_lpt_geom(struct ubifs_info *c) in ubifs_calc_lpt_geom() 169 static int calc_dflt_lpt_geom(struct ubifs_info *c, int *main_lebs, in calc_dflt_lpt_geom() 345 void ubifs_pack_pnode(struct ubifs_info *c, void *buf, in ubifs_pack_pnode() 378 void ubifs_pack_nnode(struct ubifs_info *c, void *buf, in ubifs_pack_nnode() 410 void ubifs_pack_ltab(struct ubifs_info *c, void *buf, in ubifs_pack_ltab() 435 void ubifs_pack_lsave(struct ubifs_info *c, void *buf, int *lsave) in ubifs_pack_lsave() 457 void ubifs_add_lpt_dirt(struct ubifs_info *c, int lnum, int dirty) in ubifs_add_lpt_dirt() 474 static void set_ltab(struct ubifs_info *c, int lnum, int free, int dirty) in set_ltab() 489 void ubifs_add_nnode_dirt(struct ubifs_info *c, struct ubifs_nnode *nnode) in ubifs_add_nnode_dirt() [all …]
|
/openbmc/u-boot/scripts/dtc/ |
H A D | checks.c | 24 #define TRACE(c, ...) \ argument 31 #define TRACE(c, fmt, ...) do { } while (0) argument 75 static inline void PRINTF(5, 6) check_msg(struct check *c, struct dt_info *dti, in check_msg() 100 #define FAIL(c, dti, node, ...) \ argument 107 #define FAIL_PROP(c, dti, node, prop, ...) \ argument 115 static void check_nodes_props(struct check *c, struct dt_info *dti, struct node *node) in check_nodes_props() 127 static bool run_check(struct check *c, struct dt_info *dti) in run_check() 172 static inline void check_always_fail(struct check *c, struct dt_info *dti, in check_always_fail() 179 static void check_is_string(struct check *c, struct dt_info *dti, in check_is_string() 197 static void check_is_string_list(struct check *c, struct dt_info *dti, in check_is_string_list() [all …]
|
/openbmc/linux/arch/mips/loongson64/ |
H A D | cpucfg-emul.c | 12 static bool is_loongson(struct cpuinfo_mips *c) in is_loongson() 27 static u32 get_loongson_fprev(struct cpuinfo_mips *c) in get_loongson_fprev() 50 static void probe_uca(struct cpuinfo_mips *c) in probe_uca() 56 static void decode_loongson_config6(struct cpuinfo_mips *c) in decode_loongson_config6() 68 static void patch_cpucfg_sel1(struct cpuinfo_mips *c) in patch_cpucfg_sel1() 86 static void patch_cpucfg_sel2(struct cpuinfo_mips *c) in patch_cpucfg_sel2() 107 static void patch_cpucfg_sel3(struct cpuinfo_mips *c) in patch_cpucfg_sel3() 124 void loongson3_cpucfg_synthesize_data(struct cpuinfo_mips *c) in loongson3_cpucfg_synthesize_data()
|
/openbmc/linux/kernel/bpf/ |
H A D | memalloc.c | 136 static void *__alloc(struct bpf_mem_cache *c, int node, gfp_t flags) in __alloc() 154 static struct mem_cgroup *get_memcg(const struct bpf_mem_cache *c) in get_memcg() 168 static void inc_active(struct bpf_mem_cache *c, unsigned long *flags) in inc_active() 186 static void dec_active(struct bpf_mem_cache *c, unsigned long *flags) in dec_active() 193 static void add_obj_to_free_list(struct bpf_mem_cache *c, void *obj) in add_obj_to_free_list() 204 static void alloc_bulk(struct bpf_mem_cache *c, int cnt, int node, bool atomic) in alloc_bulk() 279 struct bpf_mem_cache *c = container_of(head, struct bpf_mem_cache, rcu_ttrace); in __free_rcu() local 296 static void enque_to_free(struct bpf_mem_cache *c, void *obj) in enque_to_free() 306 static void do_call_rcu_ttrace(struct bpf_mem_cache *c) in do_call_rcu_ttrace() 335 static void free_bulk(struct bpf_mem_cache *c) in free_bulk() [all …]
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | arch_gicv3.h | 165 #define gic_write_irouter(v, c) __gic_writeq_nonatomic(v, c) argument 170 #define gic_read_typer(c) __gic_readq_nonatomic(c) argument 175 #define gits_read_baser(c) __gic_readq_nonatomic(c) argument 176 #define gits_write_baser(v, c) __gic_writeq_nonatomic(v, c) argument 182 #define gicr_read_propbaser(c) __gic_readq_nonatomic(c) argument 183 #define gicr_write_propbaser(v, c) __gic_writeq_nonatomic(v, c) argument 184 #define gicr_read_pendbaser(c) __gic_readq_nonatomic(c) argument 185 #define gicr_write_pendbaser(v, c) __gic_writeq_nonatomic(v, c) argument 190 #define gic_read_lpir(c) readl_relaxed(c) argument 191 #define gic_write_lpir(v, c) writel_relaxed(lower_32_bits(v), c) argument [all …]
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | opcodes.h | 18 #define CRC32C(a,b,c) \ argument 30 #define AES_EROUND01(a,b,c,d) \ argument 32 #define AES_EROUND23(a,b,c,d) \ argument 34 #define AES_DROUND01(a,b,c,d) \ argument 36 #define AES_DROUND23(a,b,c,d) \ argument 38 #define AES_EROUND01_L(a,b,c,d) \ argument 40 #define AES_EROUND23_L(a,b,c,d) \ argument 42 #define AES_DROUND01_L(a,b,c,d) \ argument 44 #define AES_DROUND23_L(a,b,c,d) \ argument 46 #define AES_KEXPAND1(a,b,c,d) \ argument [all …]
|
/openbmc/linux/arch/mips/alchemy/common/ |
H A D | clock.c | 245 struct clk *c; in alchemy_clk_setup_aux() local 276 struct clk *c; in alchemy_clk_setup_sysbus() local 290 struct clk *c; in alchemy_clk_setup_periph() local 305 struct clk *c; in alchemy_clk_setup_mem() local 344 struct clk *c; in alchemy_clk_setup_lrclk() local 493 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_en() local 507 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_isen() local 515 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_dis() local 527 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_setp() local 544 struct alchemy_fgcs_clk *c = to_fgcs_clk(hw); in alchemy_clk_fgv1_getp() local [all …]
|