Home
last modified time | relevance | path

Searched refs:L4_FPAGE_X (Results 1 – 5 of 5) sorted by relevance

/l4re-core-master/l4sys/include/
A D__l4_fpage.h111 L4_FPAGE_X = 1, /**< Executable flex page */ enumerator
115 L4_FPAGE_RX = L4_FPAGE_RO | L4_FPAGE_X, /**< Read-execute flex page */
116 L4_FPAGE_RWX = L4_FPAGE_RW | L4_FPAGE_X, /**< Read-write-execute flex page */
/l4re-core-master/l4re_c/include/
A Ddataspace.h61 L4RE_DS_F_X = L4_FPAGE_X,
/l4re-core-master/sigma0/server/src/
A Dregion.h77 << ((r.rights() & L4_FPAGE_X) ? 'X' : '-') << ':' << (void *)r.start() << ';'
/l4re-core-master/l4re/include/
A Ddataspace87 X = L4_FPAGE_X,
116 constexpr bool x() const { return raw & L4_FPAGE_X; }
A Drm190 constexpr bool x() const { return raw & L4_FPAGE_X; }

Completed in 7 milliseconds