Searched refs:FIBF_NOEXECUTE (Results 1 – 2 of 2) sorted by relevance
399 if (!(prot & FIBF_NOEXECUTE)) in affs_prot_to_mode()435 prot &= ~(FIBF_NOEXECUTE | FIBF_NOREAD in affs_mode_to_prot()444 prot |= FIBF_NOEXECUTE; in affs_mode_to_prot()
142 #define FIBF_NOEXECUTE 0x0002 /* 0 means allowed, ignored under linux */ macro