Home
last modified time | relevance | path

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

/arch/s390/pci/
A Dpci_report.c109 struct zpci_report_error *report; in zpci_report_status() local
122 report = (void *)get_zeroed_page(GFP_KERNEL); in zpci_report_status()
123 if (!report) in zpci_report_status()
130 buf = report->data.log_data; in zpci_report_status()
131 end = report->data.log_data + ZPCI_REPORT_DATA_SIZE; in zpci_report_status()
143 report->header.version = 1; in zpci_report_status()
144 report->header.action = SCLP_ERRNOTIFY_AQ_INFO_LOG; in zpci_report_status()
145 report->header.length = buf - (char *)&report->data; in zpci_report_status()
146 report->data.timestamp = ktime_get_clocktai_seconds(); in zpci_report_status()
147 report->data.err_log_id = ZPCI_ERR_LOG_ID_KERNEL_REPORT; in zpci_report_status()
[all …]
A Dpci_sysfs.c145 struct zpci_report_error_header *report = (void *) buf; in report_error_write() local
151 if (off || (count < sizeof(*report))) in report_error_write()
154 ret = sclp_pci_report(report, zdev->fh, zdev->fid); in report_error_write()
A Dpci.c984 struct zpci_report_error_header *report) in zpci_report_error() argument
988 return sclp_pci_report(report, zdev->fh, zdev->fid); in zpci_report_error()
/arch/s390/include/asm/
A Dipl.h136 void *ipl_report_finish(struct ipl_report *report);
137 int ipl_report_free(struct ipl_report *report);
138 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf,
140 int ipl_report_add_certificate(struct ipl_report *report, void *key,
A Dkexec.h69 struct ipl_report *report; member
A Dsclp.h191 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid);
/arch/s390/kernel/
A Dmachine_kexec_file.c179 return ipl_report_add_component(data->report, &buf, 0, 0); in kexec_file_add_initrd()
207 addr = data->memsz + data->report->size; in kexec_file_add_ipl_report()
213 ipl_report_add_certificate(data->report, ptr, addr, len); in kexec_file_add_ipl_report()
219 buf.buffer = ipl_report_finish(data->report); in kexec_file_add_ipl_report()
222 buf.bufsz = data->report->size; in kexec_file_add_ipl_report()
251 data.report = ipl_report_init(&ipl_block); in kexec_file_add_components()
252 if (IS_ERR(data.report)) in kexec_file_add_components()
253 return data.report; in kexec_file_add_components()
305 ipl_report_free(data.report); in kexec_file_add_components()
A Dipl.c2403 report->size += cert->entry.len; in ipl_report_add_certificate()
2410 struct ipl_report *report; in ipl_report_init() local
2412 report = vzalloc(sizeof(*report)); in ipl_report_init()
2413 if (!report) in ipl_report_init()
2416 report->ipib = ipib; in ipl_report_init()
2425 return report; in ipl_report_init()
2438 buf = vzalloc(report->size); in ipl_report_finish()
2443 memcpy(ptr, report->ipib, report->ipib->hdr.len); in ipl_report_finish()
2448 ptr += report->ipib->hdr.len; in ipl_report_finish()
2478 BUG_ON(ptr > buf + report->size); in ipl_report_finish()
[all …]
A Dkexec_image.c38 ipl_report_add_component(data->report, &buf, in kexec_file_add_kernel_image()
A Dkexec_elf.c56 ipl_report_add_component(data->report, &buf, in kexec_file_add_kernel_elf()
/arch/arm64/boot/dts/rockchip/
A Drk3588-jaguar-pre-ict-tester.dtso76 * routed to the mezzanine connector to report a proper
77 * value: VCC_1V8_S0_1 and VCC_IN_2. It may report an
98 * routed to the mezzanine connector to report a proper
99 * value: VCC_1V8_S0_1 and VCC_IN_1. It may report an
/arch/arm64/boot/dts/mediatek/
A Dmt8186-corsola-chinchou.dtsi45 pp1800_tchscr_report_disable: regulator-pp1800-tchscr-report-disable {
265 touch_pin_report: pin-report-pins {
310 /delete-node/ pins-report-sw;
A Dmt8192-asurada.dtsi1277 pins-report-sw {
A Dmt8195-cherry.dtsi1279 pins-report-sw {
A Dmt8186-corsola.dtsi1243 pins-report-sw {
/arch/m68k/fpsp040/
A 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.
A Dfpsp.h63 | because it needs to report an exception back to the user. This
/arch/arm/boot/dts/nxp/imx/
A Dimx6ull-engicam-microgea-rmm.dts139 report-rate-hz = <6>;
/arch/arm64/boot/dts/allwinner/
A Dsun55i-a527-cubie-a5e.dts315 * report high, otherwise the system wouldn't be running.
/arch/powerpc/kvm/
A DKconfig195 report is available in debugfs kvm/vm#_vcpu#_timing.
/arch/x86/math-emu/
A DREADME44 Please report bugs, etc to me at:
/arch/x86/kvm/svm/
A Dsev.c1407 void __user *report = u64_to_user_ptr(argp->data); in sev_get_attestation_report() local
1458 if (copy_to_user(report, &params, sizeof(params))) in sev_get_attestation_report()
/arch/arm64/
A DKconfig603 Affected Cortex-A57 parts might report a Stage 2 translation
1950 errors, classify them and report them to software.

Completed in 60 milliseconds