/kernel/linux/linux-5.10/drivers/acpi/apei/ |
H A D | ghes.c | 265 ghes->estatus = kmalloc(error_block_length, GFP_KERNEL); in ghes_new() 266 if (!ghes->estatus) { in ghes_new() 285 kfree(ghes->estatus); in ghes_fini() 334 struct acpi_hest_generic_status *estatus) in __ghes_check_estatus() 336 u32 len = cper_estatus_len(estatus); in __ghes_check_estatus() 338 if (len < sizeof(*estatus)) { in __ghes_check_estatus() 348 if (cper_estatus_check_header(estatus)) { in __ghes_check_estatus() 356 /* Read the CPER block, returning its address, and header in estatus. */ 358 struct acpi_hest_generic_status *estatus, in __ghes_peek_estatus() 375 ghes_copy_tofrom_phys(estatus, *buf_padd in __ghes_peek_estatus() 333 __ghes_check_estatus(struct ghes *ghes, struct acpi_hest_generic_status *estatus) __ghes_check_estatus() argument 357 __ghes_peek_estatus(struct ghes *ghes, struct acpi_hest_generic_status *estatus, u64 *buf_paddr, enum fixed_addresses fixmap_idx) __ghes_peek_estatus() argument 385 __ghes_read_estatus(struct acpi_hest_generic_status *estatus, u64 buf_paddr, enum fixed_addresses fixmap_idx, size_t buf_len) __ghes_read_estatus() argument 399 ghes_read_estatus(struct ghes *ghes, struct acpi_hest_generic_status *estatus, u64 *buf_paddr, enum fixed_addresses fixmap_idx) ghes_read_estatus() argument 417 ghes_clear_estatus(struct ghes *ghes, struct acpi_hest_generic_status *estatus, u64 buf_paddr, enum fixed_addresses fixmap_idx) ghes_clear_estatus() argument 445 struct acpi_hest_generic_status *estatus; ghes_kick_task_work() local 641 ghes_do_proc(struct ghes *ghes, const struct acpi_hest_generic_status *estatus) ghes_do_proc() argument 688 __ghes_print_estatus(const char *pfx, const struct acpi_hest_generic *generic, const struct acpi_hest_generic_status *estatus) __ghes_print_estatus() argument 710 ghes_print_estatus(const char *pfx, const struct acpi_hest_generic *generic, const struct acpi_hest_generic_status *estatus) ghes_print_estatus() argument 734 ghes_estatus_cached(struct acpi_hest_generic_status *estatus) ghes_estatus_cached() argument 763 ghes_estatus_cache_alloc( struct acpi_hest_generic *generic, struct acpi_hest_generic_status *estatus) ghes_estatus_cache_alloc() argument 811 ghes_estatus_cache_add( struct acpi_hest_generic *generic, struct acpi_hest_generic_status *estatus) ghes_estatus_cache_add() argument 857 __ghes_panic(struct ghes *ghes, struct acpi_hest_generic_status *estatus, u64 buf_paddr, enum fixed_addresses fixmap_idx) __ghes_panic() argument 873 struct acpi_hest_generic_status *estatus = ghes->estatus; ghes_proc() local 980 struct acpi_hest_generic_status *estatus; ghes_proc_in_irq() local 1027 struct acpi_hest_generic_status *estatus; ghes_print_queued_estatus() local 1048 struct acpi_hest_generic_status *estatus, tmp_header; ghes_in_nmi_queue_one_entry() local [all...] |
H 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);
|
H A D | bert.c | 48 struct acpi_hest_generic_status *estatus = in bert_print_all() local 55 estatus_len = cper_estatus_len(estatus); in bert_print_all() 63 if (!estatus->block_status) in bert_print_all() 66 if (cper_estatus_check(estatus)) { in bert_print_all() 74 cper_estatus_print(KERN_INFO HW_ERR, estatus); in bert_print_all() 85 estatus->block_status = 0; in bert_print_all() 87 estatus = (void *)estatus + estatus_len; in bert_print_all()
|
/kernel/linux/linux-6.6/drivers/acpi/apei/ |
H A D | ghes.c | 293 ghes->estatus = kmalloc(error_block_length, GFP_KERNEL); in ghes_new() 294 if (!ghes->estatus) { in ghes_new() 313 kfree(ghes->estatus); in ghes_fini() 362 struct acpi_hest_generic_status *estatus) in __ghes_check_estatus() 364 u32 len = cper_estatus_len(estatus); in __ghes_check_estatus() 366 if (len < sizeof(*estatus)) { in __ghes_check_estatus() 376 if (cper_estatus_check_header(estatus)) { in __ghes_check_estatus() 384 /* Read the CPER block, returning its address, and header in estatus. */ 386 struct acpi_hest_generic_status *estatus, in __ghes_peek_estatus() 403 ghes_copy_tofrom_phys(estatus, *buf_padd in __ghes_peek_estatus() 361 __ghes_check_estatus(struct ghes *ghes, struct acpi_hest_generic_status *estatus) __ghes_check_estatus() argument 385 __ghes_peek_estatus(struct ghes *ghes, struct acpi_hest_generic_status *estatus, u64 *buf_paddr, enum fixed_addresses fixmap_idx) __ghes_peek_estatus() argument 413 __ghes_read_estatus(struct acpi_hest_generic_status *estatus, u64 buf_paddr, enum fixed_addresses fixmap_idx, size_t buf_len) __ghes_read_estatus() argument 427 ghes_read_estatus(struct ghes *ghes, struct acpi_hest_generic_status *estatus, u64 *buf_paddr, enum fixed_addresses fixmap_idx) ghes_read_estatus() argument 445 ghes_clear_estatus(struct ghes *ghes, struct acpi_hest_generic_status *estatus, u64 buf_paddr, enum fixed_addresses fixmap_idx) ghes_clear_estatus() argument 473 struct acpi_hest_generic_status *estatus; ghes_kick_task_work() local 676 ghes_do_proc(struct ghes *ghes, const struct acpi_hest_generic_status *estatus) ghes_do_proc() argument 723 __ghes_print_estatus(const char *pfx, const struct acpi_hest_generic *generic, const struct acpi_hest_generic_status *estatus) __ghes_print_estatus() argument 745 ghes_print_estatus(const char *pfx, const struct acpi_hest_generic *generic, const struct acpi_hest_generic_status *estatus) ghes_print_estatus() argument 769 ghes_estatus_cached(struct acpi_hest_generic_status *estatus) ghes_estatus_cached() argument 798 ghes_estatus_cache_alloc( struct acpi_hest_generic *generic, struct acpi_hest_generic_status *estatus) ghes_estatus_cache_alloc() argument 841 ghes_estatus_cache_add(struct acpi_hest_generic *generic, struct acpi_hest_generic_status *estatus) ghes_estatus_cache_add() argument 898 __ghes_panic(struct ghes *ghes, struct acpi_hest_generic_status *estatus, u64 buf_paddr, enum fixed_addresses fixmap_idx) __ghes_panic() argument 914 struct acpi_hest_generic_status *estatus = ghes->estatus; ghes_proc() local 1021 struct acpi_hest_generic_status *estatus; ghes_proc_in_irq() local 1068 struct acpi_hest_generic_status *estatus; ghes_print_queued_estatus() local 1089 struct acpi_hest_generic_status *estatus, tmp_header; ghes_in_nmi_queue_one_entry() 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()
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_extlog.c | 76 struct acpi_hest_generic_status *estatus; in extlog_elog_entry_check() local 85 estatus = (struct acpi_hest_generic_status *)ELOG_ENTRY_ADDR(data); in extlog_elog_entry_check() 88 if (estatus->block_status == 0) in extlog_elog_entry_check() 91 return estatus; in extlog_elog_entry_check() 95 struct acpi_hest_generic_status *estatus, int cpu) in __print_extlog_rcd() 102 if (estatus->error_severity <= CPER_SEV_CORRECTED) in __print_extlog_rcd() 110 cper_estatus_print(pfx_seq, estatus); in __print_extlog_rcd() 114 struct acpi_hest_generic_status *estatus, int cpu) in print_extlog_rcd() 121 if (estatus->error_severity == CPER_SEV_CORRECTED || in print_extlog_rcd() 122 (estatus in print_extlog_rcd() 94 __print_extlog_rcd(const char *pfx, struct acpi_hest_generic_status *estatus, int cpu) __print_extlog_rcd() argument 113 print_extlog_rcd(const char *pfx, struct acpi_hest_generic_status *estatus, int cpu) print_extlog_rcd() argument 140 struct acpi_hest_generic_status *estatus, *tmp; extlog_print() local [all...] |
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_extlog.c | 76 struct acpi_hest_generic_status *estatus; in extlog_elog_entry_check() local 85 estatus = (struct acpi_hest_generic_status *)ELOG_ENTRY_ADDR(data); in extlog_elog_entry_check() 88 if (estatus->block_status == 0) in extlog_elog_entry_check() 91 return estatus; in extlog_elog_entry_check() 95 struct acpi_hest_generic_status *estatus, int cpu) in __print_extlog_rcd() 102 if (estatus->error_severity <= CPER_SEV_CORRECTED) in __print_extlog_rcd() 110 cper_estatus_print(pfx_seq, estatus); in __print_extlog_rcd() 114 struct acpi_hest_generic_status *estatus, int cpu) in print_extlog_rcd() 121 if (estatus->error_severity == CPER_SEV_CORRECTED || in print_extlog_rcd() 122 (estatus in print_extlog_rcd() 94 __print_extlog_rcd(const char *pfx, struct acpi_hest_generic_status *estatus, int cpu) __print_extlog_rcd() argument 113 print_extlog_rcd(const char *pfx, struct acpi_hest_generic_status *estatus, int cpu) print_extlog_rcd() argument 140 struct acpi_hest_generic_status *estatus, *tmp; extlog_print() local [all...] |
/kernel/linux/linux-5.10/include/acpi/ |
H A D | ghes.h | 13 * estatus: memory buffer for error status block, allocated during 23 struct acpi_hest_generic_status *estatus; member 137 #define apei_estatus_for_each_section(estatus, section) \ 138 for (section = (struct acpi_hest_generic_data *)(estatus + 1); \ 139 (void *)section - (void *)(estatus + 1) < estatus->data_length; \
|
/kernel/linux/linux-6.6/include/acpi/ |
H A D | ghes.h | 13 * estatus: memory buffer for error status block, allocated during 23 struct acpi_hest_generic_status *estatus; member 122 #define apei_estatus_for_each_section(estatus, section) \ 123 for (section = (struct acpi_hest_generic_data *)(estatus + 1); \ 124 (void *)section - (void *)(estatus + 1) < estatus->data_length; \
|
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | cper.c | 588 const struct acpi_hest_generic_status *estatus) in cper_estatus_print() 595 severity = estatus->error_severity; in cper_estatus_print() 603 apei_estatus_for_each_section(estatus, gdata) { in cper_estatus_print() 610 int cper_estatus_check_header(const struct acpi_hest_generic_status *estatus) in cper_estatus_check_header() argument 612 if (estatus->data_length && in cper_estatus_check_header() 613 estatus->data_length < sizeof(struct acpi_hest_generic_data)) in cper_estatus_check_header() 615 if (estatus->raw_data_length && in cper_estatus_check_header() 616 estatus->raw_data_offset < sizeof(*estatus) + estatus in cper_estatus_check_header() 587 cper_estatus_print(const char *pfx, const struct acpi_hest_generic_status *estatus) cper_estatus_print() argument 623 cper_estatus_check(const struct acpi_hest_generic_status *estatus) cper_estatus_check() argument [all...] |
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | cper.c | 627 const struct acpi_hest_generic_status *estatus) in cper_estatus_print() 634 severity = estatus->error_severity; in cper_estatus_print() 642 apei_estatus_for_each_section(estatus, gdata) { in cper_estatus_print() 649 int cper_estatus_check_header(const struct acpi_hest_generic_status *estatus) in cper_estatus_check_header() argument 651 if (estatus->data_length && in cper_estatus_check_header() 652 estatus->data_length < sizeof(struct acpi_hest_generic_data)) in cper_estatus_check_header() 654 if (estatus->raw_data_length && in cper_estatus_check_header() 655 estatus->raw_data_offset < sizeof(*estatus) + estatus in cper_estatus_check_header() 626 cper_estatus_print(const char *pfx, const struct acpi_hest_generic_status *estatus) cper_estatus_print() argument 662 cper_estatus_check(const struct acpi_hest_generic_status *estatus) cper_estatus_check() argument [all...] |
/kernel/linux/linux-5.10/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 variable
|
H A D | elf.h | 58 pr_reg[20] = regs->estatus; \
|
/kernel/linux/linux-6.6/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 variable
|
H A D | elf.h | 58 pr_reg[20] = regs->estatus; \
|
/kernel/linux/linux-5.10/arch/nios2/kernel/ |
H A D | process.c | 95 pr_notice("ea: %08lx estatus: %08lx\n", in show_regs() 96 regs->ea, regs->estatus); in show_regs() 119 childregs->estatus = STATUS_PIE; in copy_thread() 175 (long) fp->estatus, (long) fp); in dump() 250 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
|
/kernel/linux/linux-6.6/arch/nios2/kernel/ |
H A D | process.c | 94 pr_notice("ea: %08lx estatus: %08lx\n", in show_regs() 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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 391 unsigned int estatus = 0; in fec_enet_txq_submit_frag_skb() local 412 estatus |= BD_ENET_TX_INT; in fec_enet_txq_submit_frag_skb() 415 estatus |= BD_ENET_TX_TS; in fec_enet_txq_submit_frag_skb() 421 estatus |= FEC_TX_BD_FTYPE(txq->bd.qid); in fec_enet_txq_submit_frag_skb() 423 estatus |= BD_ENET_TX_PINS | BD_ENET_TX_IINS; in fec_enet_txq_submit_frag_skb() 425 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_frag_skb() 478 unsigned int estatus = 0; in fec_enet_txq_submit_skb() local 536 estatus = BD_ENET_TX_INT; in fec_enet_txq_submit_skb() 539 estatus |= BD_ENET_TX_TS; in fec_enet_txq_submit_skb() 554 estatus | in fec_enet_txq_submit_skb() 604 unsigned int estatus = 0; fec_enet_txq_put_data_tso() local 666 unsigned int estatus = 0; fec_enet_txq_put_hdr_tso() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | cper.h | 577 const struct acpi_hest_generic_status *estatus); 578 int cper_estatus_check_header(const struct acpi_hest_generic_status *estatus); 579 int cper_estatus_check(const struct acpi_hest_generic_status *estatus);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | fec_main.c | 485 unsigned int estatus = 0; in fec_enet_txq_submit_frag_skb() local 506 estatus |= BD_ENET_TX_INT; in fec_enet_txq_submit_frag_skb() 509 estatus |= BD_ENET_TX_TS; in fec_enet_txq_submit_frag_skb() 515 estatus |= FEC_TX_BD_FTYPE(txq->bd.qid); in fec_enet_txq_submit_frag_skb() 517 estatus |= BD_ENET_TX_PINS | BD_ENET_TX_IINS; in fec_enet_txq_submit_frag_skb() 520 ebdp->cbd_esc = cpu_to_fec32(estatus); in fec_enet_txq_submit_frag_skb() 573 unsigned int estatus = 0; in fec_enet_txq_submit_skb() local 631 estatus = BD_ENET_TX_INT; in fec_enet_txq_submit_skb() 634 estatus |= BD_ENET_TX_TS; in fec_enet_txq_submit_skb() 649 estatus | in fec_enet_txq_submit_skb() 697 unsigned int estatus = 0; fec_enet_txq_put_data_tso() local 759 unsigned int estatus = 0; fec_enet_txq_put_hdr_tso() local 3800 unsigned int index, status, estatus; fec_enet_txq_xmit_frame() local [all...] |