Searched refs:cbh (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/arch/x86/lib/ |
H A D | coreboot_table.c | 55 static void cb_table_init(struct cb_header *cbh) in cb_table_init() argument 57 memset(cbh, 0, sizeof(struct cb_header)); in cb_table_init() 58 memcpy(cbh->signature, "LBIO", 4); in cb_table_init() 59 cbh->header_bytes = sizeof(struct cb_header); in cb_table_init() 72 static u32 cb_table_add_entry(struct cb_header *cbh, struct cb_record *cbr) in cb_table_add_entry() argument 74 cbh->table_bytes += cbr->size; in cb_table_add_entry() 75 cbh->table_entries++; in cb_table_add_entry() 88 static void cb_table_finalize(struct cb_header *cbh) in cb_table_finalize() argument 90 struct cb_record *cbr = (struct cb_record *)(cbh + 1); in cb_table_finalize() 92 cbh->table_checksum = compute_ip_checksum(cbr, cbh->table_bytes); in cb_table_finalize() [all …]
|
/openbmc/linux/fs/jbd2/ |
H A D | commit.c | 116 struct buffer_head **cbh, in journal_submit_commit_record() argument 124 *cbh = NULL; in journal_submit_commit_record() 157 *cbh = bh; in journal_submit_commit_record() 368 struct buffer_head *cbh = NULL; /* For transactional checksums */ in jbd2_journal_commit_transaction() local 790 &cbh, crc32_sum); in jbd2_journal_commit_transaction() 883 &cbh, crc32_sum); in jbd2_journal_commit_transaction() 887 if (cbh) in jbd2_journal_commit_transaction() 888 err = journal_wait_on_commit_record(journal, cbh); in jbd2_journal_commit_transaction()
|
H A D | recovery.c | 810 struct commit_header *cbh = in do_one_pass() local 813 be32_to_cpu(cbh->h_chksum[0]); in do_one_pass() 824 cbh->h_chksum_type == in do_one_pass() 826 cbh->h_chksum_size == in do_one_pass() 828 (cbh->h_chksum_type == 0 && in do_one_pass() 829 cbh->h_chksum_size == 0 && in do_one_pass()
|
/openbmc/linux/fs/nilfs2/ |
H A D | btree.c | 2126 struct buffer_head *cbh; in nilfs_btree_add_dirty_buffer() local 2147 cbh = list_entry(head, struct buffer_head, b_assoc_buffers); in nilfs_btree_add_dirty_buffer() 2148 cnode = (struct nilfs_btree_node *)cbh->b_data; in nilfs_btree_add_dirty_buffer()
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 828 bool cbh, bool is_sub) 834 if (cbl && cbh && bh == -1 && bl != 0) { 842 if (!cbh) {
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1093 bool cbl, bool cbh, bool is_sub, bool is32bit) 1102 if (cbl && cbh && bh == -1 && bl != 0) { 1110 if (!cbh) {
|