mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-11 12:26:03 +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();
|
|
}
|