Searched refs:FIBF_NOEXECUTE (Results 1 – 2 of 2) sorted by relevance
401 if (!(prot & FIBF_NOEXECUTE)) in prot_to_mode()426 prot |= FIBF_NOEXECUTE; in mode_to_prot()
271 #define FIBF_NOEXECUTE 0x0002 /* 0 means allowed, ignored under linux */ macro