/linux/drivers/acpi/apei/ |
A D | ghes.c | 252 if (!ghes->estatus) { in ghes_new() 271 kfree(ghes->estatus); in ghes_fini() 324 if (len < sizeof(*estatus)) { in __ghes_check_estatus() 361 ghes_copy_tofrom_phys(estatus, *buf_paddr, sizeof(*estatus), 1, in __ghes_peek_estatus() 363 if (!estatus->block_status) { in __ghes_peek_estatus() 400 cper_estatus_len(estatus)); in ghes_read_estatus() 407 estatus->block_status = 0; in ghes_clear_estatus() 725 len = cper_estatus_len(estatus); in ghes_estatus_cached() 760 len = cper_estatus_len(estatus); in ghes_estatus_cache_alloc() 856 struct acpi_hest_generic_status *estatus = ghes->estatus; in ghes_proc() local [all …]
|
A D | bert.c | 38 struct acpi_hest_generic_status *estatus = in bert_print_all() local 44 estatus_len = cper_estatus_len(estatus); in bert_print_all() 52 if (!estatus->block_status) in bert_print_all() 55 if (cper_estatus_check(estatus)) { in bert_print_all() 62 cper_estatus_print(KERN_INFO HW_ERR, estatus); in bert_print_all() 69 estatus->block_status = 0; in bert_print_all() 71 estatus = (void *)estatus + estatus_len; in bert_print_all()
|
A D | apei-internal.h | 124 static inline u32 cper_estatus_len(struct acpi_hest_generic_status *estatus) in cper_estatus_len() argument 126 if (estatus->raw_data_length) in cper_estatus_len() 127 return estatus->raw_data_offset + \ in cper_estatus_len() 128 estatus->raw_data_length; in cper_estatus_len() 130 return sizeof(*estatus) + estatus->data_length; in cper_estatus_len() 134 const struct acpi_hest_generic_status *estatus); 135 int cper_estatus_check_header(const struct acpi_hest_generic_status *estatus); 136 int cper_estatus_check(const struct acpi_hest_generic_status *estatus);
|
/linux/drivers/acpi/ |
A D | acpi_extlog.c | 75 struct acpi_hest_generic_status *estatus; in extlog_elog_entry_check() local 87 if (estatus->block_status == 0) in extlog_elog_entry_check() 90 return estatus; in extlog_elog_entry_check() 101 if (estatus->error_severity <= CPER_SEV_CORRECTED) in __print_extlog_rcd() 109 cper_estatus_print(pfx_seq, estatus); in __print_extlog_rcd() 120 if (estatus->error_severity == CPER_SEV_CORRECTED || in print_extlog_rcd() 126 __print_extlog_rcd(pfx, estatus, cpu); in print_extlog_rcd() 139 struct acpi_hest_generic_status *estatus, *tmp; in extlog_print() local 146 estatus = extlog_elog_entry_check(cpu, bank); in extlog_print() 150 memcpy(elog_buf, (void *)estatus, ELOG_ENTRY_LEN); in extlog_print() [all …]
|
/linux/include/acpi/ |
A D | ghes.h | 23 struct acpi_hest_generic_status *estatus; member 137 #define apei_estatus_for_each_section(estatus, section) \ argument 138 for (section = (struct acpi_hest_generic_data *)(estatus + 1); \ 139 (void *)section - (void *)(estatus + 1) < estatus->data_length; \
|
/linux/drivers/firmware/efi/ |
A D | cper.c | 587 const struct acpi_hest_generic_status *estatus) in cper_estatus_print() argument 594 severity = estatus->error_severity; in cper_estatus_print() 602 apei_estatus_for_each_section(estatus, gdata) { in cper_estatus_print() 611 if (estatus->data_length && in cper_estatus_check_header() 612 estatus->data_length < sizeof(struct acpi_hest_generic_data)) in cper_estatus_check_header() 614 if (estatus->raw_data_length && in cper_estatus_check_header() 615 estatus->raw_data_offset < sizeof(*estatus) + estatus->data_length) in cper_estatus_check_header() 622 int cper_estatus_check(const struct acpi_hest_generic_status *estatus) in cper_estatus_check() argument 628 rc = cper_estatus_check_header(estatus); in cper_estatus_check() 632 data_len = estatus->data_length; in cper_estatus_check() [all …]
|
/linux/arch/nios2/kernel/ |
A D | process.c | 96 regs->ea, regs->estatus); in show_regs() 119 childregs->estatus = STATUS_PIE; in copy_thread() 175 (long) fp->estatus, (long) fp); in dump() 247 regs->estatus = ESTATUS_EPIE | ESTATUS_EU; in start_thread()
|
A D | insnemu.S | 40 wrctl estatus, et 140 rdctl r5, estatus 545 wrctl estatus, r5
|
A D | asm-offsets.c | 49 OFFSET(PT_ESTATUS, pt_regs, estatus); in main()
|
A D | kgdb.c | 54 { "estatus", GDB_SIZEOF_REG, offsetof(struct pt_regs, estatus) },
|
/linux/arch/nios2/include/asm/ |
A D | ptrace.h | 43 unsigned long estatus; member 66 #define user_mode(regs) (((regs)->estatus & ESTATUS_EU))
|
A D | entry.h | 24 rdctl r24, estatus 59 rdctl r24, estatus 84 wrctl estatus, r24
|
A D | elf.h | 58 pr_reg[20] = regs->estatus; \
|
/linux/drivers/net/ethernet/freescale/ |
A D | fec_main.c | 423 unsigned int estatus = 0; in fec_enet_txq_submit_frag_skb() local 444 estatus |= BD_ENET_TX_INT; in fec_enet_txq_submit_frag_skb() 447 estatus |= BD_ENET_TX_TS; in fec_enet_txq_submit_frag_skb() 511 unsigned int estatus = 0; in fec_enet_txq_submit_skb() local 569 estatus = BD_ENET_TX_INT; in fec_enet_txq_submit_skb() 572 estatus |= BD_ENET_TX_TS; in fec_enet_txq_submit_skb() 593 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_skb() 637 unsigned int estatus = 0; in fec_enet_txq_put_data_tso() local 671 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_put_data_tso() 699 unsigned int estatus = 0; in fec_enet_txq_put_hdr_tso() local [all …]
|
/linux/drivers/net/ethernet/intel/e1000e/ |
A D | e1000.h | 185 u16 estatus; /* extended status register */ member
|
A D | netdev.c | 5067 ret_val |= e1e_rphy(hw, MII_ESTATUS, &phy->estatus); in e1000_phy_read_status() 5084 phy->estatus = (ESTATUS_1000_TFULL | ESTATUS_1000_THALF); in e1000_phy_read_status() 6157 data->val_out = adapter->phy_regs.estatus; in e1000_mii_ioctl()
|
/linux/drivers/net/ethernet/sun/ |
A D | niu.c | 1097 int bmsr, advert, ctrl1000, stat1000, lpa, bmcr, estatus; in link_status_mii() local 1124 estatus = err; in link_status_mii() 1136 estatus = ctrl1000 = stat1000 = 0; in link_status_mii() 1149 if (estatus & ESTATUS_1000_THALF) in link_status_mii() 1151 if (estatus & ESTATUS_1000_TFULL) in link_status_mii()
|