Searched refs:P2_TRAPCAP (Results 1 – 4 of 4) sorted by relevance
402 p->p_flag2 |= P2_TRAPCAP; in trapcap_ctl()405 p->p_flag2 &= ~P2_TRAPCAP; in trapcap_ctl()417 *data = (p->p_flag2 & P2_TRAPCAP) != 0 ? PROC_TRAPCAP_CTL_ENABLE : in trapcap_status()
228 (p->p_flag2 & P2_TRAPCAP) != 0) && IN_CAPABILITY_MODE(td)) { in syscallret()
489 P2_PROTMAX_ENABLE | P2_PROTMAX_DISABLE | P2_TRAPCAP | in do_fork()
803 #define P2_TRAPCAP 0x00000020 /* SIGTRAP on ENOTCAPABLE */ macro