| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 297 ghes->estatus = kmalloc(error_block_length, GFP_KERNEL); in ghes_new() 299 if (!ghes->estatus) { in ghes_new() 318 kfree(ghes->estatus); in ghes_fini() 367 struct acpi_hest_generic_status *estatus) in __ghes_check_estatus() argument 369 u32 len = cper_estatus_len(estatus); in __ghes_check_estatus() 373 if (len < sizeof(*estatus)) { in __ghes_check_estatus() 383 if (cper_estatus_check_header(estatus)) { in __ghes_check_estatus() 393 struct acpi_hest_generic_status *estatus, in __ghes_peek_estatus() argument 410 ghes_copy_tofrom_phys(estatus, *buf_paddr, sizeof(*estatus), 1, in __ghes_peek_estatus() 412 if (!estatus->block_status) { in __ghes_peek_estatus() [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/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/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/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/drivers/net/ethernet/intel/e1000e/ |
| H A D | e1000.h | 188 u16 estatus; /* extended status register */ member
|
| H A D | netdev.c | 5095 ret_val |= e1e_rphy(hw, MII_ESTATUS, &phy->estatus); in e1000_phy_read_status() 5112 phy->estatus = (ESTATUS_1000_TFULL | ESTATUS_1000_THALF); in e1000_phy_read_status() 6158 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()
|