Searched refs:cap_vtable_cap_get_vspace_root_fp (Results 1 - 6 of 6) sorted by relevance

/seL4-l4v-10.1.1/seL4/include/arch/arm/arch/32/mode/fastpath/
H A Dfastpath.h32 #define cap_vtable_cap_get_vspace_root_fp(vtable_cap) PDE_PTR(cap_page_directory_cap_get_capPDBasePtr(vtable_cap)) macro
/seL4-l4v-10.1.1/seL4/include/arch/arm/arch/64/mode/fastpath/
H A Dfastpath.h34 #define cap_vtable_cap_get_vspace_root_fp(vtable_cap) PGDE_PTR(cap_page_global_directory_cap_get_capPGDBasePtr(vtable_cap)) macro
/seL4-l4v-10.1.1/seL4/include/arch/riscv/arch/fastpath/
H A Dfastpath.h42 #define cap_vtable_cap_get_vspace_root_fp(vtable_cap) PTE_PTR(cap_page_table_cap_get_capPTBasePtr(vtable_cap)) macro
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/32/mode/fastpath/
H A Dfastpath.h30 cap_vtable_cap_get_vspace_root_fp(cap_t vtable_cap) function
/seL4-l4v-10.1.1/seL4/include/arch/x86/arch/64/mode/fastpath/
H A Dfastpath.h36 cap_vtable_cap_get_vspace_root_fp(cap_t vtable_cap) function
/seL4-l4v-10.1.1/seL4/src/fastpath/
H A Dfastpath.c82 cap_pd = cap_vtable_cap_get_vspace_root_fp(newVTable);
271 cap_pd = cap_vtable_cap_get_vspace_root_fp(newVTable);

Completed in 95 milliseconds