]> Git Repo - linux.git/blob - arch/arm64/include/asm/xen/page.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / arm64 / include / asm / xen / page.h
1 #include <xen/arm/page.h>
2 #include <asm/mmu.h>
3
4 static inline bool xen_kernel_unmapped_at_usr(void)
5 {
6         return arm64_kernel_unmapped_at_el0();
7 }
This page took 0.03311 seconds and 4 git commands to generate.