7 lines
98 B
C
Raw Normal View History

2026-01-21 18:59:54 +08:00
#include <xen/arm/page.h>
static inline bool xen_kernel_unmapped_at_usr(void)
{
return false;
}