page.h 98 B

123456
  1. #include <xen/arm/page.h>
  2. static inline bool xen_kernel_unmapped_at_usr(void)
  3. {
  4. return false;
  5. }