tools/testing/selftests/arm64/signal/testcases/poe_siginfo.c

Source file repositories/reference/linux-study-clean/tools/testing/selftests/arm64/signal/testcases/poe_siginfo.c

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/arm64/signal/testcases/poe_siginfo.c
Extension
.c
Size
1562 bytes
Lines
72
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

if (poe_ctx->por_el0 != orig_poe) {
			fprintf(stderr, "POR_EL0 in frame is %llx, was %llx\n",
				poe_ctx->por_el0, orig_poe);
			td->pass = false;
		}
	}

	return 0;
}

struct tdescr tde = {
	.name = "POR_EL0",
	.descr = "Validate that POR_EL0 is present as expected",
	.timeout = 3,
	.run = poe_present,
};

Annotation

Implementation Notes