| /linux/drivers/acpi/apei/ |
| 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/drivers/firmware/efi/ |
| H A D | cper.c | 717 const struct acpi_hest_generic_status *estatus) in cper_estatus_print() argument 724 severity = estatus->error_severity; in cper_estatus_print() 732 apei_estatus_for_each_section(estatus, gdata) { in cper_estatus_print() 739 int cper_estatus_check_header(const struct acpi_hest_generic_status *estatus) in cper_estatus_check_header() argument 741 if (estatus->data_length && in cper_estatus_check_header() 742 estatus->data_length < sizeof(struct acpi_hest_generic_data)) in cper_estatus_check_header() 744 if (estatus->raw_data_length && in cper_estatus_check_header() 745 estatus->raw_data_offset < sizeof(*estatus) + estatus->data_length) in cper_estatus_check_header() 752 int cper_estatus_check(const struct acpi_hest_generic_status *estatus) in cper_estatus_check() argument 758 rc = cper_estatus_check_header(estatus); in cper_estatus_check() [all …]
|
| /linux/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 | 50 OFFSET(PT_ESTATUS, pt_regs, estatus); in main()
|
| H A D | kgdb.c | 54 { "estatus", GDB_SIZEOF_REG, offsetof(struct pt_regs, estatus) },
|
| /linux/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/drivers/net/ethernet/freescale/ |
| H A D | fec_main.c | 518 unsigned int estatus = 0; in fec_enet_txq_submit_frag_skb() local 539 estatus |= BD_ENET_TX_INT; in fec_enet_txq_submit_frag_skb() 542 estatus |= BD_ENET_TX_TS; in fec_enet_txq_submit_frag_skb() 548 estatus |= FEC_TX_BD_FTYPE(txq->bd.qid); in fec_enet_txq_submit_frag_skb() 550 estatus |= BD_ENET_TX_PINS | BD_ENET_TX_IINS; in fec_enet_txq_submit_frag_skb() 553 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_frag_skb() 606 unsigned int estatus = 0; in fec_enet_txq_submit_skb() local 664 estatus = BD_ENET_TX_INT; in fec_enet_txq_submit_skb() 667 estatus |= BD_ENET_TX_TS; in fec_enet_txq_submit_skb() 682 estatus |= FEC_TX_BD_FTYPE(txq->bd.qid); in fec_enet_txq_submit_skb() [all …]
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | e1000.h | 188 u16 estatus; /* extended status register */ member
|
| H A D | netdev.c | 5083 ret_val |= e1e_rphy(hw, MII_ESTATUS, &phy->estatus); in e1000_phy_read_status() 5100 phy->estatus = (ESTATUS_1000_TFULL | ESTATUS_1000_THALF); in e1000_phy_read_status() 6146 data->val_out = adapter->phy_regs.estatus; in e1000_ioctl()
|
| /linux/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/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()
|