mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-07-20 07:08:05 +02:00
8 lines
144 B
C
8 lines
144 B
C
#include <xen/arm/page.h>
|
|
#include <asm/mmu.h>
|
|
|
|
static inline bool xen_kernel_unmapped_at_usr(void)
|
|
{
|
|
return arm64_kernel_unmapped_at_el0();
|
|
}
|