Searched refs:vtable_cap (Results 1 - 5 of 5) sorted by relevance

/seL4-camkes-master/kernel/include/arch/x86/arch/64/mode/fastpath/
H A Dfastpath.h27 static inline vspace_root_t *cap_vtable_cap_get_vspace_root_fp(cap_t vtable_cap) argument
29 return PML4E_PTR(vtable_cap.words[1]);
32 static inline word_t cap_pml4_cap_get_capPML4MappedASID_fp(cap_t vtable_cap) argument
34 return (uint32_t)vtable_cap.words[0];
/seL4-camkes-master/kernel/include/arch/arm/arch/32/mode/fastpath/
H A Dfastpath.h27 #define cap_vtable_cap_get_vspace_root_fp(vtable_cap) PDE_PTR(cap_page_directory_cap_get_capPDBasePtr(vtable_cap))
/seL4-camkes-master/kernel/include/arch/arm/arch/64/mode/fastpath/
H A Dfastpath.h28 #define cap_vtable_cap_get_vspace_root_fp(vtable_cap) cap_vtable_root_get_basePtr(vtable_cap)
/seL4-camkes-master/kernel/include/arch/x86/arch/32/mode/fastpath/
H A Dfastpath.h24 static inline vspace_root_t *cap_vtable_cap_get_vspace_root_fp(cap_t vtable_cap) argument
26 return PDE_PTR(cap_page_directory_cap_get_capPDBasePtr(vtable_cap));
/seL4-camkes-master/kernel/include/arch/riscv/arch/fastpath/
H A Dfastpath.h35 #define cap_vtable_cap_get_vspace_root_fp(vtable_cap) PTE_PTR(cap_page_table_cap_get_capPTBasePtr(vtable_cap))

Completed in 34 milliseconds