| /linux-6.15/drivers/acpi/apei/ |
| H A D | ghes.c | 295 if (!ghes->estatus) { in ghes_new() 314 kfree(ghes->estatus); in ghes_fini() 367 if (len < sizeof(*estatus)) { in __ghes_check_estatus() 404 ghes_copy_tofrom_phys(estatus, *buf_paddr, sizeof(*estatus), 1, in __ghes_peek_estatus() 406 if (!estatus->block_status) { in __ghes_peek_estatus() 443 cper_estatus_len(estatus)); in ghes_read_estatus() 450 estatus->block_status = 0; in ghes_clear_estatus() 962 len = cper_estatus_len(estatus); in ghes_estatus_cached() 997 len = cper_estatus_len(estatus); in ghes_estatus_cache_alloc() 1101 struct acpi_hest_generic_status *estatus = ghes->estatus; in ghes_proc() local [all …]
|
| H A D | bert.c | 49 struct acpi_hest_generic_status *estatus = in bert_print_all() local 56 estatus_len = cper_estatus_len(estatus); in bert_print_all() 64 if (!estatus->block_status) in bert_print_all() 67 if (cper_estatus_check(estatus)) { in bert_print_all() 75 cper_estatus_print(KERN_INFO HW_ERR, estatus); in bert_print_all() 86 estatus->block_status = 0; in bert_print_all() 88 estatus = (void *)estatus + estatus_len; in bert_print_all()
|
| H A D | apei-internal.h | 123 static inline u32 cper_estatus_len(struct acpi_hest_generic_status *estatus) in cper_estatus_len() argument 125 if (estatus->raw_data_length) in cper_estatus_len() 126 return estatus->raw_data_offset + \ in cper_estatus_len() 127 estatus->raw_data_length; in cper_estatus_len() 129 return sizeof(*estatus) + estatus->data_length; in cper_estatus_len()
|
| /linux-6.15/drivers/acpi/ |
| H A D | acpi_extlog.c | 76 struct acpi_hest_generic_status *estatus; in extlog_elog_entry_check() local 88 if (estatus->block_status == 0) in extlog_elog_entry_check() 91 return estatus; in extlog_elog_entry_check() 102 if (estatus->error_severity <= CPER_SEV_CORRECTED) in __print_extlog_rcd() 110 cper_estatus_print(pfx_seq, estatus); in __print_extlog_rcd() 127 __print_extlog_rcd(pfx, estatus, cpu); in print_extlog_rcd() 140 struct acpi_hest_generic_status *estatus, *tmp; in extlog_print() local 147 estatus = extlog_elog_entry_check(cpu, bank); in extlog_print() 148 if (!estatus) in extlog_print() 152 estatus->block_status = 0; in extlog_print() [all …]
|
| /linux-6.15/include/acpi/ |
| H A D | ghes.h | 23 struct acpi_hest_generic_status *estatus; member 122 #define apei_estatus_for_each_section(estatus, section) \ argument 123 for (section = (struct acpi_hest_generic_data *)(estatus + 1); \ 124 (void *)section - (void *)(estatus + 1) < estatus->data_length; \
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | cper.c | 651 const struct acpi_hest_generic_status *estatus) in cper_estatus_print() argument 658 severity = estatus->error_severity; in cper_estatus_print() 666 apei_estatus_for_each_section(estatus, gdata) { in cper_estatus_print() 675 if (estatus->data_length && in cper_estatus_check_header() 676 estatus->data_length < sizeof(struct acpi_hest_generic_data)) in cper_estatus_check_header() 678 if (estatus->raw_data_length && in cper_estatus_check_header() 679 estatus->raw_data_offset < sizeof(*estatus) + estatus->data_length) in cper_estatus_check_header() 686 int cper_estatus_check(const struct acpi_hest_generic_status *estatus) in cper_estatus_check() argument 692 rc = cper_estatus_check_header(estatus); in cper_estatus_check() 696 data_len = estatus->data_length; in cper_estatus_check() [all …]
|
| /linux-6.15/arch/nios2/include/asm/ |
| H A D | ptrace.h | 43 unsigned long estatus; member 66 #define user_mode(regs) (((regs)->estatus & ESTATUS_EU))
|
| H A D | entry.h | 24 rdctl r24, estatus 60 rdctl r24, estatus 85 wrctl estatus, r24
|
| H A D | elf.h | 58 pr_reg[20] = regs->estatus; \
|
| /linux-6.15/arch/nios2/kernel/ |
| H A D | process.c | 95 regs->ea, regs->estatus); in show_regs() 120 childregs->estatus = STATUS_PIE; in copy_thread() 176 (long) fp->estatus, (long) fp); in dump() 248 regs->estatus = ESTATUS_EPIE | ESTATUS_EU; in start_thread()
|
| H A D | insnemu.S | 40 wrctl estatus, et 140 rdctl r5, estatus 545 wrctl estatus, r5
|
| H A D | asm-offsets.c | 49 OFFSET(PT_ESTATUS, pt_regs, estatus); in main()
|
| H A D | kgdb.c | 54 { "estatus", GDB_SIZEOF_REG, offsetof(struct pt_regs, estatus) },
|
| /linux-6.15/include/linux/ |
| H A D | cper.h | 604 const struct acpi_hest_generic_status *estatus); 605 int cper_estatus_check_header(const struct acpi_hest_generic_status *estatus); 606 int cper_estatus_check(const struct acpi_hest_generic_status *estatus);
|
| /linux-6.15/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 519 unsigned int estatus = 0; in fec_enet_txq_submit_frag_skb() local 540 estatus |= BD_ENET_TX_INT; in fec_enet_txq_submit_frag_skb() 543 estatus |= BD_ENET_TX_TS; in fec_enet_txq_submit_frag_skb() 607 unsigned int estatus = 0; in fec_enet_txq_submit_skb() local 665 estatus = BD_ENET_TX_INT; in fec_enet_txq_submit_skb() 668 estatus |= BD_ENET_TX_TS; in fec_enet_txq_submit_skb() 689 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_skb() 736 unsigned int estatus = 0; in fec_enet_txq_put_data_tso() local 798 unsigned int estatus = 0; in fec_enet_txq_put_hdr_tso() local 3851 unsigned int index, status, estatus; in fec_enet_txq_xmit_frame() local [all …]
|
| /linux-6.15/drivers/net/ethernet/intel/e1000e/ |
| H A D | e1000.h | 187 u16 estatus; /* extended status register */ member
|
| H A D | netdev.c | 5062 ret_val |= e1e_rphy(hw, MII_ESTATUS, &phy->estatus); in e1000_phy_read_status() 5079 phy->estatus = (ESTATUS_1000_TFULL | ESTATUS_1000_THALF); in e1000_phy_read_status() 6127 data->val_out = adapter->phy_regs.estatus; in e1000_mii_ioctl()
|
| /linux-6.15/Documentation/translations/sp_SP/process/ |
| H A D | 1.Intro.rst | 227 estatus legal de los módulos de código cerrado. Pero la incertidumbre
|
| /linux-6.15/drivers/net/ethernet/sun/ |
| H A D | niu.c | 1116 int bmsr, advert, ctrl1000, stat1000, lpa, bmcr, estatus; in link_status_mii() local 1143 estatus = err; in link_status_mii() 1155 estatus = ctrl1000 = stat1000 = 0; in link_status_mii() 1168 if (estatus & ESTATUS_1000_THALF) in link_status_mii() 1170 if (estatus & ESTATUS_1000_TFULL) in link_status_mii()
|