blob: dffdc773221bf01007bc38e9471aa0636d0c6ae9 [file] [log] [blame]
#include <xen/arm/page.h>
#include <asm/mmu.h>
static inline bool xen_kernel_unmapped_at_usr(void)
{
return arm64_kernel_unmapped_at_el0();
}