Searched refs:report (Results 1 – 16 of 16) sorted by relevance
/arch/s390/include/asm/ |
D | ipl.h | 125 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,
|
D | kexec.h | 69 struct ipl_report *report; member
|
D | sclp.h | 143 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid);
|
/arch/s390/kernel/ |
D | machine_kexec_file.c | 171 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()
|
D | ipl.c | 2089 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 …]
|
D | kexec_image.c | 36 ipl_report_add_component(data->report, &buf, in kexec_file_add_kernel_image()
|
D | kexec_elf.c | 54 ipl_report_add_component(data->report, &buf, in kexec_file_add_kernel_elf()
|
/arch/s390/pci/ |
D | pci_sysfs.c | 132 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()
|
D | pci.c | 903 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/ |
D | msm8994-angler-rev-101.dts | 11 /* Angler's firmware does not report where the memory is allocated */
|
/arch/m68k/fpsp040/ |
D | gen_except.S | 10 | 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.
|
D | fpsp.h | 63 | because it needs to report an exception back to the user. This
|
/arch/powerpc/kvm/ |
D | Kconfig | 141 report is available in debugfs kvm/vm#_vcpu#_timing.
|
/arch/x86/kvm/svm/ |
D | sev.c | 1060 void __user *report = (void __user *)(uintptr_t)argp->data; in sev_get_attestation_report() local 1112 if (copy_to_user(report, ¶ms, sizeof(params))) in sev_get_attestation_report()
|
/arch/x86/math-emu/ |
D | README | 44 Please report bugs, etc to me at:
|
/arch/arm64/ |
D | Kconfig | 484 Affected Cortex-A57 parts might report a Stage 2 translation 1622 errors, classify them and report them to software.
|