Skip to content

Conversation

@Kswin01
Copy link

@Kswin01 Kswin01 commented Oct 20, 2025

This is a rebased version of the work done in PR #88

Test with seL4/seL4#1526

cspacepath_t path;
int error;

seL4_CPtr pgd = vka_alloc_object_leaky(&env->vka, seL4_ARM_PageGlobalDirectoryObject, 0);
Copy link
Contributor

@Indanz Indanz Oct 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since Kent's commit to unify the page table objects, this should be seL4_ARM_VSpaceObject and the others just seL4_ARM_PageTable.

However, backward compatible defines are in libsel4/sel4_arch_include/aarch64/sel4/sel4_arch/deprecated.h. (But they're missing from libsel4/sel4_arch_include/aarch32/sel4/sel4_arch/deprecated.h, not sure if that's intentional.)

@Kswin01 Kswin01 changed the title Tests for overmapping, and fixes for aarc32 PT tests Tests for overmapping, and fixes for aarch32 PT tests Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants