Home
last modified time | relevance | path

Searched refs:report (Results 1 – 16 of 16) sorted by relevance

/arch/s390/include/asm/
Dipl.h125 void *ipl_report_finish(struct ipl_report *report);
126 int ipl_report_free(struct ipl_report *report);
127 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf,
129 int ipl_report_add_certificate(struct ipl_report *report, void *key,
Dkexec.h69 struct ipl_report *report; member
Dsclp.h143 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid);
/arch/s390/kernel/
Dmachine_kexec_file.c171 return ipl_report_add_component(data->report, &buf, 0, 0); in kexec_file_add_initrd()
199 addr = data->memsz + data->report->size; in kexec_file_add_ipl_report()
205 ipl_report_add_certificate(data->report, ptr, addr, len); in kexec_file_add_ipl_report()
211 buf.buffer = ipl_report_finish(data->report); in kexec_file_add_ipl_report()
214 buf.bufsz = data->report->size; in kexec_file_add_ipl_report()
239 data.report = ipl_report_init(&ipl_block); in kexec_file_add_components()
240 if (IS_ERR(data.report)) in kexec_file_add_components()
241 return data.report; in kexec_file_add_components()
278 ipl_report_free(data.report); in kexec_file_add_components()
Dipl.c2089 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf, in ipl_report_add_component() argument
2097 list_add_tail(&comp->list, &report->components); in ipl_report_add_component()
2104 report->size += sizeof(comp->entry); in ipl_report_add_component()
2109 int ipl_report_add_certificate(struct ipl_report *report, void *key, in ipl_report_add_certificate() argument
2117 list_add_tail(&cert->list, &report->certificates); in ipl_report_add_certificate()
2123 report->size += sizeof(cert->entry); in ipl_report_add_certificate()
2124 report->size += cert->entry.len; in ipl_report_add_certificate()
2131 struct ipl_report *report; in ipl_report_init() local
2133 report = vzalloc(sizeof(*report)); in ipl_report_init()
2134 if (!report) in ipl_report_init()
[all …]
Dkexec_image.c36 ipl_report_add_component(data->report, &buf, in kexec_file_add_kernel_image()
Dkexec_elf.c54 ipl_report_add_component(data->report, &buf, in kexec_file_add_kernel_elf()
/arch/s390/pci/
Dpci_sysfs.c132 struct zpci_report_error_header *report = (void *) buf; in report_error_write() local
138 if (off || (count < sizeof(*report))) in report_error_write()
141 ret = sclp_pci_report(report, zdev->fh, zdev->fid); in report_error_write()
Dpci.c903 struct zpci_report_error_header *report) in zpci_report_error() argument
907 return sclp_pci_report(report, zdev->fh, zdev->fid); in zpci_report_error()
/arch/arm64/boot/dts/qcom/
Dmsm8994-angler-rev-101.dts11 /* Angler's firmware does not report where the memory is allocated */
/arch/m68k/fpsp040/
Dgen_except.S10 | Any routine which may report an exceptions must load
167 | The typical work to be done to the unimp frame to report an
250 | x is an extended denorm can report an underflow exception.
Dfpsp.h63 | because it needs to report an exception back to the user. This
/arch/powerpc/kvm/
DKconfig141 report is available in debugfs kvm/vm#_vcpu#_timing.
/arch/x86/kvm/svm/
Dsev.c1060 void __user *report = (void __user *)(uintptr_t)argp->data; in sev_get_attestation_report() local
1112 if (copy_to_user(report, &params, sizeof(params))) in sev_get_attestation_report()
/arch/x86/math-emu/
DREADME44 Please report bugs, etc to me at:
/arch/arm64/
DKconfig484 Affected Cortex-A57 parts might report a Stage 2 translation
1622 errors, classify them and report them to software.