Home
last modified time | relevance | path

Searched refs:perm_flags (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/char/tpm/
Dtpm-sysfs.c129 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()
Dtpm.h125 struct permanent_flags_t perm_flags; member
/linux-6.12.1/arch/sparc/include/asm/
Dvio.h178 u16 perm_flags; member
/linux-6.12.1/kernel/bpf/
Dverifier.c5343 int perm_flags; in map_kptr_match_type() local
5347 perm_flags = PTR_MAYBE_NULL | PTR_TRUSTED | MEM_RCU; in map_kptr_match_type()
5351 perm_flags |= PTR_UNTRUSTED; in map_kptr_match_type()
5353 perm_flags = PTR_MAYBE_NULL | MEM_ALLOC; in map_kptr_match_type()
5355 perm_flags |= MEM_PERCPU; in map_kptr_match_type()
5358 if (base_type(reg->type) != PTR_TO_BTF_ID || (type_flag(reg->type) & ~perm_flags)) in map_kptr_match_type()