Back to home page

OSCL-LXR

 
 

    


0001 #include <xen/arm/page.h>
0002 #include <asm/mmu.h>
0003 
0004 static inline bool xen_kernel_unmapped_at_usr(void)
0005 {
0006     return arm64_kernel_unmapped_at_el0();
0007 }