Searched refs:perm_flags (Results 1 – 3 of 3) sorted by relevance
129 sizeof(cap.perm_flags))) in enabled_show()132 rc = sprintf(buf, "%d\n", !cap.perm_flags.disable); in enabled_show()151 sizeof(cap.perm_flags))) in active_show()154 rc = sprintf(buf, "%d\n", !cap.perm_flags.deactivated); in active_show()
178 u16 perm_flags; member
4548 int perm_flags; in map_kptr_match_type() local4555 perm_flags = PTR_MAYBE_NULL | PTR_TRUSTED | MEM_RCU; in map_kptr_match_type()4559 perm_flags |= PTR_UNTRUSTED; in map_kptr_match_type()4561 perm_flags = PTR_MAYBE_NULL | MEM_ALLOC; in map_kptr_match_type()4563 perm_flags |= MEM_PERCPU; in map_kptr_match_type()4566 if (type_flag(reg->type) & ~perm_flags) in map_kptr_match_type()