mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00: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();
|
|
}
|