Searched refs:dump_header (Results 1 – 6 of 6) sorted by relevance
368 dump_header->error = cpu_to_be32(error); in nfp_dump_error_tlv()376 struct nfp_dump_tl *dump_header = dump->p; in nfp_dump_fwname() local398 struct nfp_dump_tl *dump_header = dump->p; in nfp_dump_hwinfo() local419 struct nfp_dump_tl *dump_header = dump->p; in nfp_dump_hwinfo_field() local459 struct nfp_dump_csr *dump_header = dump->p; in nfp_dump_csr_range() local480 dump_header->cpp = spec_csr->cpp; in nfp_dump_csr_range()496 dump_header->error = cpu_to_be32(err); in nfp_dump_csr_range()585 dump_header->cpp = spec_csr->cpp; in nfp_dump_indirect_csr_range()594 dump_header->error = cpu_to_be32(err); in nfp_dump_indirect_csr_range()640 dump_header->padded_name_length = in nfp_dump_single_rtsym()[all …]
209 goto dump_header; in panfrost_core_dump()216 goto dump_header; in panfrost_core_dump()235 dump_header: panfrost_core_dump_header(&iter, PANFROSTDUMP_BUF_BO, iter.data + in panfrost_core_dump()
303 #define dump_header(_a) _dump_header(_a, __func__, __LINE__) macro629 dump_header(header); in update_flash_db()741 dump_header(header); in ps3_os_area_save_params()748 dump_header(header); in ps3_os_area_save_params()
38 struct dump_header { struct
730 regdump_len += sizeof(struct dump_header); in bnx2x_get_regs_len()968 struct dump_header dump_hdr = {0}; in bnx2x_get_regs()983 dump_hdr.header_size = (sizeof(struct dump_header) / 4) - 1; in bnx2x_get_regs()1003 memcpy(p, &dump_hdr, sizeof(struct dump_header)); in bnx2x_get_regs()1026 regdump_len += sizeof(struct dump_header); in bnx2x_get_preset_regs_len()1063 struct dump_header dump_hdr = {0}; in bnx2x_get_dump_data()1072 dump_hdr.header_size = (sizeof(struct dump_header) / 4) - 1; in bnx2x_get_dump_data()1094 memcpy(p, &dump_hdr, sizeof(struct dump_header)); in bnx2x_get_dump_data()
454 static void dump_header(struct oom_control *oc) in dump_header() function1035 dump_header(oc); in oom_kill_process()1079 dump_header(oc); in check_panic_on_oom()1162 dump_header(oc); in out_of_memory()
Completed in 23 milliseconds